Skip to main content

Documentation Index

Fetch the complete documentation index at: https://glide-9da73dea.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Glide OSS is a self-hostable orchestration shell, not a self-hostable bank stack. This page is the source of truth for what that means in practice.

What you get

  • The web app, mobile app, and MCP gateway that orchestrate money movement.
  • 21 vendor connectors as MIT-licensed adapters.
  • 6 hero agent skills + the partner-PR scaffolding for community contributions.
  • 4 Headless platform packages (policy-engine, schemas, grant-wrapper, secrets-scan).
  • Self-host quickstart (@repo/cli, @repo/secrets, create-glide-app).
  • Public standards at glide.co/schemas/agent-banking/draft/.

What you bring

VendorWhat they provideContract / posture
PrivyAuth + embedded wallets + programmable signingMulti-tenant tenant required. OSS is Privy-only in v1.
Bridge / Noah / Avenia / IDRX / etc.Fiat on/off-ramps + KYCPer-vendor contracts. Adapters MIT; vendor seats yours.
Chainalysis / TRM / EllipticSanctions screeningPer-vendor contract. The Chainalysis adapter ships with a DISCLAIMER.md.
Coinbase x402 facilitator (optional)x402 settlementRequired for the x402 payer / recipient flow at M2.5+.
Ory Hydra or BYO OAuth AS (optional)RFC 7591/8707/9728 OAuth AS for the agent platformRequired for apps/mcp production deploy.

Why we draw the line here

The OSS Cathedral plan made a deliberate trade-off:
Glide OSS is the code that orchestrates regulated partners — partners still hold all licenses; Glide OSS is the code that orchestrates them. This framing must stay honest in README, SELF_HOSTING docs, and marketing — calling OSS a “money OS” without surfacing the vendor-lock-in layer creates trust debt.
The alternative (“bake every regulated counterparty into OSS”) fails for three reasons:
  1. Vendor licenses are not transferable. Bridge’s MSB license, Noah’s vendor agreements, Chainalysis’s data-sharing terms — none of these can be redistributed under MIT. The vendor relationship has to live with the operator.
  2. Compliance isn’t code. SOC 2, regulatory examinations, KYC due diligence, off-chain settlement contracts — all of this is the operator’s burden. Code can’t carry it.
  3. The flywheel works at the orchestration layer. Glide’s wedge is “an MIT-licensed orchestration shell every regulated partner can integrate with for free.” If we tried to be every partner, we’d compete with our own ecosystem.

Three documented parity exceptions

Even with this honest framing, there are three places where “100% code parity between Glide Cloud and self-hosted” needs explicit asterisks. See Hosted vs self-hosted for the current status of each:
  1. Chainalysis live adapter (counsel-blocked redistribution). Status: shipping in OSS as of M2; mitigation if blocked is the existing chainalysis-mock + the permissive fallback.
  2. Privy Multi-tenant requirement (vendor-only OSS). Self-hosters without a Privy account cannot run Glide today.
  3. Mobile App Store distribution (platform-controlled). Apple / Google developer accounts + attestation services aren’t transferable to OSS forks.

Reading list