Vortix

Remote OS Control

Welcome to Vortix

AI-Powered Remote OS Control System

Quick Setup

1

Install Vortix CLI

npm install -g vortix

Install the Vortix CLI globally on your computer

📦 Don't have Node.js/npm?

Windows:

Download from nodejs.org or use winget install OpenJS.NodeJS

🖥️ Platform-specific requirements

Windows:

✅ No additional requirements

2

Set Device Password

vortix login

Set a password to protect your device. You'll need this password to access the device from the dashboard.

3

Start the Agent

vortix start

Run this command on each device you want to control

4

Control Your Devices

Open Dashboard

Click on a device and enter its password to unlock and control it

5

Test Your Setup

Try these basic commands to verify everything is working:

Windows Commands:

dir C:\Users

List files in Users directory

start notepad

Opens Notepad application

echo Hello World > %USERPROFILE%\Desktop\test.txt

Create a text file on Desktop

Development Phase

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\Desktop
echo Hello World > C:\Users\YourName\Desktop\test.txt
start notepad

We're continuously improving the AI command generation.

AI Planning Setup (Optional)

Want to use your own API key? Here are your options:

Option 1: Use Groq API (Recommended)

Free cloud-based AI planning. No local setup required.

  1. Get free API key from console.groq.com/keys
  2. Add to Render environment variables: GROQ_API_KEY
  3. AI planning will work automatically!
FREE30 req/min

Option 2: Run Ollama Locally

Run AI models on your own machine. Unlimited usage.

  1. Install Ollama from ollama.ai
  2. Run: ollama pull qwen2.5:7b
  3. Start backend locally: node server.js
FREEUnlimited

Option 3: Skip AI Planning

Use direct commands without AI assistance. Works perfectly!

Just type commands directly and click "Execute". No setup needed.

Get Started

Free and open source