# Third-party notices opencode-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/opencode-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`. ## opencode and agent components (installed in the variant layer) | Component | Upstream | License | | --- | --- | --- | | opencode | github.com/sst/opencode | MIT | | oh-my-opencode-slim (OMOS) *(`-omos` variant only)* | npm | MIT | | mempalace / mempalace-toolkit | authored by the maintainer (Joakim Persson) | MIT | | gitea-mcp | gitea.com/gitea/gitea-mcp | 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 | | micro | github.com/zyedidia/micro | MIT | | Pandoc | pandoc.org | GPL-2.0-or-later | | Typst | github.com/typst/typst | Apache-2.0 | | Graphviz | graphviz.org | CPL-1.0 | | ripgrep / fd / bat / eza / zoxide / tealdeer / yq (mikefarah) | respective repos | MIT / Apache-2.0 / Unlicense (varies) | | agent-browser | npmjs.com/package/agent-browser | see package | | Playwright | github.com/microsoft/playwright | Apache-2.0 | | Chromium *(fetched by Playwright)* | chromium.org | BSD-3-Clause + others | | bun *(`-omos` variant only)* | github.com/oven-sh/bun | MIT | ## 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.*