OPEN SOURCE

Every useful piece of our platform becomes a community project.

The hoop gateway is open source under MIT. When a part of it solves a problem on its own, it becomes a standalone hoop.labs project. 11 so far: guardrails, PII detection, credential isolation, token savings, and more. Every issue and pull request makes the tools better, and the platform they came from.

Star on GitHub →Explore hoop.labs →
Open Source Gateway
1Kstars goal
Wire protocols
PostgreSQL
MySQL
SSH
Kubernetes
HTTP/gRPC
Gateway
Active controls
Mask PII
Block DDL
Approve
Record
Analyze
Contributors
JC
MR
AK
SP
LW
+
619/ 1K goal
Stars
40
Forks
MIT
License

THE MODEL

Find the useful piece. Break it out. Build it in the open.

The platform solves the whole problem of data security in transit. Inside it are parts that stand on their own. Those become community projects under hoop.labs.

Extracted, not invented

Labs tools start as production code inside the platform. The PII engine became Alcatraz. The guardrail engine became Fence and Warden. You get the piece we already trust with customer traffic.

One problem, fully solved

Each tool does one job end to end. No account, no trial clock, no feature gate. Install it, run it locally, keep it forever.

The value flows both ways

You get production tooling for free. We get feedback, edge cases, and contributions from environments we would never see alone. Every issue and PR hardens the platform the pieces came from.

HOOP.LABS

Every piece we broke out so far.

11 standalone tools for teams running AI agents, 9 of them open source on GitHub. Each one solves a single problem, works without the platform, and takes issues and pull requests.

THE GATEWAY

The platform they come from is open too.

The gateway (everything on the data path) is open source under MIT. The commercial layer adds AI capabilities, the web UI, and enterprise integrations. No ambiguity about which is which.

Open source gateway

MIT
Protocol parser

PostgreSQL, MySQL, MongoDB, SSH, Kubernetes, HTTP wire protocol parsing

Gateway engine

Connection routing, session management, TLS termination

SSO and IdP integration

OIDC and SAML. Okta, JumpCloud, Azure AD, any provider. Free.

Plugin system

Masking, guardrails, runbooks, webhooks, and custom extensions

CLI

hoop connect, hoop exec, hoop admin — full command-line interface

Session recording

Full session capture, storage, and replay

Audit logging

Every action, identity, timestamp, and outcome

Commercial platform

Built on the open source core
+
AI-powered masking

ML models for context-aware PII detection beyond regex

+
AI session analysis

LLM-based risk scoring, anomaly detection, behavioral analysis

+
Web UI

Developer portal, admin console, session browser

+
IdP group sync

Automatic group sync via OAuth 2.0 for role-based access

+
Managed hosting

Hoop-hosted control plane with your self-hosted gateway

+
Enterprise support

SLA, guided onboarding, private Slack channel

$0No SSO tax

SSO is included in the open-source license. Not behind an enterprise paywall.

Every product in this space charges extra for SSO. We don’t. Connect Okta, JumpCloud, Azure AD, Google Workspace, or any OpenID Connect and SAML-compatible identity provider. In the open-source version. For free. Identity is a security primitive, not a revenue lever.

OktaJumpCloudAzure ADGoogle WorkspaceAuth0OneLoginKeycloakAny OIDCAny SAML

GET STARTED

From clone to first session in 10 minutes.

Clone the repo, deploy the gateway, connect your identity provider. The quickstart gets you to a working deployment faster than reading most vendor evaluation docs.

View on GitHub →Get started free →
$ git clone https://github.com/hoophq/hoop/hoop
$ cd hoop && make deploy
Gateway deployed
OIDC connected
Policies applied
$ hoop connect postgres://prod-db
Connected. Masking active. Session recorded.

Run the tools. Read the source. Send a PR.

Everything on this page lives on GitHub. Take what is useful, report what breaks, contribute what is missing. That loop is how the tools and the platform behind them get better.

Star on GitHub →Explore hoop.labs →
Ask AI about hoop.dev's open-source model