Third-Party Components

DeepNetz stands on the shoulders of an enormous open-source ecosystem. The libraries below are bundled with or used by DeepNetz, and remain subject to their own licenses.

Last updated: April 2026

Each component listed here is licensed under its own terms. The DeepNetz EULA applies to the DeepNetz software itself, not to these components. We thank every author and maintainer.

Inference engines

ComponentLicensePurpose
llama-cpp-pythonMITNative GGUF inference (primary backend)
llama.cppMITUnderlying C++ inference engine
ggmlMITTensor library powering llama.cpp
transformersApache 2.0Optional HuggingFace backend
vLLMApache 2.0Optional high-throughput server backend
OllamaMITOptional Ollama backend (REST adapter)

Server & web

ComponentLicensePurpose
FastAPIMITOpenAI-compatible HTTP server
UvicornBSD-3-ClauseASGI server
PydanticMITRequest/response validation
nginxBSD-2-ClauseStatic asset serving

Model registry & download

ComponentLicensePurpose
huggingface_hubApache 2.0Downloading models from HuggingFace
SQLitePublic DomainLocal registry & session storage

Tools & utilities

ComponentLicensePurpose
psutilBSD-3-ClauseHardware detection & system monitoring
ddgsMITWeb search tool integration

Web UI

ComponentLicensePurpose
Inter fontSIL Open Font License 1.1UI typography
JetBrains MonoSIL Open Font License 1.1Code & monospace

Notes

Some components are dynamically loaded only when you opt into a specific feature (e.g., the HuggingFace backend is loaded only if you install the [hf] extra). Their licenses still apply to that bundled code.

If you find an attribution missing or incorrect, please email hello@deepnetz.com and we will fix it.

This page is updated with each release. Check back for changes.