Reticle for enterprises
Premium access (how you get + activate it), what’s gated, the security/data-handling posture, and the licensing model. Integration mechanics live in platform-integration.md.
How premium access works (offline, no phone-home)
Enterprise (ee/) features ship inside the open package — they’re source-available (free for development, testing, and evaluation). A license key activates them in production. Activation is verified locally with Ed25519; nothing about your usage ever leaves your machine.
The flow, end to end:
- Buy — contact hey@reticle.sh; we issue you a signed license key (org, plan, expiry, feature set).
- Install — set it on the machine running the Reticle server:
- Verify —
reticle licenseshows your status: - Unlock — enterprise features now run in production; without a valid key they refuse to run there (a clear error, never a silent half-feature). In eval/dev they always run free.
- Renew — keys carry an expiry;
reticle licensewarns before it lapses.
Procuring a license: contact hey@reticle.sh. Keys are issued offline and signed with Ed25519; the activation you run (reticle license) verifies them locally with no network call.
What’s gated (and the roadmap)
The licensing mechanism is open core (inspectable, FSL) — only the features underee/ are gated:
- Today: the activation gate + an example gated feature (audit event recording).
- Roadmap (the reliably enterprise-only set): SSO/SAML, SCIM, RBAC / team permissions, audit logs, multi-org management, verify-before-merge policy gates, and the hosted control-plane connectors. These are the things a security/compliance org pays for; the core verification engine stays free forever.
What’s premium vs free, and pricing, are business decisions for the owner — this doc describes the mechanism, not the price list.
Security & data handling
The honest one-pager a security review needs. Reticle is built so the answer to “where does our data go?” is nowhere — it runs on your machine, in your infra.
Verify it yourself: the SDK + server are source-available — read the tree-shaking, the
127.0.0.1 bind, and the offline license verify. SECURITY.md has the disclosure process; an SBOM is available on request. SOC 2 is a GA-stage item (no Reticle-hosted data exists today to certify); the posture above is the honest current state.
Licensing model (per package)
Embedding / OEM / enterprise: hey@reticle.sh.