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.
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
| Component | License | Purpose |
|---|---|---|
| llama-cpp-python | MIT | Native GGUF inference (primary backend) |
| llama.cpp | MIT | Underlying C++ inference engine |
| ggml | MIT | Tensor library powering llama.cpp |
| transformers | Apache 2.0 | Optional HuggingFace backend |
| vLLM | Apache 2.0 | Optional high-throughput server backend |
| Ollama | MIT | Optional Ollama backend (REST adapter) |
Server & web
| Component | License | Purpose |
|---|---|---|
| FastAPI | MIT | OpenAI-compatible HTTP server |
| Uvicorn | BSD-3-Clause | ASGI server |
| Pydantic | MIT | Request/response validation |
| nginx | BSD-2-Clause | Static asset serving |
Model registry & download
| Component | License | Purpose |
|---|---|---|
| huggingface_hub | Apache 2.0 | Downloading models from HuggingFace |
| SQLite | Public Domain | Local registry & session storage |
Tools & utilities
| Component | License | Purpose |
|---|---|---|
| psutil | BSD-3-Clause | Hardware detection & system monitoring |
| ddgs | MIT | Web search tool integration |
Web UI
| Component | License | Purpose |
|---|---|---|
| Inter font | SIL Open Font License 1.1 | UI typography |
| JetBrains Mono | SIL Open Font License 1.1 | Code & 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.