Reference CLI for the Aithos protocol: create an Aithos identity, grant and revoke mandates, sign actions, author and publish ethos bundles.
Aithos SDK — high-level TypeScript developer kit for building agentic apps on the Aithos protocol. Wraps @aithos/protocol-client and exposes the Aithos compute proxy and wallet (Stripe top-up) endpoints.
Aithos protocol client — env-agnostic TypeScript implementation of signed identities, mandates, and ethos editions.
Aithos protocol — reference implementation of the core primitives (DIDs, ethos, mandates, bundles) used by the CLI and by any host that speaks the protocol.
Aithos MCP server — exposes an Aithos identity's ethos and mandates to MCP-speaking agents over stdio or HTTP.
Chrome MV3 extension helpers for Aithos apps — IndexedDB keystore, chrome.identity OAuth wrapper, typed service-worker ↔ side-panel ↔ content-script messaging.
Reference cryptographic primitives for the Aithos data sub-protocol (PDS): CMK, DEK, wraps, record encryption. See spec/data/.
Reference cryptographic primitives for the Aithos assets sub-protocol: AMK generation, X25519-HKDF-AEAD wraps, XChaCha20-Poly1305 byte encryption. See spec/assets/.
Placeholder that redirects to the `aithos` package — the reference CLI and SDK for the Aithos protocol.
Placeholder that redirects to the `aithos` package — the reference CLI for the Aithos protocol.
Placeholder for an MCP server for the Aithos protocol. The reference CLI lives at `aithos`; the official MCP server will ship as `@aithos/mcp`.