The control plane for AI coding agents.
Run agents, models, MCP tools, and skills in one workspace. Bring your own keys, keep your workflow, own the stack.
brew install --cask argos
Works with the providers you already use
Plus OpenAI, AWS Bedrock, Azure, and any OpenAI, Gemini, or Anthropic-compatible endpoint. That is 40+ providers in one interface.
Agent-first
Made for agents to plug in.
Argos speaks the protocols your agents already use. Three surfaces, no vendor lock-in, all running on your machine.
Connect ACP agents
Any ACP-compatible runtime becomes a first-class entry in the model selector, with a native workspace UI. Enable a built-in agent or add your own command.
Settings → ACP AgentsAttach MCP tools
Full Resources, Prompts, and Tools coverage with visual debugging when a server misbehaves. A bundled Bun runtime executes servers without extra setup.
StreamableHTTPSSEstdioInstall Skills
Standard Agent Skills spec. Install from folders, ZIPs, or URLs, and import or export packs with Claude Code, Codex, Cursor, and GitHub Copilot.
Settings → Skills
Driving Argos from your own tooling? The daemon exposes POST /api/v1/route and a WebSocket event stream at /api/v1/events. See the daemon handbook.
One window for the whole workflow
No browser tab sprawl, no context switching between five chat windows. The pieces sit next to each other.
Multi-LLM chat
DeepSeek, Gemini, Anthropic, Grok, Ollama, and any OpenAI-, Gemini-, or Anthropic-compatible endpoint. Switch models per conversation.
Browser workspace
The daemon serves the same chat and workspace shell over HTTP. Pair a browser session and leave Electron closed.
Built-in search
BoSearch and Brave Search ship as MCP integrations; add any engine via a search-assistant model.
Local and offline
Integrated Ollama: download, deploy, and run models fully offline.
Rich rendering
Markdown, syntax highlighting, Mermaid diagrams, and Artifacts in every conversation.
Parallel sessions
Multi-window, multi-tab parallelism with retry, regenerate, and conversation forks.
Step away. Stay in the loop.
A session does not stop when you leave your desk. Drive it from a paired browser or your messaging app.

- Pair over a one-time URL
- Answer pending prompts
- Switch models remotely
- Stop a runaway generation
- Check runtime status
- Open the session on desktop
Get Argos
Free and open source. Pick your platform.
Run it headless
Desktop is all most users need. Install Argos Server only when another machine should run agents and host project files.
curl -fsSL https://raw.githubusercontent.com/dvaJi/argos/main/distro/install/install.sh | shirm https://raw.githubusercontent.com/dvaJi/argos/main/distro/install/install.ps1 | iexbrew install dvaJi/tap/argos-daemonThen run argos-daemon --web --pair to serve the web workspace. Deploying on a VPS? Read the daemon handbook first.