Codeg is a multi-agent coding workspace that aggregates sessions from various AI agents and runs as a desktop app, standalone server, or Docker container. It supports custom agents and provides features like multi-agent collaboration, split view, and office document generation.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Codeg is a multi-agent coding workspace that aggregates sessions from every supported agent CLI into one searchable workspace and lets a main agent delegate tasks to sub-agents within a single task. It runs as a desktop app, a standalone server, or a Docker container, with native iOS and Android clients. Twelve agents come built in, and since 0.22 you can register any other ACP-compatible agent yourself.
How it works
Codeg installs, pins, and updates agent CLIs, aggregates sessions from supported agents, and enables delegation where agents run as separate sessions and stream outputs back into the thread. It supports custom agents by importing an ACP-compatible agent from the public registry or a distribution JSON, and it keeps conversations searchable.
Getting started
Install & Run Desktop — download the installer for macOS, Windows, or Linux from Releases, then follow Installation.
Server — run Codeg headless and reach from a browser. On Linux or macOS:
curl -fsSL https://raw.githubusercontent.com/xintaofei/codeg/main/install.sh | bash
CODEG_STATIC_DIR=/usr/local/share/codeg/web codeg-server
On Windows, in PowerShell:
irm https://raw.githubusercontent.com/xintaofei/codeg/main/install.ps1 | iex
$env:CODEG_STATIC_DIR="$env:LOCALAPPDATA\codeg\web"; codeg-server
Docker — the same server, in one container:
docker run -d -p 3080:3080 -v codeg-data:/data ghcr.io/xintaofei/codeg:latest
Mobile — install iOS app or Android APK and point at the Web Service of your desktop app or your codeg-server.
Recent releases
- v0.23.2 codeg v0.23.2 (2026-08-05): Release version 0.23.2. New: A token usage dashboard with a full report and cache hit rate.
- v0.23.1 codeg v0.23.1 (2026-08-03): Release version 0.23.1. New: Multi-folder workspaces. Link other directories into a workspace as subdirectories.
- v0.23.0 codeg v0.23.0 (2026-08-02): Release version 0.23.0. feat(tasks): New — the Task Board (beta).
- v0.22.2 codeg v0.22.2 (2026-07-30): Release version 0.22.2. feat(settings): Kimi Code with your own API key now gets a reasoning picker.
- v0.22.1 codeg v0.22.1 (2026-07-29): Release version 0.22.1. feat(settings): A rebuilt Kimi Code panel with honest status.
Traction
The repository has 2541 stars and 312 forks.
Behind the repo
Not included in the provided facts.
Caveats
- License: Apache-2.0
- Open issues: 119
- Created: 2026-02-09
- Last push: 2026-08-04






