vortix 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,94 @@
1
+ # Changelog
2
+
3
+ ## [1.2.1] - 2024-03-29
4
+
5
+ ### 📝 Documentation
6
+
7
+ - **Improved README** - More professional documentation with reduced emojis
8
+ - **Better Formatting** - Cleaner structure and more natural tone
9
+ - **Enhanced Readability** - Less AI-generated appearance
10
+
11
+ ## [1.2.0] - 2024-03-21
12
+
13
+ ### 🎨 Major UI/UX Overhaul
14
+
15
+ - **Redesigned Dashboard** - New "Command Center" interface with modern styling
16
+ - **Mobile Optimization** - Complete mobile experience with responsive design
17
+ - **Enhanced Navigation** - Streamlined top navigation with rounded buttons
18
+ - **Improved Layout** - Wider containers for better content visibility
19
+ - **Modern Header** - Dynamic header with live status indicators and gradient
20
+ icons
21
+
22
+ ### ☁️ Cloud-First Architecture
23
+
24
+ - **No Backend Setup Required** - Fully cloud-hosted backend (always online)
25
+ - **Simplified Installation** - Just install CLI and start using
26
+ - **Production-Ready** - Backend runs on reliable cloud infrastructure
27
+ - **Zero Configuration** - Works out of the box with cloud services
28
+
29
+ ### 📱 Mobile Experience
30
+
31
+ - **Mobile Command Input** - Dedicated command interface for mobile devices
32
+ - **Touch-Optimized UI** - Perfect touch interactions and gestures
33
+ - **Responsive Design** - Seamless experience across all screen sizes
34
+ - **Mobile Menu** - Clean slide-down navigation menu
35
+ - **Single Interface** - No duplicate elements, clean mobile layout
36
+
37
+ ### ✨ Enhanced Features
38
+
39
+ - **Improved File Transfer** - Better mobile support with download buttons
40
+ - **Real-time Updates** - Faster system stats with 1-second intervals
41
+ - **Better Animations** - Smooth framer-motion animations throughout
42
+ - **Enhanced Security** - Improved authentication and connection handling
43
+ - **Performance Boost** - Optimized rendering and data updates
44
+
45
+ ### 🔧 Technical Improvements
46
+
47
+ - **TypeScript Fixes** - Resolved all compilation errors
48
+ - **Build Optimization** - Faster builds and better error handling
49
+ - **Code Cleanup** - Removed duplicate code and improved structure
50
+ - **Better Error Handling** - More informative error messages
51
+ - **Improved Diagnostics** - Better debugging and monitoring
52
+
53
+ ### 🚀 Developer Experience
54
+
55
+ - **Updated Documentation** - Comprehensive README with examples
56
+ - **Better CLI Help** - Improved command descriptions and usage
57
+ - **Enhanced Keywords** - Better npm discoverability
58
+ - **Modern Stack** - Latest React, Next.js, and Framer Motion
59
+
60
+ ## [1.1.0] - 2024-03-14
61
+
62
+ ### Added
63
+
64
+ - Real-time system stats monitoring (CPU, Memory, Disk)
65
+ - Improved CPU measurement accuracy for Windows using wmic
66
+ - Platform detection sent immediately on connection
67
+ - Better error logging with close codes and reasons
68
+ - Auto-start status now loads automatically for authenticated devices
69
+
70
+ ### Changed
71
+
72
+ - Default backend URL now points to production (wss://vortix.onrender.com)
73
+ - Reduced system stats measurement time from 1s to 500ms for faster response
74
+ - System stats update interval changed from 3s to 1s for real-time feel
75
+ - Removed verbose console logs for cleaner output
76
+
77
+ ### Fixed
78
+
79
+ - Fixed platform detection for AI command generation
80
+ - Fixed WebSocket connection state tracking in dashboard
81
+ - Fixed file transfer not showing files on initial load
82
+ - Fixed auto-start toggle not reflecting correct state
83
+ - Fixed "notepad" command on Windows (AI now generates correct commands)
84
+ - Fixed system stats showing 0% in production
85
+
86
+ ### Backend
87
+
88
+ - Added HTTP server for health checks (/health endpoint)
89
+ - Improved WebSocket upgrade handling for better cloud platform compatibility
90
+ - Better error handling and connection stability
91
+
92
+ ## [1.0.5] - Previous Release
93
+
94
+ - Initial stable release
package/README.md CHANGED
@@ -1,51 +1,166 @@
1
1
  # Vortix
2
2
 
3
- AI-powered OS control system with remote command execution capabilities.
3
+ AI-powered remote OS control system with natural language command execution,
4
+ real-time monitoring, and advanced device management.
4
5
 
5
- ## Installation
6
+ ## Features
6
7
 
7
- ```bash
8
- npm install -g vortix
9
- ```
8
+ - **AI Command Generation** - Convert natural language to system commands
9
+ - **Real-time System Monitoring** - CPU, Memory, and Disk usage tracking
10
+ - **Screen Sharing** - Live desktop streaming capabilities
11
+ - **File Transfer** - Upload and download files remotely
12
+ - **Multi-device Control** - Execute commands across multiple devices
13
+ - **Secure Authentication** - Password-protected device access
14
+ - **Auto-start on Boot** - Automatic agent startup
15
+ - **Modern Web Dashboard** - Responsive UI with mobile support
10
16
 
11
17
  ## Quick Start
12
18
 
13
- ### 1. Start Backend Server
19
+ ### Installation
14
20
 
15
21
  ```bash
16
- vortix backend
22
+ npm install -g vortix
17
23
  ```
18
24
 
19
- ### 2. Login Device (on target machine)
25
+ ### Setup Your Device
26
+
27
+ 1. **Authenticate your device:**
20
28
 
21
29
  ```bash
22
30
  vortix login
23
31
  ```
24
32
 
25
- ### 3. Start Agent (on target machine)
33
+ 2. **Start the agent:**
26
34
 
27
35
  ```bash
28
36
  vortix start
29
37
  ```
30
38
 
39
+ 3. **Access the dashboard:** Visit
40
+ [https://vortixai.vercel.app](https://vortixai.vercel.app)
41
+
42
+ That's it! No backend setup required - everything runs in the cloud.
43
+
31
44
  ## Commands
32
45
 
33
- - `vortix login` - Authenticate and register device
34
- - `vortix start` - Start the agent on current machine
35
- - `vortix backend` - Start the backend WebSocket server
36
- - `vortix help` - Show help information
46
+ | Command | Description |
47
+ | -------------- | ------------------------------------- |
48
+ | `vortix login` | Authenticate and register your device |
49
+ | `vortix start` | Start the agent on current machine |
50
+ | `vortix help` | Show help information |
51
+
52
+ ## Use Cases
53
+
54
+ - **Remote Work** - Control your office computer from home
55
+ - **Server Management** - Monitor and manage remote servers
56
+ - **IT Support** - Help users remotely without screen sharing software
57
+ - **Home Automation** - Control your home PC from anywhere
58
+ - **Development** - Manage multiple development environments
37
59
 
38
60
  ## Architecture
39
61
 
40
- - **Backend**: WebSocket server (port 8080) for device coordination
41
- - **Agent**: Runs on target machines, executes commands
42
- - **Dashboard**: Web UI for managing devices (separate deployment)
62
+ - **Cloud Backend** - Hosted WebSocket server (always online)
63
+ - **Local Agent** - Runs on your devices, executes commands
64
+ - **Web Dashboard** - Modern React/Next.js interface
65
+ - **Secure Connection** - End-to-end encrypted communication
66
+
67
+ ## Example Commands
68
+
69
+ Try these natural language commands in the dashboard:
70
+
71
+ ```
72
+ "open notepad"
73
+ "show me system information"
74
+ "take a screenshot"
75
+ "list files in downloads folder"
76
+ "shutdown computer in 5 minutes"
77
+ "check disk space"
78
+ ```
79
+
80
+ ## Advanced Features
81
+
82
+ ### Auto-start on Boot
83
+
84
+ Enable automatic agent startup when your computer boots:
85
+
86
+ ```bash
87
+ vortix start --autostart
88
+ ```
89
+
90
+ ### Screen Sharing
91
+
92
+ View your desktop in real-time through the web dashboard.
43
93
 
44
- ## Requirements
94
+ ### File Transfer
45
95
 
46
- - Node.js >= 14.0.0
47
- - Network access between backend and agents
96
+ Upload and download files directly through the web interface.
97
+
98
+ ### Multi-device Control
99
+
100
+ Execute the same command across multiple connected devices simultaneously.
101
+
102
+ ## Dashboard Features
103
+
104
+ - **Command Center** - Execute commands with AI assistance
105
+ - **Device Management** - View and control all connected devices
106
+ - **System Monitoring** - Real-time CPU, memory, and disk usage
107
+ - **File Browser** - Navigate and transfer files
108
+ - **Screen Viewer** - Live desktop streaming
109
+ - **Mobile Support** - Full functionality on mobile devices
110
+
111
+ ## Security
112
+
113
+ - Password-protected device authentication
114
+ - Secure WebSocket connections (WSS)
115
+ - Command approval system for dangerous operations
116
+ - No data stored on servers (commands executed locally)
117
+
118
+ ## Supported Platforms
119
+
120
+ - Windows (7, 8, 10, 11)
121
+ - macOS (10.14+)
122
+ - Linux (Ubuntu, CentOS, Debian, etc.)
123
+
124
+ ## Troubleshooting
125
+
126
+ ### Agent won't connect?
127
+
128
+ 1. Check your internet connection
129
+ 2. Ensure firewall allows outbound connections
130
+ 3. Try restarting the agent: `vortix start`
131
+
132
+ ### Commands not working?
133
+
134
+ 1. Verify device is authenticated and online
135
+ 2. Check if the command requires admin privileges
136
+ 3. Try simpler commands first
137
+
138
+ ### Need help?
139
+
140
+ - Visit our [documentation](https://vortixai.vercel.app/setup)
141
+ - Report issues on [GitHub](https://github.com/Vaibhav262610/vortix/issues)
142
+ - Contact support: vaibhavrajpoot2626@gmail.com
143
+
144
+ ## What's New in v1.2.1
145
+
146
+ - **Improved Documentation** - More professional README with better formatting
147
+ - **Enhanced Readability** - Cleaner structure and natural tone
148
+ - **Better User Experience** - Less cluttered documentation
149
+
150
+ ### Previous Updates (v1.2.0)
151
+
152
+ - **Redesigned Dashboard** - Modern Command Center interface
153
+ - **Mobile Optimization** - Perfect mobile experience
154
+ - **Performance Improvements** - Faster real-time updates
155
+ - **Enhanced UI** - Better navigation and user experience
156
+ - **Cloud-first Architecture** - No backend setup required
48
157
 
49
158
  ## License
50
159
 
51
- MIT
160
+ MIT License - see
161
+ [LICENSE](https://github.com/Vaibhav262610/vortix/blob/main/LICENSE) for
162
+ details.
163
+
164
+ ---
165
+
166
+ **Made with ❤️ by [Vaibhav Rajpoot](https://github.com/Vaibhav262610)**
package/bin/vortix.js CHANGED
@@ -56,9 +56,11 @@ function showHelp() {
56
56
  console.log(' vortix enable-autostart Enable auto-start on system boot');
57
57
  console.log(' vortix disable-autostart Disable auto-start');
58
58
  console.log(' vortix status Check agent and auto-start status');
59
- console.log(' vortix backend Start backend server (dev only)');
60
59
  console.log(' vortix help Show this help message');
61
60
  console.log('');
61
+ console.log(' ☁️ Cloud Backend:');
62
+ console.log(' Backend runs automatically in the cloud - no setup required!');
63
+ console.log('');
62
64
  console.log(' 📖 Documentation:');
63
65
  console.log(' https://github.com/Vaibhav262610/vortix');
64
66
  console.log('');
@@ -133,7 +135,17 @@ switch (command) {
133
135
  break;
134
136
 
135
137
  case 'backend':
136
- runBackend();
138
+ console.log('');
139
+ console.log('🚀 Backend is now cloud-hosted!');
140
+ console.log('');
141
+ console.log('The Vortix backend runs automatically in the cloud.');
142
+ console.log('No need to start it manually - just use:');
143
+ console.log('');
144
+ console.log(' vortix login # Set up your device');
145
+ console.log(' vortix start # Start the agent');
146
+ console.log('');
147
+ console.log('Then visit: https://vortixai.vercel.app');
148
+ console.log('');
137
149
  break;
138
150
 
139
151
  default:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vortix",
3
- "version": "1.1.0",
4
- "description": "AI-powered OS control system with remote command execution",
3
+ "version": "1.2.1",
4
+ "description": "AI-powered remote OS control system with natural language commands, real-time monitoring, and modern web dashboard",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "vortix": "./bin/vortix.js"
@@ -20,12 +20,22 @@
20
20
  "websocket",
21
21
  "command-execution",
22
22
  "screen-sharing",
23
+ "file-transfer",
24
+ "multi-device",
25
+ "real-time-monitoring",
26
+ "system-stats",
27
+ "natural-language",
28
+ "dashboard",
29
+ "mobile-support",
30
+ "cloud-backend",
23
31
  "multi-platform",
24
32
  "windows",
25
33
  "macos",
26
34
  "linux",
27
35
  "typescript",
28
- "nextjs"
36
+ "nextjs",
37
+ "react",
38
+ "framer-motion"
29
39
  ],
30
40
  "author": "Vaibhav Rajpoot <vaibhavrajpoot2626@gmail.com>",
31
41
  "license": "MIT",
@@ -46,7 +56,8 @@
46
56
  "agent/",
47
57
  "backend/",
48
58
  "scripts/",
49
- "README.md"
59
+ "README.md",
60
+ "CHANGELOG.md"
50
61
  ],
51
62
  "dependencies": {
52
63
  "axios": "^1.6.0",