Third-Party Software & Licenses#
The container images published by this project bundle several open-source and proprietary software components. This document lists the major components, their versions, and their licenses.
The project’s own code is licensed under MIT — see the LICENSE
file, the SPDX-License-Identifier: MIT header on every source file, and the
org.opencontainers.image.licenses="MIT" label on the published images. Each
upstream component below carries its own license terms.
Linux Images (ghcr.io/kataglyphis/kataglyphis_beschleuniger)#
Base Layer (Dockerfile.base)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Ubuntu |
26.04 |
GPLv2 / various (individual packages) |
|
CMake |
4.4.2 |
BSD 3-Clause |
|
Node.js |
26.7.0 |
MIT |
|
uv |
0.12.3 |
Apache 2.0 / MIT |
|
Vulkan SDK |
1.4.357.0 |
Apache 2.0 |
Compiler Toolchain (Dockerfile.toolchain)#
Software |
Version |
Repository |
License |
|---|---|---|---|
GCC (host + cross) |
16.2.0 |
GPLv3+ with GCC Runtime Library Exception |
|
LLVM / Clang |
22.1.8 |
Apache 2.0 with LLVM Exceptions |
|
Python |
3.14.7 |
PSF License |
|
Rust toolchain |
latest stable |
MIT / Apache 2.0 |
SDK Layer (Dockerfile.sdk)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Apache TVM |
v0.25.0 |
Apache 2.0 |
Media Layer (Dockerfile.media)#
Software |
Version |
Repository |
License |
|---|---|---|---|
ONNX Runtime |
v1.28.0 |
MIT |
|
ONNX Runtime GenAI |
v0.15.2 |
MIT |
|
LiteRT (TensorFlow Lite) |
v2.1.6 |
Apache 2.0 |
|
OpenCV |
5.0.0 |
Apache 2.0 |
|
GStreamer |
1.29.2 |
LGPLv2+ |
|
GStreamer Rust plugins (gst-plugins-rs) |
1.29.2 |
MPL-2.0 |
|
librice / rice-proto (webrtcbin2) |
v0.4.3 |
Apache 2.0 |
|
FFmpeg |
n9.0 |
GPLv3+ (built with –enable-gpl –enable-version3) |
|
FFmpeg codec libraries (x264, x265, libvpx, aom, dav1d, SVT-AV1, opus, LAME, vorbis, libass, twolame) |
Ubuntu apt |
GPL / LGPL / various |
|
VVdeC (VVC/H.266 decoder) |
v3.2.0 |
BSD-3-Clause-Clear |
|
ArmNN (arm64) |
v26.07 |
MIT |
|
Arm Compute Library (arm64) |
v53.2.0 |
MIT |
|
libcamera |
v0.7.2 |
LGPLv2.1+ |
|
Abseil |
20260526.0 |
Apache 2.0 |
|
FreeType |
2.14.3 |
GPLv2 / FTL |
|
nv-codec-headers |
n13.1.15.0 |
MIT |
|
GObject-Introspection |
1.86.0 |
LGPLv2+ |
Android Layer (Dockerfile.android)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Android SDK |
15859902 |
Apache 2.0 / Google ToS |
|
Android NDK |
29.0.14206865 |
Apache 2.0 |
|
Android Build Tools |
36.0.0 |
Apache 2.0 |
|
Android CMake |
4.1.2 |
BSD 3-Clause |
|
Android builds of LiteRT / ONNX Runtime / OpenCV / GStreamer |
same versions as Media Layer |
Apache 2.0 / MIT / LGPLv2+ (per component) |
Optional GPU — NVIDIA (Dockerfile.nvidia)#
Software |
Version |
Repository |
License |
|---|---|---|---|
CUDA Toolkit |
13.3.1 |
NVIDIA EULA |
|
cuDNN |
9.25.0.15 |
NVIDIA cuDNN EULA |
|
TensorRT |
11.2.1.2 |
NVIDIA TensorRT EULA |
Optional GPU — AMD (Dockerfile.amd)#
Software |
Version |
Repository |
License |
|---|---|---|---|
ROCm |
7.2.4 |
Apache 2.0 / MIT (varies by component) |
|
MIGraphX |
2.14.0 |
MIT |
Frameworks (Dockerfile.torch)#
Software |
Version |
Repository |
License |
|---|---|---|---|
PyTorch |
v2.13.0 |
BSD-3-Clause |
|
TorchVision |
v0.28.0 |
BSD-3-Clause |
|
Flutter SDK |
3.44.9 |
BSD 3-Clause |
Runtime (Dockerfile.torch)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Kataglyphis Orchestr-ANT-ion |
v0.0.27 |
MIT |
LLM Stack (llm-stack/Dockerfile)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Ollama |
0.32.6 |
MIT |
Build Tooling (build-time only, not in runtime images)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Emscripten / emsdk (ONNX Runtime WASM build) |
pinned by ONNX Runtime |
MIT / NCSA |
|
ccache |
Ubuntu apt |
GPLv3+ |
|
sccache |
Ubuntu apt |
Apache 2.0 |
|
Meson |
latest (PyPI) |
Apache 2.0 |
|
Ninja |
latest (PyPI) |
Apache 2.0 |
|
cargo-c (C-ABI build of gst-plugins-rs) |
latest (crates.io) |
MIT / Apache 2.0 |
|
cerbero (GStreamer Android build system) |
git default branch |
LGPLv2.1+ |
Webserver Image (ghcr.io/kataglyphis/kataglyphis_beschleuniger:webserver)#
Packages#
Software |
Version |
Repository |
License |
|---|---|---|---|
Ubuntu |
26.04 |
GPLv2 / various |
|
nginx |
latest (apt) |
BSD 2-Clause |
Windows Image (ghcr.io/kataglyphis/kataglyphis_beschleuniger:winamd64)#
Base Toolchain#
Software |
Version |
Repository |
License |
|---|---|---|---|
Windows Server Core |
2025 |
Microsoft EULA |
|
Visual Studio Build Tools |
18 |
Microsoft EULA |
|
Python (source-built, ClangCL) |
3.14.7 |
PSF License |
|
CPython bundled externals (OpenSSL, SQLite, libffi, xz, bzip2, zlib, tcl/tk, expat, mpdecimal) |
bundled with Python |
various (Apache 2.0, MIT, PD, …) |
|
CMake |
4.4.2 |
BSD 3-Clause |
|
Vulkan SDK |
1.4.357.0 |
Apache 2.0 |
|
Rust toolchain |
latest stable |
MIT / Apache 2.0 |
|
WiX Toolset |
latest |
MS-RL |
|
Flutter SDK |
3.44.9 |
BSD 3-Clause |
GPU Layer#
Software |
Version |
Repository |
License |
|---|---|---|---|
CUDA |
13.3.1 |
NVIDIA EULA |
|
cuDNN |
9.25.0.15 |
NVIDIA cuDNN EULA |
|
TensorRT |
11.2.1.2 |
NVIDIA TensorRT EULA |
Media Layer#
Software |
Version |
Repository |
License |
|---|---|---|---|
GStreamer |
1.29.2 |
LGPLv2+ |
|
GStreamer meson subprojects (glib, orc, libnice, x264, openh264, …) |
per wrap files |
LGPLv2+ / GPL (x264) / BSD (openh264) |
|
ONNX Runtime |
v1.28.0 |
MIT |
|
ONNX Runtime GenAI |
v0.15.2 |
MIT |
|
OpenCV |
5.0.0 |
Apache 2.0 |
|
FFmpeg |
n9.0 |
GPLv3+ (built with –enable-gpl –enable-version3) |
|
LiteRT (TensorFlow Lite) |
v2.1.6 |
Apache 2.0 |
|
LiteRT-LM |
0.15.0 |
Apache 2.0 |
|
Apache TVM |
v0.25.0 |
Apache 2.0 |
Build Tooling (build-time only)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Scoop package manager |
latest |
Unlicense / MIT |
|
Scoop-installed tools (7-Zip, Git, LLVM, ninja, sccache, NASM, OpenSSL, NSIS, cppcheck, nano, uv, NuGet) |
latest (scoop) |
various (GPL, Apache 2.0, BSD, zlib) |
|
vcpkg |
master |
MIT |
|
vcpkg packages (zlib, protobuf — linked into builds) |
vcpkg baseline |
Zlib / BSD 3-Clause |
Documentation Image (pandoc_all)#
Document Toolchain (external/Kataglyphis-DocumANTation/Dockerfile)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Ubuntu |
26.04 |
GPLv2 / various (individual packages) |
|
Pandoc |
3.10.1 |
GPLv2+ |
|
TeX Live (texlive-full) |
Ubuntu apt |
Collection; per package LPPL / GPL / X11 / modified BSD |
|
Latin Modern fonts (lmodern) |
Ubuntu apt |
GUST Font License (LPPL-style) |
|
Ghostscript |
Ubuntu apt |
AGPLv3+ |
|
ImageMagick |
Ubuntu apt |
ImageMagick License (Apache 2.0-style) |
Python (external/Kataglyphis-DocumANTation/Dockerfile)#
Software |
Version |
Repository |
License |
|---|---|---|---|
Python |
Ubuntu apt (python3-full) |
PSF License |
|
uv |
0.12.3 |
Apache 2.0 / MIT |
|
Pygments |
pinned by uv.lock |
BSD 2-Clause |
Base Utilities (external/Kataglyphis-DocumANTation/Dockerfile)#
Software |
Version |
Repository |
License |
|---|---|---|---|
GNU C Library locales (locales) |
Ubuntu apt |
LGPLv2.1+ |
|
curl |
Ubuntu apt |
curl (MIT/X-style) |
|
GNU Wget |
Ubuntu apt |
GPLv3+ |
|
ca-certificates |
Ubuntu apt |
MPL-2.0 (CA bundle) / GPLv2+ (packaging) |
|
less |
Ubuntu apt |
GPLv3+ or Less License |
|
sudo |
Ubuntu apt |
ISC (with BSD-2/3-Clause parts) |
Vendored LaTeX Themes (external/Kataglyphis-DocumANTation/Dockerfile)#
Software |
Version |
Repository |
License |
|---|---|---|---|
awesome-beamer (fork of LukasPietzschmann/awesome-beamer) |
git submodule |
BSD 3-Clause |
|
smile (fork of LukasPietzschmann/smile) |
git submodule |
BSD 3-Clause |
Host Build Infrastructure (runs on the build host, not inside any image)#
Container Engines & Builders#
Software |
Version |
Repository |
License |
|---|---|---|---|
nerdctl (Linux builds & container runs) |
host install |
Apache 2.0 |
|
containerd |
host install |
Apache 2.0 |
|
BuildKit (buildkitd) |
host install |
Apache 2.0 |
|
Stevedore (Windows builds — bundled docker.exe) |
host install |
Apache 2.0 |
License Summary by Category#
Category |
Common Licenses |
|---|---|
Compilers & toolchains |
GPLv3+, Apache 2.0, MIT, BSD |
Media libraries |
LGPLv2+, Apache 2.0, MIT |
GPU toolkits |
NVIDIA EULA, Apache 2.0, MIT |
Android SDK/NDK |
Apache 2.0, Google ToS |
Runtime languages |
MIT, PSF, Apache 2.0 |
Windows platform |
Microsoft EULA |
Build tools |
BSD, MIT, Apache 2.0 |
Notes#
Ubuntu system packages carry diverse licenses (GPL, LGPL, Apache 2.0, MIT, BSD, zlib, Public Domain). Check
/usr/share/doc/<pkg>/copyrightinside the image for exact terms.NVIDIA EULAs require acceptance before download/use. The container images do not redistribute CUDA/cuDNN/TensorRT downloads — they are downloaded during build from official NVIDIA repositories.
“git master” versions are built from the latest development branch at the time the image was built. For exact commit SHAs, inspect the build logs.
Version numbers marked with are automatically kept in sync with
linux/scripts/01-core/versions.envbysync_versions.py.