OPEN SOURCE
Hoop’s gateway is open source under MIT. The protocol parsers, the control engine, the plugin system, the CLI. Every component that intercepts, inspects, and acts on your data in transit is on GitHub. Audit it. Extend it. Self-host it.
WHY OPEN SOURCE
You wouldn’t deploy a black-box proxy between your engineers and your production databases. Neither would we.
The gateway parses your wire protocols, inspects your queries, and applies controls to your data in transit. That code should not be a black box. Every line is on GitHub. Read it, audit it, verify it.
Build custom plugins for masking patterns, guardrail rules, runbook templates, and integrations. The plugin system is open. Your security team writes the rules, not ours.
Security products that ask you to trust them are asking the wrong question. We ask you to verify. The gateway is the same code in our managed service and your self-hosted deployment. No proprietary forks.
ARCHITECTURE
The gateway (everything on the data path) is open source. The commercial layer adds AI capabilities, the web UI, and enterprise integrations.
Open source gateway
MITPostgreSQL, MySQL, MongoDB, SSH, Kubernetes, HTTP wire protocol parsing
Connection routing, session management, TLS termination
OIDC and SAML. Okta, JumpCloud, Azure AD, any provider. Free.
Masking, guardrails, runbooks, webhooks, and custom extensions
hoop connect, hoop exec, hoop admin — full command-line interface
Full session capture, storage, and replay
Every action, identity, timestamp, and outcome
Commercial platform
Built on the open source coreML models for context-aware PII detection beyond regex
LLM-based risk scoring, anomaly detection, behavioral analysis
Developer portal, admin console, session browser
Automatic group sync via OAuth 2.0 for role-based access
Hoop-hosted control plane with your self-hosted gateway
SLA, guided onboarding, private Slack channel
COMMUNITY
From masking patterns to protocol parsers, every contribution directly strengthens the security posture of every organization running Hoop.
Add new wire protocols. Cassandra, Redis, gRPC are on the roadmap.
Contribute detection patterns for domain-specific data types.
Build and share guardrail rule templates for common scenarios.
Publish runbook templates for database operations, K8s, ops tasks.
Build plugins for notification systems, SIEMs, ticketing tools.
Improve guides, add examples, translate docs.
GET STARTED
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.
The gateway is open source. The code is readable. The architecture is documented. Form your own opinion, then talk to us.