JSPM

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

AI-powered remote OS control system with natural language commands, real-time monitoring, and modern web dashboard

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 remote OS control system with natural language command execution, real-time monitoring, and advanced device management.

Features

  • AI Command Generation - Convert natural language to system commands
  • Real-time System Monitoring - CPU, Memory, and Disk usage tracking
  • Screen Sharing - Live desktop streaming capabilities
  • File Transfer - Upload and download files remotely
  • Multi-device Control - Execute commands across multiple devices
  • Secure Authentication - Password-protected device access
  • Auto-start on Boot - Automatic agent startup
  • Modern Web Dashboard - Responsive UI with mobile support

Quick Start

Installation

npm install -g vortix

Setup Your Device

  1. Authenticate your device:
vortix login
  1. Start the agent:
vortix start
  1. Access the dashboard: Visit https://vortixai.vercel.app

That's it! No backend setup required - everything runs in the cloud.

Commands

Command Description
vortix login Authenticate and register your device
vortix start Start the agent on current machine
vortix help Show help information

Use Cases

  • Remote Work - Control your office computer from home
  • Server Management - Monitor and manage remote servers
  • IT Support - Help users remotely without screen sharing software
  • Home Automation - Control your home PC from anywhere
  • Development - Manage multiple development environments

Architecture

  • Cloud Backend - Hosted WebSocket server (always online)
  • Local Agent - Runs on your devices, executes commands
  • Web Dashboard - Modern React/Next.js interface
  • Secure Connection - End-to-end encrypted communication

Example Commands

Try these natural language commands in the dashboard:

"open notepad"
"show me system information"
"take a screenshot"
"list files in downloads folder"
"shutdown computer in 5 minutes"
"check disk space"

Advanced Features

Auto-start on Boot

Enable automatic agent startup when your computer boots:

vortix start --autostart

Screen Sharing

View your desktop in real-time through the web dashboard.

File Transfer

Upload and download files directly through the web interface.

Multi-device Control

Execute the same command across multiple connected devices simultaneously.

Dashboard Features

  • Command Center - Execute commands with AI assistance
  • Device Management - View and control all connected devices
  • System Monitoring - Real-time CPU, memory, and disk usage
  • File Browser - Navigate and transfer files
  • Screen Viewer - Live desktop streaming
  • Mobile Support - Full functionality on mobile devices

Security

  • Password-protected device authentication
  • Secure WebSocket connections (WSS)
  • Command approval system for dangerous operations
  • No data stored on servers (commands executed locally)

Supported Platforms

  • Windows (7, 8, 10, 11)
  • macOS (10.14+)
  • Linux (Ubuntu, CentOS, Debian, etc.)

Troubleshooting

Agent won't connect?

  1. Check your internet connection
  2. Ensure firewall allows outbound connections
  3. Try restarting the agent: vortix start

Commands not working?

  1. Verify device is authenticated and online
  2. Check if the command requires admin privileges
  3. Try simpler commands first

Need help?

What's New in v1.2.2

  • Streamlined Dashboard - Removed screen sharing and auto-start features for cleaner UI
  • Focus on Core Features - Simplified interface focused on command execution and monitoring
  • Updated Components - Latest agent and backend files included

Previous Updates (v1.2.1)

  • Improved Documentation - More professional README with better formatting
  • Enhanced Readability - Cleaner structure and natural tone
  • Better User Experience - Less cluttered documentation

Previous Updates (v1.2.0)

  • Redesigned Dashboard - Modern Command Center interface
  • Mobile Optimization - Perfect mobile experience
  • Performance Improvements - Faster real-time updates
  • Enhanced UI - Better navigation and user experience
  • Cloud-first Architecture - No backend setup required

License

MIT License - see LICENSE for details.


Made with ❤️ by Vaibhav Rajpoot