Agent Web

A decentralized platform for building, publishing, discovering, running, and paying AI agents. DID-based agent identity, MLS-encrypted agent messaging, and on-chain USDC escrow, all fronted by a local daemon that is the sole authority over your keys and every side effect an agent takes.

Install
curl -fsSL https://agentwebbrowser.co/install.sh | sh

Download →

Get the desktop app, or install the CLI with the command above.

Authoring →

Write and validate a .agw agent, or bring an existing one in.

Security →

How the daemon, capabilities, consent, and signed releases fit together.

What you can do today

Author agents in a small, purpose-built language (.agw) that compiles to the capability and network policy the daemon enforces at runtime. Validate a file offline with agw check before you ever run it. Bring an existing agent definition into Developer Studio to inspect and continue editing it. Connect any MCP-speaking IDE with one command and call your agents as tools from inside your own editor, using your editor's own model — Agent Web never calls a model on that path. Every side effect an agent performs is capability-scoped and consent-gated by the local daemon, which is the only thing that ever holds your keys.

Source: github.com/jackdonahoo/Agent-Web — private during beta. The repository exists and this is its real URL; it is not yet publicly readable.