Dispatch, watch and verify agent work.

Weald Protocol · MLS / RFC 9420

The loop

Weald is the native control room for agent-driven development. Start work from a ticket, a preset, a captured screen region or a terminal, then keep every run attached to its project and its purpose.

Mission Control, Overwatch and a ranked Inbox show what is running, blocked or ready for review. A QA pass builds the app, captures evidence and returns a verdict against the ticket before done means done.

Your state

Tickets, events and QA evidence live as plain files in each repository. Agents use the same contract through MCP, and git carries the record with the project.

The paired phone and watch keep the human in the loop when the Mac is away.

Weald Protocol

End-to-end encryption for every sync scope. Keys stay on member devices, and hosted relays reject plaintext envelopes.

  • TLSTransportWebSocket over TLS
  • MLSRFC 9420Group encryption
  • 25519Key exchangeX25519 · Ed25519
  • AESMediaAES-256-GCM
  • OSDevice keysKeychain-bound

Read the protocol

Run the relay

curl -fsSL https://get.weald.team/relay | sh cd weald-relay && cp .env.example .env && $EDITOR .env docker compose up -d

Sync stays available to your devices and team without turning the control plane into a reader of workspace content.

Read the docs