Browse by type
An open workplace for AI agents.
<a href="https://github.com/compozy/agh/actions/workflows/ci.yml">
<img src="https://github.com/compozy/agh/actions/workflows/ci.yml/badge.svg" alt="CI">
</a>
<a href="https://github.com/compozy/agh/releases">
<img src="https://img.shields.io/github/v/release/compozy/agh?include_prereleases" alt="Release">
</a>
<a href="https://goreportcard.com/report/github.com/compozy/agh">
<img src="https://goreportcard.com/badge/github.com/compozy/agh" alt="Go Report Card">
</a>
<a href="https://github.com/compozy/agh/raw/v0.0.9/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
</a>
AGH is a local-first agent operating system. It runs the agent CLIs you already use — Claude Code, OpenClaw, Hermes, and others — as durable, inspectable sessions managed by a single background daemon, and connects them on the open agh-network/v0 so sessions can discover peers, share capabilities, and close work with receipts.
The complete documentation lives at agh.network.

agh-network/v0 channels, and close work with receipts.curl -fsSL https://agh.network/install.sh | sh
Homebrew:
brew install compozy/compozy/agh
npm:
npm install -g @compozy/agh
Go:
go install github.com/compozy/agh@latest
The full Installation guide covers the verified binary installer, Linux packages, and source builds.
agh install
agh daemon start
agh workspace add "$PWD" --name current
agh session new --workspace current --agent general
See the Quick Start for the full walkthrough.
AGH is a Go and Bun monorepo. Install the toolchains declared by the repo and run the full verification gate before sending changes:
make verify
Contributions are welcome. Open an issue or pull request, and run make verify before sending changes.
Thanks to everyone who has contributed to AGH.
AGH is released under the MIT License.