Continuum Licensing & AGPL-v3 Legal Boundaries

Continuum is released under the GNU Affero General Public License v3.0 (AGPL-v3). Here is an honest, plain-English breakdown of what you can and cannot do.

What is 100% Free & Unrestricted
  • Personal & Professional Use: You can install and run Continuum on your local Mac/Linux/Windows machines without paying a cent.
  • AI IDE Pairing (Cursor / Claude Code): Using Continuum memory with your AI editor does not infect or contaminate your proprietary codebase.
  • Internal Enterprise Development: Your company can use Continuum internally to accelerate engineering without any requirement to open-source private corporate code.
  • Academic Research & Benchmarking: Free to cite, benchmark, study, and reproduce under our CERN Zenodo DOI.
⚠️ What Triggers the AGPL-v3 Copyleft Clause
  • Remote Network Service (SaaS): If you modify Continuum and provide its capabilities as an online API or cloud service to third parties, you must open-source your modifications under AGPL-v3.
  • Cloud White-Labeling: Cloud providers cannot package Continuum as a closed proprietary managed cloud offering without contributing modifications back.
  • Closed-Source Redistribution: You cannot take Continuum's Rust core, wrap it in a closed-source binary, and sell it without a Commercial License Waiver.

Frequently Asked Questions (FAQ)

Q: Does using Continuum with Cursor or Claude Code infect my company's proprietary code?

A: Absolutely NOT. Continuum is a developer tool and autonomous memory substrate (similar to how GCC, Git, or Linux are tools). Using Continuum to remember constraints while writing proprietary software does not subject your software to AGPL-v3. Your intellectual property remains 100% yours.

Q: Can our engineering team use Continuum in our internal CI/CD pipelines?

A: YES. Internal company operations that do not expose Continuum as a public network service to outside consumers are fully permitted under AGPL-v3 section 2.

Q: What if our company wants to build a commercial SaaS product powered by Continuum?

A: You have two options: Either release your service under the AGPL-v3, or purchase a Commercial Non-AGPL License from us, which legally waives all copyleft obligations.

Need Commercial Embedding or Closed-Source Exemption?

If your legal team has a blanket policy against AGPL-v3, or if you plan to embed Continuum directly into a proprietary on-premise appliance or SaaS platform, we offer flexible Commercial License Waivers.

Inquire for Commercial License

Official GNU AGPL-v3 Legal Text:

                    GNU AFFERO GENERAL PUBLIC LICENSE
                       Version 3, 19 November 2007

 Copyright (C) 2007 Free Software Foundation, Inc. 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software...
(Full text included in repository root LICENSE)