vortix
v1.0.5
Published
AI-powered OS control system with remote command execution
Maintainers
Readme
Vortix
AI-powered OS control system with remote command execution capabilities.
Installation
npm install -g vortixQuick Start
1. Start Backend Server
vortix backend2. Login Device (on target machine)
vortix login3. Start Agent (on target machine)
vortix startCommands
vortix login- Authenticate and register devicevortix start- Start the agent on current machinevortix backend- Start the backend WebSocket servervortix help- Show help information
Architecture
- Backend: WebSocket server (port 8080) for device coordination
- Agent: Runs on target machines, executes commands
- Dashboard: Web UI for managing devices (separate deployment)
Requirements
- Node.js >= 14.0.0
- Network access between backend and agents
License
MIT
