acc v0.1.0 — first public release
Most AI forgets. acc is a learning substrate for the agent tools you already run (Claude Code, Codex, OpenCode, Cursor): it remembers what actually worked — checked against reality, shaped by how you decide — and starts the next run from the better path. It runs entirely on a machine you control.
This is the first public release. It's young, and we say what's proven and what isn't.
the agent acts → you see a receipt → reality settles it → next run starts from what worked
What it is
A local Work Model — a Recursive Language Model over a late-interaction scored-token memory. Two verbs over one memory: retrieve peeks the scored memory; act solves, runs, and records outcomes. Every commitment, action, approval, and real result lands on one local acc.db. Credit defaults to a weak prior — only reality earns full weight.
In this release
- Native binaries for every desktop OS — Linux (x86-64 and ARM64), macOS (Apple Silicon), and Windows (x86-64). Each is verified in CI to build, boot, and install on its own OS.
- One-line install that probes your hardware, picks an embedder tier it can honestly run, builds the warm local daemon, and wires Claude Code's MCP.
- Silent background auto-update — checks for new releases, verifies the SHA-256, and applies at the next restart. Downgrade-protected; opt out any time with
ACC_NO_AUTOUPDATE=1.
Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/maxbaluev/accreted-intelligence/main/bootstrap/install | shWindows (PowerShell 5.1+):
irm https://raw.githubusercontent.com/maxbaluev/accreted-intelligence/main/bootstrap/install.ps1 | iexFirst run may download the embedder model (a few GB) and take a few minutes — the installer reports the wait honestly and never pretends your hardware is bigger than it is.
Verify
Every artifact is listed in sha256sums.txt:
sha256sum -c sha256sums.txtHonest status
Proven: all four binaries build, boot, and install across Linux, macOS, and Windows. The full suite (1700+ tests) is green on the development platform. The engine source is private; the binary and the building blocks are open. The live commitments ledger and a measured readout are at accint.xyz.