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

Available
Electron desktop app — full Node.js runtime included
Embedded server starts automatically — no setup needed
React UI, Express API, SQLite, agent management
Download for Windows

Windows 10/11 (x64) • ZIP ~156 MB • v2.8.4

⚠️
First time? Windows SmartScreen may warn because Squan isn't code-signed yet. Click "More info""Run anyway".

macOS

Available
Apple Silicon native (M1/M2/M3/M4)
Uses tmux for persistent agent sessions
DMG installer — drag to Applications
Download for macOS

Apple Silicon • macOS 12+ • DMG ~116 MB • v2.8.4

⚠️
First time? Right-click → Open → Open. Or: xattr -cr Squan.app

Free code signing provided by SignPath.io, certificate by SignPath Foundation

Linux

Coming Soon

.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 package
View on GitHub

What 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