JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q67819F
  • License MIT

AI-powered OS control system with remote command execution

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 vortix

Quick Start

1. Start Backend Server

vortix backend

2. Login Device (on target machine)

vortix login

3. Start Agent (on target machine)

vortix start

Commands

  • vortix login - Authenticate and register device
  • vortix start - Start the agent on current machine
  • vortix backend - Start the backend WebSocket server
  • vortix 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