Run a standalone Shimpz Capsule on your own machine via Docker — the admin panel on port 7777, no account needed. Pick your path.
You're a Captain: install, open localhost:7777, log the brain in (Claude), create your Capsule and put it to work.
curl -fsSL https://install.shimpz.com | sh Requirements: Linux or macOS · Docker + Compose v2 · git. Then open http://localhost:7777
You're a developer: same box, plus the SDK checked out so you can build Shimpz apps and drivers against a live local Capsule.
curl -fsSL https://install.shimpz.com | sh -s -- --dev Requirements: Linux or macOS · Docker + Compose v2 · git. Then open http://localhost:7777
cd ~/.shimpz && docker compose logs # ver os logs cd ~/.shimpz && docker compose down # parar cd ~/.shimpz && docker compose up -d # subir de novo