This service is under active development. Features may change without notice.
← Back to Docs

Licensing

Sirr is source-available under the Business Source License 1.1. Free for most use cases, with a commercial license for large-scale production deployments.

License Overview

FreeUp to 100 active secrets per instance
FreeAll non-production use (dev, staging, CI)
Source availableForks and modifications permitted
Converts to Apache 2.0February 20, 2028
Commercial licenseRequired for >100 active secrets in production

What BSL 1.1 Means

The Business Source License 1.1 is a source-available license created by MariaDB. It grants you the right to read, modify, and redistribute the source code — with one restriction: production use beyond the specified limit requires a commercial license.

After a fixed date (the “change date”), the code automatically relicenses under Apache 2.0, making it fully open source with no restrictions. For Sirr, this date is February 20, 2028.

When You Need a License Key

  • Your production instance has more than 100 active secrets at any given time
  • The Sirr server returns 402 when you try to create a new secret — this means you've hit the free-tier limit

You do not need a license for:

  • Development, staging, or CI environments (any secret count)
  • Production instances with 100 or fewer active secrets
  • Personal or open source projects

Using a License Key

Pass the license key as an environment variable when starting the server:

SIRR_LICENSE_KEY=sirr_lic_... ./sirrd serve

Or in Docker:

docker run -d \
  -p 39999:39999 \
  -v ./sirr-data:/data \
  -v ./master.key:/run/secrets/master.key:ro \
  -e SIRR_MASTER_KEY_FILE=/run/secrets/master.key \
  -e SIRR_LICENSE_KEY=sirr_lic_... \
  ghcr.io/sirrlock/sirr

The server validates the key at startup and on each write beyond the free-tier limit. If the key is invalid or expired, the server returns 402 for writes above 100 secrets.

Plan Tiers

PlanSeatsKeysPrice
Free510$0/mo
Pro2550$19/mo
Team100200$49/mo
Scale5001,000$149/mo
EnterpriseUnlimitedUnlimitedCustom

Get a license key

License keys are available at sirrlock.com. Start with the free tier and upgrade when you need more.