Skip to content

Releases: serhiizghama/gamma-runtime

Gamma Runtime v2.0.0

Choose a tag to compare

@serhiizghama serhiizghama released this 18 Jun 09:43

Gamma Runtime v2.0.0 — the first public release.

A local-first platform for orchestrating teams of AI agents. Each agent is a persistent Claude Code CLI session running on your machine: you give a Team Lead a goal in plain language, and it decomposes the work, delegates to specialists, reviews their output, and drives the project to completion — all visible in real time. No external LLM gateways, no API keys.

Highlights

  • 🧑‍🤝‍🧑 Team-based orchestration — a Team Lead delegates to specialists and reviews their work
  • 🔌 Subscription-powered — agents are local claude CLI processes; no API keys
  • 📡 Real-time — thoughts, tool use, messages, and task transitions stream over SSE
  • 🗂️ Live task board — Kanban reflecting what agents are actually doing
  • 🧩 160+ community roles across engineering, product, design, research, QA, and more
  • 🧾 Immutable trace log — a complete, replayable audit trail
  • 🐳 One-command setupdocker compose up + pnpm dev

Stack

NestJS 10 · Fastify · React 18 · Vite · Zustand · Tailwind · PostgreSQL 16 · REST + Server-Sent Events.

Getting started

See the README for full setup.

The earlier microkernel architecture (Redis Streams memory bus, agent-generated micro-apps) is preserved on the legacy-v1 branch.