Mobile-first web UI for managing AI coding sessions (Claude Code, Codex, Aider, Gemini CLI, Amp, Pi). Self-hosted with multi-pane terminals, git integration, and session orchestration.
# AgentOS A mobile-first web UI for managing AI coding sessions. [](https://discord.gg/cSjutkCGAh) https://github.com/user-attachments/assets/0e2e66f7-037e-4739-99ec-608d1840df0a  ## Installation ### Via npm (Recommended) If you already have Node.js 20+ installed: ```bash # Install globally npm install -g @saadnvd1/agent-os # Run setup (checks/installs tmux, ripgrep, builds app) agent-os install # Start the server agent-os start ``` ### Via curl (Installs everything) For fresh installs without Node.js: ```bash curl -fsSL https://raw.githubusercontent.com/saadnvd1/agent-os/main/scripts/install.sh | bash agent-os start ``` ### Desktop App Download native desktop apps from [Releases](https://github.com/saadnvd1/agent-os/releases): - macOS (Apple Silicon): `.dmg` - Linux: `.deb` or `.AppImage` > **Note:** The desktop app is a native wrapper around the web UI. You still need to install and run AgentOS (via the installer script above) for the backend server. The desktop app just provides a convenient native window instead of using your browser. > **Don't want to self-host?** Try [AgentOS Cloud](https://runagentos.com) - pre-configured cloud VMs for AI coding. ### Manual Install ```bash git clone https://github.com/saadnvd1/agent-os cd agent-os npm install npm run dev # http://localhost:3011 ``` ### Prerequisites - Node.js 20+ - tmux - [ripgrep](https://github.com/BurntSushi/ripgrep) (for code search - auto-installed by installer script, or run `agent-os update`) - At least one AI CLI: [Claude Code](https://github.com/anthropics/claude-code), [Codex](https://github.com/openai/codex), [OpenCode](https://github.com/anomalyco/opencode), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Aider](https://aider.chat/), or [Gemini CLI](https://gemini.com/cli) ## Supported Agents | Agent | Resume | Fork | Auto-
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.