Download Squan
Multi-agent AI development command center. Download, unzip, and start orchestrating AI agents.
Latest version: v2.8.4 • Free & open source (Apache 2.0)
Windows
Windows 10/11 (x64) • ZIP ~156 MB • v2.8.4
macOS
Apple Silicon • macOS 12+ • DMG ~116 MB • v2.8.4
xattr -cr Squan.appFree code signing provided by SignPath.io, certificate by SignPath Foundation
Linux
.deb and AppImage packages in development
Or Build from Source
Build from Source
# Clone and run
git clone https://github.com/tarvitave/squan.git
cd squan
npm install
npm start
# Build distributable binary
npm run packageView on GitHubWhat you need
API Key
Anthropic, OpenAI, Google, or Ollama. Set in Settings → AI Provider.
Git
Required for agent worktrees and version control
That's it
No Node.js, no server, no config files. Everything is bundled.
How Squan works
Squan bundles everything into one app: an Electron shell, an Express server, a React UI, and a SQLite database. When you launch Squan, the server starts automatically in the background. Agents are spawned as isolated processes, each in their own git worktree.
- No separate server to run — everything is embedded
- No Node.js installation required — bundled inside
- No browser needed — native Electron window
- Multi-model support — Anthropic, OpenAI, Gemini, Ollama