How is this different from Warp?
Warp is a terminal replacement with a built-in agent. Solo is a native terminal workspace for agents, project commands, and shell sessions. No built-in editor, no lock-in. You can keep your current terminal if you want, but Solo also gives you built-in terminals and shell integration. Read the full Solo vs Warp comparison. Can Solo run Claude Code / Codex / Gemini CLI?
Yes, any CLI agent that runs in a terminal runs in Solo. All the CLIs that exist today and the ones that will undoubtedly come out in the coming months, you can run inside of Solo from day one. No updating required. Read more about using Solo as an AI agent workspace, or read The agentic metaharness for the bigger mental model. Does Solo use my agent API keys?
No. Solo just runs your local CLI tools and lets you interact with them. However you have your agents set up on your machine is exactly how they'll work inside Solo. Your keys, your config, your auth. Because Solo never touches your API keys or agent accounts, there's no risk of getting flagged or banned by any provider.
Does Solo replace Docker?
No. Solo manages processes, not containers. If your workflow uses Docker, Solo runs alongside it. Add docker compose up as a process and Solo monitors it like anything else.
What platforms are supported?
Mac now, Windows and Linux coming soon. Solo is a Tauri app. Small, fast, and uses your system's native webview. See the download page for the latest platform availability. What if Solo crashes?
Solo tracks PIDs of all running processes. On restart, it detects orphaned processes and shows a dialog to kill or reattach them. No zombie processes eating resources in the background.
What happens when I close Solo?
All processes stop — agents, project commands, and shell sessions alike. Solo is running the workflows in that window. When you're done working, close it and everything shuts down cleanly. No orphaned processes running in the background.
How does the security/trust system work?
Solo never auto-runs something you didn't add yourself. If your solo.yml changes (like after a git pull), Solo asks you to confirm before running anything. No surprises.
Can I share configs with my team?
Yes. Commit your solo.yml to your repo and everyone on the team can spin up the same stack.
Can I keep some processes to myself?
Yes. You can define local processes that don't get committed to the repo. Your personal stuff stays personal.
Can I move a process between local and shared?
Yes. If you create a process locally and want to add it to your solo.yml, that's one click. Same if you want to take a shared process and make it local.
How do updates work?
Updates are free forever. The only restriction on the free tier is the number of projects and processes you can have, not whether you get updates. You can also follow the changelog. Is there a free trial?
The free tier is the trial, except it never expires. You get 4 projects and up to 20 processes total. Use it as long as you want.
What are the limits?
Free tier: 4 projects, up to 20 processes total. Pro: unlimited projects and processes.
Why pay when free tools exist?
Because Solo is a joy to use. No config files to maintain, no manual restarts, no juggling terminal tabs. MCP integration so your agents can see your logs, desktop notifications when things crash, and a UI that actually looks good. Free tools work. Solo delights.
Does it work offline?
Yes. Solo validates your license once then caches it locally. You get a 14-day offline grace period before it needs to check in again. Your configs are plain text solo.yml files, portable and readable by anything.
Can I use my license on multiple machines?
Yes, up to three machines per license.
Is there a dark mode?
Yes. Light mode and dark mode, plus a system option that follows your OS preference.
Does Solo collect any data or phone home?
We use Aptabase for privacy-first analytics. Basic usage stats only. We never send project names, process names, or anything about your code. Solo also checks license data to validate paid accounts. That's it.
Is this a fork of VS Code?
Haha, no. Solo is a native Tauri app — 25MB, no Electron, no bundled Chromium running a text editor. It uses your system's native WebKit and does one thing well: run your agents, project commands, and terminal sessions from a single window.
Who made this?
Aaron Francis, creator of faster.dev. I built it because I was running Claude Code alongside my dev stack and juggling nine terminal tabs. Now I don't have to.