Alby lets you spawn, monitor and orchestrate dozens of AI coding agents in parallel — Claude Code, Gemini, Codex, or any terminal-based CLI — across local folders and remote SSH servers, from a single native macOS app. Every agent runs inside a persistent tmux session, so your work survives disconnects, sleeps and restarts.
Beyond the app itself, Alby plugs into your running code via a small family of open-source SDKs: when something crashes in production, the exception lands in your Alby project and an AI agent can auto-open a fix task for it — with full context, stack trace, breadcrumbs and source-mapped frames.
| alby-sh/ alby |
Native macOS app (Electron). Manages dozens of tmux-backed agent sessions across local and remote environments, syncs state across devices, integrates Git / GitHub / scheduled routines / team collaboration. Download the latest release → |
Drop one of these into your app and runtime errors flow back into Alby for triage, grouping, release tracking, and AI-assisted auto-fix. All MIT-licensed, zero runtime dependencies, tiny footprint.
| Runtime | Install | Repo |
|---|---|---|
| Node.js / TypeScript | npm install @alby-sh/report |
alby-sh/alby-sdk-js |
Browser (any bundler or <script>) |
npm install @alby-sh/browser |
alby-sh/alby-sdk-browser |
| PHP 8.2+ (Laravel auto-discovery) | composer require alby/report |
alby-sh/alby-sdk-php |
| Python 3.8+ (Django / Flask / FastAPI) | pip install alby-report |
alby-sh/alby-sdk-python |
All four SDKs speak the same wire protocol (Ingest Protocol v1) — writing one for a new runtime is a weekend project, and we welcome PRs.
- Website — alby.sh
- Download — latest macOS build
- Contact — info@alby.sh