Install
Add the CLI and core contracts to a fresh project.
CLI
This brings in @agentskit/os-core automatically. The CLI is the supported way
to scaffold, lint, run, and deploy AgentsKitOS workspaces during M1.
Standalone packages
Every public package is independently installable. Pick what you need.
Some planned packages (
os-desktop,os-cloud-sync,os-collab,os-generative,os-mcp-bridge,os-marketplace) arebundled-private— they ship inside the desktop bundle and aren't on npm.
Zod is a peer dep. Install it once at the workspace root:
pnpm add zod. See ADR-0004.
Verify
doctor checks Node version, package resolution, optional providers, sandbox
runtimes, and lockfile state.