# Third-party notices pi-devbox is distributed under the MIT License (see [`LICENSE`](LICENSE)), which covers **this repository's own contents** — the Dockerfiles, entrypoint scripts, `rootfs/` seeds, CI workflows, and docs. The **published container images** (`joakimp/pi-devbox:*`) additionally *bundle* third-party software, each of which remains under its own license. This file is a good-faith summary; the authoritative sources are the upstream projects and, for OS packages, the per-package copyright files inside the image at `/usr/share/doc//copyright`. ## pi and its extensions (installed in the variant layer) | Component | Upstream | License | | --- | --- | --- | | pi (`@earendil-works/pi-coding-agent`) | npm | MIT | | pi-fork | github.com/elpapi42/pi-fork | MIT | | pi-observational-memory | github.com/elpapi42/pi-observational-memory | MIT | | pi-studio *(`-studio` variant only)* | github.com/omaclaren/pi-studio | MIT | | pi-toolkit, pi-extensions, mempalace-toolkit | authored by the maintainer (Joakim Persson) | MIT | ## Tooling baked into the base image | Component | Upstream | License (best effort) | | --- | --- | --- | | gosu | github.com/tianon/gosu | Apache-2.0 | | Node.js | nodejs.org | MIT (bundles components under their own licenses) | | uv | github.com/astral-sh/uv | Apache-2.0 OR MIT | | Neovim | neovim.io | Apache-2.0 + Vim license | | Pandoc | pandoc.org | GPL-2.0-or-later | | Typst | github.com/typst/typst | Apache-2.0 | | ripgrep / fd / micro / tealdeer / yq (mikefarah) | respective repos | MIT / Apache-2.0 / Unlicense (varies) | ## Base OS The image is built `FROM` a Debian base and installs packages via `apt`. Debian and its packages are distributed under their respective licenses (GPL, LGPL, MIT, BSD, and others). See each package's copyright file in the image under `/usr/share/doc//copyright`. --- *Licenses marked "best effort" are widely known but were not each verified at the exact bundled version; consult the upstream project for authoritative terms. Corrections welcome.*