The secure
AI app runtime and toolkit for coding agents.
Build, run, test, and share local-first AI apps
— sandboxed end-to-end.
When you tell an agent
what to build,
you inherit how it built it.
AI apps quietly become your responsibility. Most tooling only sandboxes the runtime, completely ignoring the risky, messy parts before it.
Most tools only sandbox the running code.
-
Leaked Secrets Baked directly into code and configuration files.
-
Broad Permissions Agents operate with full access to your host machine.
-
Unsandboxed Builds Arbitrary scripts executing during `npm install` or builds.
Sandbox the entire app lifecycle.
- No inherited environment or broad filesystem access.
- No network by default. Traffic must be explicitly allowed.
- Ephemeral, single-use sandboxes for every build and run.
- Secrets resolved on-demand, never hardcoded.
What Is an "AI App"?
It's a self-contained, sharable unit with AI functionality. If it has AI inside and you want to run, test, and share it safely — it's an AI app.
Why CapaKit?
AI apps come with burdens that quietly land on you.
CapaKit
takes them off your plate.
Security
Managing secrets, permissions, and blocking unwanted network access.
Testing
Making sure code, logic, and agent flows work reliably end-to-end.
Deployment
Wiring up network endpoints, resolving dependencies, and manual installs.
Built for the Agentic Stack
CapaKit natively speaks the protocols your agents already use. The same manifest runs locally today — and is designed to run anywhere tomorrow.
How It Works
One command. Sandboxed from build to runtime. No setup ceremony.
Building a new AI app?
Just ask your coding agent to use capakit
and tell it the app you want — like you normally do.
Running an existing one?
Just a single command to safely run, test, or install it globally. The entire lifecycle is isolated automatically.
See Real Apps
Built with CapaKit. Runnable with a single command straight from GitHub.
Created a cool app?
Submit a PR to feature your AI app in the official app registry and share it with the community.
View App Registry ↗Kit Anatomy
A kit is the unit teams can standardize on.
Who Is CapaKit For?
-
Developers & teams Going through AI-native transformation and needing standardized practices.
-
Builders Spinning up quick POCs with local/remote models, web UIs, MCP, A2A, or skills.
-
Security-conscious engineers Who don't want to run unknown or 3rd party code unsandboxed on their machine.
CapaKit Philosophy
-
Local-first You build it, you own it. You can run it anywhere any time, even offline.
-
Agent-native Designed from the ground up to be driven, written, and understood by coding agents.
-
Secure by default Isolation is treated as a first-class concern, not an afterthought.