Install snappy-os

One command. No key required. Requires node ≥ 20.

npx snappy-os@latest init ~/projects/snappy-os

Then

  1. Open the new tree: cd ~/projects/snappy-os
  2. Run snappy-os doctor to verify hooks are wired
  3. If skills you want need external APIs, drop credentials into .env.cache (snappy-os itself reads nothing from this file — it's yours to manage)
  4. Run snappy-os status to watch the PID loop tick

Bring your own gateway (optional)

The public gateway at skills.snappy.ai is the seed author's personal instance, shared read-only as a demo. For your own web window, deploy your own Cloudflare Worker from the snappy-os repo (storefront template extraction is tracked as a 2.0 item).

Upgrade later

snappy-os pull --auto

Learn more

program.md is the kernel contract. /docs lists the wiki pages. /skills is the catalog.