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 OCI labels on the published images). Each upstream component carries its own license terms.

Linux Images (ghcr.io/kataglyphis/kataglyphis_beschleuniger)#

Base Layer (Dockerfile.base)#

Software

Version

Repository

License

Ubuntu

26.04

ubuntu.com

GPLv2 / various (individual packages)

CMake

4.3.2

cmake.org

BSD 3-Clause

Node.js

24.16.0

nodejs.org

MIT

uv

0.11.16

github.com/astral-sh/uv

Apache 2.0 / MIT

Vulkan SDK

1.4.341.1

vulkan.lunarg.com

Apache 2.0

Compiler Toolchain (Dockerfile.toolchain)#

Software

Version

Repository

License

GCC (host + cross)

16.1.0

gcc.gnu.org

GPLv3+ with GCC Runtime Library Exception

LLVM / Clang

22.1.6

llvm.org

Apache 2.0 with LLVM Exceptions

Python

3.14.5

python.org

PSF License

Rust toolchain

latest stable

rust-lang.org

MIT / Apache 2.0

SDK Layer (Dockerfile.sdk)#

Software

Version

Repository

License

Apache TVM

v0.24.0

tvm.apache.org

Apache 2.0

Media Layer (Dockerfile.media)#

Software

Version

Repository

License

ONNX Runtime

v1.26.0

github.com/microsoft/onnxruntime

MIT

ONNX Runtime GenAI

v0.13.1

github.com/microsoft/onnxruntime-genai

MIT

LiteRT (TensorFlow Lite)

v2.1.5

www.tensorflow.org/lite

Apache 2.0

OpenCV

5.x

opencv.org

Apache 2.0

GStreamer

1.29.1

gstreamer.freedesktop.org

LGPLv2+

FFmpeg

n7.1

ffmpeg.org

LGPLv2.1+

libcamera

git master

libcamera.org

LGPLv2.1+

Abseil

20240722.0

github.com/abseil/abseil-cpp

Apache 2.0

FreeType

2.14.2

freetype.org

GPLv2 / FTL

nv-codec-headers

n12.2.1

git.videolan.org/git/ffmpeg/nv-codec-headers.git

MIT

GObject-Introspection

1.80.1

gitlab.gnome.org/GNOME/gobject-introspection

LGPLv2+

Android Layer (Dockerfile.android)#

Software

Version

Repository

License

Android SDK

14742923

developer.android.com/studio

Apache 2.0 / Google ToS

Android NDK

29.0.14206865

developer.android.com/ndk

Apache 2.0

Android Build Tools

35.0.0

developer.android.com/studio/releases/build-tools

Apache 2.0

Android CMake

4.1.2

cmake.org

BSD 3-Clause

Optional GPU — NVIDIA (Dockerfile.nvidia)#

Software

Version

Repository

License

CUDA Toolkit

13-3

developer.nvidia.com/cuda-toolkit

NVIDIA EULA

cuDNN

9

developer.nvidia.com/cudnn

NVIDIA cuDNN EULA

TensorRT

10

developer.nvidia.com/tensorrt

NVIDIA TensorRT EULA

Optional GPU — AMD (Dockerfile.amd)#

Software

Version

Repository

License

ROCm

7.1

rocm.docs.amd.com

Apache 2.0 / MIT (varies by component)

Frameworks (Dockerfile.torch)#

Software

Version

Repository

License

PyTorch

v2.12.0

pytorch.org

BSD-3-Clause

TorchVision

v0.27.0

github.com/pytorch/vision

BSD-3-Clause

Flutter SDK

3.41.4

flutter.dev

BSD 3-Clause

Runtime (Dockerfile.torch)#

Software

Version

Repository

License

Kataglyphis Orchestr-ANT-ion

v0.0.19

github.com/Kataglyphis/Kataglyphis-Orchestr-ANT-ion

MIT

Webserver Image (ghcr.io/kataglyphis/kataglyphis_beschleuniger:webserver)#

Packages#

Software

Version

Repository

License

Ubuntu

26.04

ubuntu.com

GPLv2 / various

nginx

latest (apt)

nginx.org

BSD 2-Clause

Windows Image (ghcr.io/kataglyphis/kataglyphis_beschleuniger:winamd64)#

Base Toolchain#

Software

Version

Repository

License

Windows Server Core

2025

www.microsoft.com

Microsoft EULA

Visual Studio Build Tools

18

visualstudio.microsoft.com

Microsoft EULA

Vulkan SDK

1.4.341.1

vulkan.lunarg.com

Apache 2.0

Rust toolchain

latest stable

rust-lang.org

MIT / Apache 2.0

WiX Toolset

latest

wixtoolset.org

MS-RL

Flutter SDK

3.41.4

flutter.dev

BSD 3-Clause

GPU Layer#

Software

Version

Repository

License

CUDA

13.3.0

developer.nvidia.com/cuda-toolkit

NVIDIA EULA

cuDNN

9.23.2.1

developer.nvidia.com/cudnn

NVIDIA cuDNN EULA

Media Layer#

Software

Version

Repository

License

GStreamer

1.29.1

gstreamer.freedesktop.org

LGPLv2+

ONNX Runtime

v1.26.0

github.com/microsoft/onnxruntime

MIT

ONNX Runtime GenAI

v0.13.1

github.com/microsoft/onnxruntime-genai

MIT

ONNX Runtime DirectML

1.26.0

github.com/microsoft/onnxruntime-directml

MIT

OpenCV

5.x

opencv.org

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>/copyright inside 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.env by sync_versions.py.