About Verun
Verun is the open-source workspace for parallel coding agents. We believe AI coding agents should work alongside developers — not replace them — and that the tools managing these agents should be transparent, local, and open.
Local-first
Verun runs entirely on your machine. Sessions talk directly to the CLI — nothing is proxied, nothing phones home.
Open source
All source code is available under AGPL-3.0. Audit it, modify it, self-host it. Your code, your rules.
Privacy by design
No account required. No data collection. Your code stays in git worktrees, your history in a local SQLite database.
Why we built Verun
AI coding agents are transforming how software is built, but running them effectively requires orchestration — isolated environments, parallel execution, review workflows, and control over what agents can do. Existing tools either lock you into a specific agent or require cloud services that see your code.
We built Verun to be agent-agnostic, local-first, and open source. Use any CLI-based coding agent. Run as many as you want. Stay in control. No compromises.
Built with
Contribute to Verun
Verun is open source and welcomes contributions.
git clone https://github.com/SoftwareSavants/verun.git
cd verun
bash scripts/setup.sh
pnpm tauri devLicense
Verun is licensed under AGPL-3.0. The source code is yours to audit, modify, and share.