Skip to content
@alby-sh

Alby

Building for the AI Agent Era

Alby

Alby

The control room for your AI coding agents.

alby.sh Download macOS


What we build

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.

The desktop app

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 →

Error-tracking SDKs

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.

Links

Pinned Loading

  1. alby alby Public

    Alby — macOS desktop app for managing AI coding agents across projects and environments

    TypeScript 1

  2. alby-sdk-python alby-sdk-python Public

    Official Alby error-tracking SDK for Python 3.8+ (Django, Flask, FastAPI)

    Python

  3. alby-sdk-php alby-sdk-php Public

    Official Alby error-tracking SDK for PHP 8.2+ and Laravel

    PHP

  4. alby-sdk-js alby-sdk-js Public

    Official Alby error-tracking SDK for Node.js and TypeScript

    TypeScript

  5. alby-sdk-browser alby-sdk-browser Public

    Official Alby error-tracking SDK for web browsers — < 10 KB gzipped, zero deps

    TypeScript

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…