Skip to content
Zed

OpenWorkProof for Zed

io.github.dengyier/openworkproof

Verifiable execution for AI agents: Ed25519-signed work contracts and audit trails.

client:Zed transport:stdio runtime:pypi

Install OpenWorkProof in Zed

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

{
  "context_servers": {
    "openworkproof": {
      "command": "uvx",
      "args": [
        "openworkproof"
      ]
    }
  }
}

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

OpenWorkProof in other clients