Install
curl | sh on macOS or Linux.
Install →
seal@runtime:~$
The cryptographically secured AI coding agent. Designed as a defense against rogue agents, prompt injection, and curl scripts that delete your production database — without slowing the agent down.
Install Read the docsSeal is an AI coding agent where the agent itself runs inside a WebAssembly sandbox and can only touch your system through cryptographically signed capabilities. The security model isn’t a wrapper around an off-the-shelf agent — it is the design.
Three properties fall out:
seal.toml before executing — silent allow, prompt, or refuse. Patterns layer cleanly: a broad git:* prompt can sit alongside narrow silent allows for the specific subcommands you’ve cleared (git status, git diff:*) without either shadowing the other.Why this matters
Prompt injection in a normal agent means “the model is talked into running a malicious command.” In Seal it means “the model is talked into asking the manifest for a capability it doesn’t have.” The model never has the capability to begin with — the WIT surface is the only door out, and the daemon checks every call.
Install
curl | sh on macOS or Linux.
Install →
Getting started
From zero to a first prompt in five minutes. Walk through it →
Permission model
The four-way prompt and how grants accumulate. Learn more →
Manifest reference
Every seal.toml section, generated from the schema.
Read the reference →