Install
astrid
v0.9.2The secure home for AI agents: one daemon, sealed capsules, receipts for everything. If you only want to feel what Astrid is first, the playground runs the real kernel in this tab, nothing to install.
- agents
- capsules
- wasm
- sandbox
- audit
- rust
brew install unicity-astrid/tap/astrid macOS and Linux · v0.9.2
cargo install astrid builds from source via crates.io
claude plugin marketplace add unicity-astrid/sage adds the Astrid marketplace to your Claude Code
claude plugin install astrid@astrid your Claude keeps being Claude, and gains the OS underneath
Then · use it
- 01
astrid initpick a distro and a provider; keys go to the secret store, never flags
- 02
astrid doctorplain pass/fail: daemon up, capsules ready, provider reachable
- 03
astrid chattalk to an agent that can actually do things
Full walk-through, including what to look at underneath: Getting Started: See It Work
Or · build on it
- 01
astrid capsule new my-toolscaffolds a complete capsule that compiles first try
- 02
astrid capsule buildcargo compile → component wrap → signed .capsule
- 03
astrid capsule checkstatic linter: advertised tools vs actual routing
- 04
astrid capsule install ./my-toollive-load it; the running OS gains the skill
The full walkthrough, snippet by snippet: Your First Capsule. Deeper: Designing Capsules and the host ABI.