Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Local-first policy, evidence, memory, and recovery controls for Claude, Codex, Hermes, and other CLI coding agents.
| Date | Stars |
|---|---|
| 2026-07-31 | 293 |
| 2026-08-03 | 295 |
| 2026-08-06 | 295 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
<div align="center"> # LACP **Local policy, evidence, and recovery controls for coding agents.** LACP wraps Claude, Codex, Hermes, and other CLI agents with deterministic routing, approval gates, execution records, memory controls, and rollback paths. It runs on your machine and keeps remote execution opt-in. [](https://github.com/0xNyk/lacp) [](LICENSE) [](version) [](https://github.com/0xNyk/lacp/releases/tag/v0.6.0) [](https://github.com/0xNyk/lacp/commits/main) [](https://github.com/0xNyk/lacp/issues) [](https://github.com/0xNyk/lacp)  </div> --- > **Development status:** `main` reports version 0.10.0. The latest published GitHub and > Homebrew release is v0.6.0. Main includes unreleased changes and may alter commands or > configuration before the next release. Use the Homebrew package when you need the > published release; use `--HEAD` only when you want current development code. ## Contents - [Quick Start](#quick-start) - [Why teams adopt LACP](#why-teams-adopt-lacp) - [Use-case recipes](#use-case-recipes) - [Documentation](#documentation) - [Architecture](#architecture) - [Features](#features) - [Prerequisites](#prerequisites) - [Install Options](#install-options) - [Who It's For](#who-its-for) - [Testing](#testing) - [Security](#security) - [Contributing](#contributing) ## What LACP controls LACP is a local execution wrapper and control plane. The coding-agent host still owns its model, tools, session, and interface. LACP owns the contract around a run: where it may execute, which risk tier applies, when approval is required, what evidence must be kept, and how a failed change is recovered.  <table> <tr><td><b>Execution</b></td><td>Risk tiers, budgets, context contracts, session fingerprints, and local or remote sandbox routing.</td></tr> <tr><td><b>Verification</b></td><td>Browser, API, and contract evidence manifests with PR preflight and release gates.</td></tr> <tr><td><b>Memory</b></td><td>Session memory, Obsidian workflows, ingestion, optional code intelligence, and provenance.</td></tr> <tr><td><b>Coordination</b></td><td>Worktree isolation, tmux/dmux sessions, swarm manifests, handoffs, and recovery paths.</td></tr> </table> --- ## Quick start ### Install ```bash # Homebrew (recommended) brew tap 0xNyk/lacp && brew install lacp # or inspect and run the bootstrap at a published tag curl -fsSLo /tmp/lacp-install.sh \ https://raw.githubusercontent.com/0xNyk/lacp/v0.6.0/install.sh LACP_REF=v0.6.0 bash /tmp/lacp-install.sh ``` ### Bootstrap and verify ```bash lacp bootstrap-system --profile starter --with-verify lacp doctor --json | jq '.ok,.summary' ``` After bootstrap: `.env` is created, dependencies installed, directories scaffolded, Obsidian vault wired, and verification artifacts produced. For the full setup and daily operator flow, start with the [Runbook](docs/runbook.md) and [Local Dev Loop](docs/local-dev-loop.md). ### First gated command ```bash # Route a task through LACP policy gates lacp run --task "hello world" --repo-trust trusted -- echo "LACP is working" # Make claude/codex/hermes default to LACP routing (reversible) lacp adopt-local --json | jq ```  ## Why teams adopt LACP - Route commands through explicit policy and budget
Excerpt of 17,189 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:57c84ae8ce0c1ede, topic:ai-agents