Skip to content

Releases: adamorad/airlock

v2.0.0 — Airlock (Go, cross-platform)

12 Jun 18:19
v2.0.0
05dc051

Choose a tag to compare

Complete Go rewrite. Cross-platform (macOS + Linux), pure-Go SQLite (WAL). Blocking lock waits with wake-tokens, capability tokens, atomic counters + compare-and-swap notes, agent presence (expiry releases locks), generation-counted events, task queue with leases, airlock status/watch CLI, install-service (launchd/systemd). v1 (Swift) archived at legacy/swift/ and tag v1.1.0. Install: go install github.com/adamorad/airlock/v2@latest or brew install adamorad/tap/airlock.

v1.1.0 — Airlock

12 Jun 13:13
v1.1.0
95b56d7

Choose a tag to compare

Renamed from AgentPeek to Airlock. Binary, MCP server identifier, and daemon are now airlock; port 27183 and all tool behavior unchanged. Install: brew install adamorad/tap/airlock.

v1.0.0

12 Jun 10:02
v1.0.0
5647eed

Choose a tag to compare

Initial release. Named resource locks and shared scratchpad for AI agent coordination via MCP.