Edictum

Licensing

Edictum core is MIT. Edictum Console is FSL-1.1-ALv2 (source-available, converts to Apache 2.0). No per-agent fees, no usage limits, no vendor lock-in.

AI Assistance

Right page if: you need to understand the licensing terms for Edictum's core library and console before procurement or integration. Wrong page if: you need technical details about what each product does -- see https://docs.edictum.ai/docs/core-vs-console. Gotcha: core library (MIT) has no copyleft obligations. Console (FSL-1.1-ALv2) is source-available with a non-compete clause -- you can use, modify, and self-host freely, but cannot offer a competing product. The license converts to Apache 2.0 after two years.

Core Library — MIT

pip install edictum

The core library is MIT licensed. Use it in commercial, proprietary, or open-source projects without restriction. No copyleft obligations, no attribution requirements beyond the license file.

  • Free, no usage limits
  • No per-agent fees
  • No telemetry or phone-home
  • Zero runtime dependencies

Edictum Console — FSL-1.1-ALv2

Self-hosted operations console. The Functional Source License (FSL-1.1-ALv2) applies to the server code.

  • Free to self-host, modify, and use for any purpose except building a competing product
  • No per-agent fees, no usage limits
  • Source is fully available — read, audit, and modify the code
  • Converts to Apache 2.0 after two years from each release date — at that point, all restrictions are removed
  • No copyleft obligations — you do not have to release your modifications

What counts as a competing use? Offering the console (or a substantially similar product) as a commercial service to others. Using it internally, for consulting, or in connection with services you provide to your own customers is explicitly permitted.

Enterprise License

For organizations that need a commercial license without the non-compete clause, dedicated deployment support, SSO/SAML, or SLA-backed support:

Contact hello@edictum.ai.

No Vendor Lock-in

  • Contracts are YAML files you own and version in your repo
  • The core library works fully standalone — no server dependency
  • Console is self-hosted — your data stays on your infrastructure
  • All audit events are yours — export via OTel, file sinks, or the API
  • Switch from console-managed to local contracts at any time

FAQ

Can I use the core library in a proprietary product? Yes. MIT imposes no restrictions on commercial use.

Do I need to open-source my agent code if I use the console? No. The FSL has no copyleft clause. Your agent code uses the core library (MIT) and connects to the console via API. Neither license requires source disclosure.

What if I fork and modify the console? You can modify the console freely for any non-competing purpose. Unlike AGPL, the FSL does not require you to release your modifications. After two years, the Apache 2.0 conversion removes even the non-compete restriction.

Can I self-host the console for my company? Yes. Internal use is a permitted purpose regardless of company size.

Can I offer the console as a managed service to other companies? Not under the FSL — that would be a competing use. Contact hello@edictum.ai for a commercial license.

Last updated on

On this page