Public portable core Apache-2.0
Intent in.Evidence out.
A capability-aware control layer for local agent workflows. It makes authority,
host support, lifecycle changes, and recovery inspectable instead of implicit.
Pre-release. Native Windows is the currently qualified platform.
CONTROL ROUTE / 001 LOCAL
01 Intent Classify the task
02 Capability Name host support
03 Authority Preview before apply
04 Evidence Return a bounded receipt
05 Recovery Restore exact prior state
contract agent-os/1verified path
01 / PREVIEW
One command. Zero mutation.
See the plan before the system touches your home.
Use a verified checkout or source release. Python 3.11+ is required.
PowerShell mutation-free preview
PS> python install.py --dry-run
Copy command
Copy the visible command manually. The install preview itself does not require this page's JavaScript.
Apply only with explicit authority: python install.py --yes
02 / WALKTHROUGH
Illustrative browser demo
Follow one operation from request to recovery.
This walkthrough changes only the example receipt below. It does not execute commands or access your machine.
01 Intent
02 Authority
03 Action
04 Evidence
05 Recovery
classified
preview / intent
Current decision
Inspect the requested outcome
The gateway names the task, host, and smallest useful capability set before execution.
capability routing
authority read-only
result bounded task contract
{
"stage": "intent",
"decision": "classified",
"mutation": false
}
03 / SCOPE
Inspectable boundary
The public core is useful because its limits are explicit.
PUBLIC / INCLUDED
Portable core
Contracts, host adapters, lifecycle commands, governed packages, verification, and the optional Operator Layer.
Codex, Aider, generic adapters
Install, doctor, update, recover, uninstall
Capability states and deterministic receipts
AUTHORITY / EXPLICIT
Control boundary
Preview, approval, policy, transaction journals, evidence bindings, and exact recovery separate intent from mutation.
PRIVATE / NOT BUNDLED
Your overlay
Memory, project graphs, sessions, credentials, personal policy, runtime state, and private skills stay outside the repository.
04 / SYSTEM
Capability-aware by contract
No host support by implication.
Host path Declared state Role
Codex supported path Global instruction connection and managed runtime
Aider + local Ollama proved path Separate runtime proof and adapter contract
Generic instructions degraded Portable file export without host-native lifecycle hooks
Exact versions and limits live in Host support .
05
Start with proof
Clone it. Preview it. Inspect every boundary.
The repository is a pre-release candidate. Try it in a disposable environment and bring concrete failures to the issue tracker.