Go engine (direct dependencies)
| Component | License |
|---|---|
| github.com/a2aproject/a2a-go/v2 | Apache-2.0 |
| github.com/alexbrainman/sspi | BSD-3-Clause |
| github.com/asg017/sqlite-vec-go-bindings | MIT OR Apache-2.0 |
| github.com/chromedp/cdproto | MIT |
| github.com/chromedp/chromedp | MIT |
| github.com/gen2brain/go-fitz | AGPL-3.0 (see note) |
| github.com/google/go-cmp | BSD-3-Clause |
| github.com/gorilla/websocket | BSD-2-Clause |
| github.com/jcmturner/gokrb5/v8 | Apache-2.0 |
| github.com/joho/godotenv | MIT |
| github.com/ledongthuc/pdf | BSD-3-Clause |
| github.com/mark3labs/mcp-filesystem-server | MIT |
| github.com/mark3labs/mcp-go | MIT |
| github.com/mattn/go-sqlite3 | MIT (bundles SQLite, public domain) |
| github.com/miekg/pkcs11 | BSD-3-Clause |
| github.com/nguyenthenguyen/docx | MIT |
| github.com/ThalesGroup/crypto11 | MIT |
| github.com/spf13/cobra | Apache-2.0 |
| github.com/spf13/pflag | BSD-3-Clause |
| github.com/spf13/viper | MIT |
| github.com/tetratelabs/wazero | Apache-2.0 |
| github.com/xuri/excelize/v2 | BSD-3-Clause |
| github.com/yuin/gopher-lua | MIT |
| software.sslmate.com/src/go-pkcs12 | BSD-3-Clause |
| golang.org/x/… | BSD-3-Clause (The Go Authors) |
Desktop app (direct dependencies)
| Component | License |
|---|---|
| react, react-dom | MIT |
| @tauri-apps plugins (log, process, updater) / Tauri | MIT OR Apache-2.0 |
| @xyflow/react | MIT |
| lucide-react icons | ISC |
| @fontsource/inter (Inter by Rasmus Andersson) | SIL Open Font License 1.1 |
| @fontsource/jetbrains-mono (JetBrains Mono by JetBrains) | SIL Open Font License 1.1 |
| firebase (JS SDK, optional accounts) | Apache-2.0 |
| @cosmograph/cosmograph, @cosmograph/react | CC-BY-NC-4.0 (see note) |
Embedded and ported works
| Work | License / attribution |
|---|---|
| abaplint (TypeScript) | MIT, © Lars Hvam Petersen — parts of the Go linter are a mechanical port |
| abapGit (ZABAPGIT package) | MIT — bundled as a workspace dependency zip |
| SQLite | Public domain — by D. Richard Hipp and the SQLite authors |
Notes
- github.com/gen2brain/go-fitz is AGPL-3.0 (it wraps MuPDF). We are replacing it with a permissively licensed renderer; until then, binaries that include it are subject to AGPL-3.0’s source-availability obligations, which this project’s open-source repository satisfies.
- @cosmograph/* is CC-BY-NC-4.0 (non-commercial) and is scheduled for replacement. It must not be used in commercial distributions of werk without a commercial license from Cosmograph.
-
Transitive dependencies are recorded in
go.sumandapp/package-lock.json, whose upstream repositories carry the authoritative license texts. The full notice texts are reproduced in the source repository’s THIRD_PARTY_NOTICES.md.