Open-Source Licenses

agentixl is built with open-source software. We are grateful to the maintainers and communities behind these projects. This page lists all runtime dependencies and their licenses.

License summary

MIT
Most dependencies
Apache-2.0
Java stack
MPL-2.0
LibreOffice
LGPL-2.1
Logback (logging)

Java Service (Apache POI + Spring Boot)

PackageLicenseNotes
Apache POIApache-2.0Excel parsing and generation
Spring BootApache-2.0Web framework
Apache Tomcat (embedded)Apache-2.0Via Spring Boot
Google GsonApache-2.0
Google GuavaApache-2.0
JacksonApache-2.0Via Spring Boot
SLF4JMITLogging facade
LogbackLGPL-2.1 / EPL-1.0Logging implementation (via Spring Boot)

Docker Infrastructure

PackageLicenseNotes
Eclipse Temurin (JDK/JRE)GPLv2 + Classpath ExceptionJava runtime
LibreOfficeMPL-2.0Format conversion and formula recalculation
Liberation FontsSIL OFL 1.1Font rendering

Web Application (Next.js)

PackageLicenseNotes
Next.jsMIT
ReactMIT
ZodMITSchema validation
@modelcontextprotocol/sdkMITMCP protocol
@supabase/supabase-jsMITAuth and database client
@supabase/ssrMITServer-side auth
Stripe (Node SDK)MITPayment processing
Tailwind CSSMIT
@tailwindcss/typographyMIT

Spreadsheet Engine (Node.js)

PackageLicenseNotes
numfmtMITExcel number format parsing
chalkMITCLI colors
commanderMITCLI framework
cli-table3MITCLI tables
winstonMITLogging
dotenvBSD-2-Clause

Compliance notes

  • Apache-2.0 / MIT / BSD: Permissive licenses. Attribution is provided on this page and in the project repository.
  • MPL-2.0 (LibreOffice): We use LibreOffice as an external tool via its CLI (--headless --convert-to xlsx). We have not modified LibreOffice source code. The LibreOffice source is available at libreoffice.org/download/source-code.
  • LGPL-2.1 (Logback): Logback is included as a transitive dependency via Spring Boot. It is used unmodified as a dynamically-linked library. The Logback source is available at github.com/qos-ch/logback.
  • GPLv2 + Classpath Exception (Eclipse Temurin): The Classpath Exception permits use without requiring GPL licensing of the application. Temurin binaries are available at adoptium.net.

A machine-readable version of this list is maintained at THIRD_PARTY_LICENSES.md in the project repository. For license inquiries, contact legal@dalae.fr.