Remote OS Control
AI-Powered Remote OS Control System
npm install -g vortixInstall the Vortix CLI globally on your computer
Windows:
Download from nodejs.org or use winget install OpenJS.NodeJS
Windows:
✅ No additional requirements
vortix loginSet a password to protect your device. You'll need this password to access the device from the dashboard.
vortix startRun this command on each device you want to control
Click on a device and enter its password to unlock and control it
Try these basic commands to verify everything is working:
Windows Commands:
dir C:\UsersList files in Users directory
start notepadOpens Notepad application
echo Hello World > %USERPROFILE%\Desktop\test.txtCreate a text file on Desktop
Vortix is currently in active development. Some AI-generated commands or natural language prompts may not work as expected.
For best results, try using direct terminal commands for now:
dir C:\Users\YourName\Desktopecho Hello World > C:\Users\YourName\Desktop\test.txtstart notepadWe're continuously improving the AI command generation.
Want to use your own API key? Here are your options:
Free cloud-based AI planning. No local setup required.
GROQ_API_KEYRun AI models on your own machine. Unlimited usage.
ollama pull qwen2.5:7bnode server.jsUse direct commands without AI assistance. Works perfectly!
Just type commands directly and click "Execute". No setup needed.
Free and open source