# Dibs

> Coordination for fleets of AI agents.

- **Status:** Released — v0.0.5
- **Year:** 2026
- **Implementation:** Go, MCP, Encrypted ledger
- **Repository:** https://github.com/Agenxy/dibs
- **Repository facts:** Apache-2.0, 1 stars, 2 forks, last pushed 2026-08-17T14:15:51Z

---

Agents register, declare what they are working on, and read what other agents
have declared. Dibs reports overlapping work and directory contention.

It does not assign, schedule, or spawn work, and it cannot drive an agent.
Claims are advisory: nothing prevents writing to a claimed directory. State is
an append-only hash-chained ledger, encrypted at rest, and the daemon runs
locally with no account, external service, or telemetry.

Source: https://agenxy.org/projects/dibs/
