Pathrule

Enterprise

The same product, inside your boundary.

Self-hosted is not a different backend. It is the managed product pointed at a database you own, shipped as signed container images you run with Docker Compose, with the team layer running entirely on your side.

deploy

$ docker compose up -d

pathrule-app signed image · running

pathrule-web signed image · running

pathrule-mcp signed image · running

your database, your identity provider, your backups

db postgres://internal.acme.corp

sso okta (saml)

control plane holds licensing only, never your data

The questions a security review asks.

Answered before it asks them.

A clean split.

Two planes, and the line between them is the point of the deployment.

  1. 01

    Your side, the data plane

    Your database, your data, your backups, your identity. Everything your team authors stays on your infrastructure.

  2. 02

    Our side, the control plane

    Licensing and entitlement, the commercial relationship, and the closed source. We never hold your data.

Users authenticate through your own provider over SAML or OIDC. Microsoft Entra ID, Okta and Google Workspace are the first certified.

Where to go deeper.

Run Pathrule where your data already lives.