Microkernel for AI agents where agents write their own harness.
brew tap astrid-runtime/tap
brew install astridbrew update
brew upgrade astridThe tap follows Astrid's signed stable channel. A scheduled updater and an
input-free manual workflow authenticate the channel pointer, reject replayed or
equivocating generations, and verify the release's signed Homebrew checksums
before changing the formula. Publishing a release by itself does not update the
tap.
| Binary | Purpose |
|---|---|
astrid |
CLI frontend — TUI, headless mode, capsule management |
astrid-daemon |
Background kernel process — IPC, VFS, sandbox, audit |
astrid-build |
Capsule compiler — builds Rust, OpenClaw, and MCP capsules |
astrid-emit |
Event client — publishes requests and inspects runtime responses |
astrid init --distro @yourorg/your-distro # Install an explicit distribution
astrid # Start an interactive session
astrid -p "hello" # Headless single-prompt mode