
Overview VelaAI is a personal conversational AI agent for Linux desktops that transforms how we interact with our computers. Instead of relying on traditional remote desktop streaming (which suffers from severe bandwidth overhead) or complex SSH syntax (which demands precise technical command knowledge), VelaAI adopts a purely intent-driven approach. You talk to your computer naturally; whether from your phone or a remote network, and it listens and acts. How it Works The platform features a clean, highly secure architectural separation. The lightweight Android mobile application captures raw natural language text or quick-action chips and routes them securely via a local Express proxy. The backend, built with Python 3.13 and FastAPI, runs as a user-level systemd service on the host machine. It passes user prompts to DashScope's Qwen model via tool-calling. Qwen dynamically extracts the user's core intent and maps it to specific, structured parameters. These parameters are then safely executed by modular OS routers interacting with core Linux CLI utilities like playerctl, nmcli, and xrandr Safety First Because system automation demands rigid guardrails, safety is strictly enforced at the backend level. VelaAI is safe by default, using JWT-protected authentication, strict directory whitelists to prevent path traversal, and hard barriers against executing arbitrary shell scripts. Any destructive action, such as killing a process or shutting down the machine, intercepts the execution flow and requires explicit confirmation in the chat thread. It represents a fast, accessible, privacy-first companion built for hands-free workflow automation.
13 Jul 2026