Skip to content
Zed

Warrant for Zed

io.github.s0fractal/warrant

Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.

client:Zed transport:stdio runtime:pypi

Install Warrant in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "warrant": {
      "command": "uvx",
      "args": [
        "warrant-verify"
      ],
      "env": {
        "WARRANT_STORE": "<WARRANT_STORE>",
        "WARRANT_KEY": "<WARRANT_KEY>",
        "WARRANT_ACTOR": "<WARRANT_ACTOR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Warrant in other clients