A desktop app for managing multiple Claude Code agents from a single dashboard.
One-line install (pre-built):
curl -fsSL https://raw.githubusercontent.com/cameronfleet-paxos/bismarck/main/install.sh | bashBuild from source:
git clone https://github.com/cameronfleet-paxos/bismarck.git
cd bismarck
npm install
./scripts/install.shThe app installs to ~/Applications/Bismarck.app.
Paste this into Claude Code:
Install Bismarck:
curl -fsSL https://raw.githubusercontent.com/cameronfleet-paxos/bismarck/main/install.sh | bash
- Node.js 22+
- macOS (arm64)
npm install
# Terminal 1: Start Vite dev server
npm run dev
# Terminal 2: Start Electron
npm run dev:electronBismarck stores data in ~/.bismarck/:
settings.json- App settingssockets/- Unix sockets for agent communicationhooks/- Auto-generated hook scripts
On first launch, Bismarck configures Claude Code hooks in ~/.claude/settings.json to receive agent notifications.
ISC