Metagov

  • Name: Metagov
  • URL: https://metagov.org/
  • Category: governance middleware / cross-platform governance-service gateway / digital self-governance infrastructure
  • Summary: Metagov is best understood not as an onchain governor or a DAO frontend, but as middleware for composing governance across external platforms. Its reusable mechanism is a plugin-based gateway that lets a governance driver call actions, subscribe to events, and run asynchronous governance processes across tools like chat platforms, forums, grants systems, and blockchains through one common interface. That makes Metagov a useful comparison class for PolicyKit, DAO tooling, and any stack where practical authority sits not only in formal vote contracts but in the middleware that decides which outside services can be invoked, which events enter the policy engine, and how community-specific governance integrations are configured.
  • What it does:
    • Provides an API gateway and Django backend that sits between a governance driver and third-party governance-relevant services
    • Uses plugins to integrate external platforms and expose their governance functionality through common actions, listeners, and asynchronous governance processes
    • Supports webhook/event ingestion from outside platforms and routes those events into a community-specific governance engine
    • Lets communities enable and configure plugins per community, so governance integrations become part of community setup rather than hard-coded product behavior
    • Supports both Django-native drivers and HTTP-based drivers, making the middleware usable by different governance applications
    • Was designed to work closely with PolicyKit as a governance-policy authoring driver, and the project’s README notes that Gateway development was largely folded into PolicyKit by mid-2024
  • Key claims:
    • The official docs define Metagov as a unified API gateway for digital governance services, which is the clearest reason to catalog it as governance middleware rather than as a voting app or standards body
    • The most important analytical split is between the driver and the gateway: the driver decides policy, but Metagov decides how governance systems talk to outside services and what those services expose through a shared interface
    • The plugin architecture is the core reusable mechanism. Plugins can define actions, webhook listeners, and asynchronous governance processes, which means practical authority can migrate into integration design and plugin scope before any community policy is evaluated
    • The design docs show that community configuration is a first-order control surface: each community explicitly enables plugins and passes config, so the same governance driver can govern very different environments depending on what integrations are turned on
    • The public API endpoints matter because they define how outside platforms notify the governance stack and how HTTP drivers trigger actions and processes; that makes interface design and endpoint coverage part of governance power, not just engineering plumbing
    • Compared with DAOstar, which standardizes legibility, Metagov standardizes interoperability and actionability across platforms; compared with PolicyKit, it is more the integration/middleware layer than the end-user policy-authoring layer
    • The June 2024 README update saying Gateway development was mostly folded into PolicyKit is worth retaining because it clarifies Metagov’s current role as an influential architecture and lineage point even where active development emphasis has moved
  • Whitepaper: No canonical standalone whitepaper surfaced in this pass. The strongest primary materials were the official site, official docs, and the official gateway repository plus design/plugin documentation; see ../whitepapers/metagov-primary-sources-2026-05-09.md.
  • Sources:

Internal linkages

  • Closest policy-authoring counterpart: policykit

  • Governance-surface contrast where coordination stays at the voting layer instead of the middleware layer: snapshot

  • Execution-side authority substrate once policy routes into real signer control: safe

  • Last reviewed: 2026-05-24 UTC