Skip to content

Licensing

OpsWeave uses an offline freemium model — the Community Edition is permanently free, and Enterprise features are unlocked through a cryptographically signed license key.

Community Edition (Free)

Available immediately, no account or registration required.

ResourceLimit
Assets≤ 50
Users≤ 5
TicketsUnlimited
Workflow Templates≤ 3
Compliance Frameworks≤ 1
Monitoring Sources≤ 1

All stored data remains accessible — only the creation of new entries is blocked when the limit is reached (no data deletion, no hard block).

Enterprise Edition

Unlocks all limits and additional features:

FeatureDescription
Unlimited AssetsNo asset restriction
Unlimited UsersNo user limit
Unlimited WorkflowsAny number of templates
All Compliance FrameworksISO 27001, GDPR, BSI etc.
OIDC/SAML AuthAzure AD, Keycloak, Okta
Vertical Service CatalogsCustomer-specific catalogs
Customer PortalSelf-service for end customers
Email InboundIMAP + webhook providers
Commercial SupportSLA-based support

How Licensing Works

OpsWeave uses offline-verifiable JWT licenses (RS256):

  1. You purchase an Enterprise license → we generate a JWT with our private key
  2. You enter the JWT in Settings → License
  3. OpsWeave validates the signature with the embedded public key
  4. No internet access, no license server, no "phone home"
  5. The expiration date is checked on every startup
┌─────────────────────────────────────┐
│         License JWT (RS256)         │
│                                     │
│  iss: "opsweave"                    │
│  sub: "Acme Corp"                   │
│  exp: 2026-12-31T00:00:00Z          │
│  edition: "enterprise"              │
│  limits: { maxAssets: -1, ... }     │
│  features: { oidcAuth: true, ... }  │
└─────────────────────────────────────┘
        ↕ RS256 Signature
┌─────────────────────────────────────┐
│  Public Key (embedded in app code   │
│  → offline verifiable)              │
└─────────────────────────────────────┘

Activate License

  1. Open Settings → License
  2. Paste your license key (JWT string)
  3. Click Activate License
  4. Enterprise features are immediately available

The active license displays: license holder, expiration date, enabled features, and limits.

Pricing

For current pricing and license inquiries: GitHub Issues or contact us via the repository.

Open Source

OpsWeave is released under the AGPL-3.0 License. You may:

  • Use, modify, and redistribute the code for free
  • Operate your own instances (including commercially)
  • Modifications must be published under AGPL-3.0

The Enterprise key is not a code restriction — it is a signal for commercial support.

Released under the AGPL-3.0 License.