Package Exports
- vortix
- vortix/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vortix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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