← Back to Terms & Conditions Privacy Policy kleverdeck.ai

KleverDeck — Third-Party Software Components Notice

Version: 2.2 — accompanies the KleverDeck End User License Agreement and Terms of Use (Section 4). This notice is the canonical third-party disclosure: the application, both editions' installation packages and the website all publish this document, and it is incorporated into the EULA by reference rather than duplicated inside it. Component list verified mechanically against the contents of the built Business and Pro packages on August 12, 2026 (distribution metadata, bundled model manifests and redistributed runtime trees; the two editions were confirmed component-identical). License-text locations and source-code materials re-verified on August 8, 2026.

KleverDeck is proprietary software that bundles and interoperates with the third-party components listed below. Each component is the property of its respective authors and is licensed under its own terms. Nothing in the KleverDeck Terms of Use limits, replaces or reduces the rights those licenses grant you for the components themselves; in case of conflict, the component’s own license governs it. Full license texts are included in the installation package under legal/licenses/; in addition, components that ship with their own license files keep them in place (for example SearXNG at searxng-src/, Tesseract at engine_ocr/doc/, the NetBird client at engine_connect/, and the bundled language/embedding models, whose license texts are also stored inside the local model store exactly as distributed upstream).

Bundled runtimes, engines and models

ComponentLicenseNotes
Ollama (model runtime)MITBundled executable; runs the local language and embedding models.
Qwen 2.5 (7B) language model — Alibaba CloudApache-2.0Open-weight model executed locally; powers the assistant.
Qwen 2.5 Coder (7B) language model — Alibaba CloudApache-2.0Open-weight model executed locally; powers the optional KleverDev feature. Bundled or downloaded depending on edition.
Llama 3.2 (1B) language model — MetaLlama 3.2 Community LicenseBundled light model used automatically when system memory is constrained; subject to Meta’s license terms and Acceptable Use Policy (see Trademarks).
nomic-embed-text embedding model — Nomic AIApache-2.0Local embeddings for semantic search.
whisper.cpp (speech-to-text engine)MITLocal audio-to-text transcription engine (whisper-cli).
Whisper speech-recognition model weights — OpenAIMITggml-format model file used by whisper.cpp for local transcription.
FFmpeg (media conversion tools)GPL-3.0 (bundled build)Audio/video decoding for transcription; invoked strictly as a separate executable. See Copyleft components and Source code offers.
SDL2zlibMultimedia support library shipped with the transcription tools.
Tesseract OCR + language dataApache-2.0Optical character recognition for scans and images (used via pytesseract).
EasyOCRApache-2.0Optional OCR engine; runs on PyTorch.
PyTorch (torch, torchvision)BSD-3-ClauseLocal machine-learning runtime used by EasyOCR.
Python (portable runtime)PSF License AgreementUnmodified CPython “embeddable” distribution, bundled solely to run SearXNG.
Microsoft Edge WebView2 RuntimeMicrosoft (redistributable)Renders the desktop application shell (via pywebview); installed through the bundled Microsoft installer and governed by Microsoft’s redistribution terms.
NetBird client (workspace connectivity agent)BSD-3-ClauseOptional bundled agent powering the “Connect from anywhere” workspace feature (WireGuard®-based overlay networking). The matching connectivity servers run on KleverDeck infrastructure under AGPL-3.0, unmodified; source available at github.com/netbirdio/netbird. WireGuard is a registered trademark of Jason A. Donenfeld.

Copyleft-licensed components (AGPL / GPL / LGPL)

Listed separately because they are governed by copyleft licenses. Each runs as a separate process or is used as an unmodified library; KleverDeck’s own code is not derived from them. See Source code offers below.

ComponentLicenseNotes
SearXNG (metasearch engine)AGPL-3.0-or-laterRuns as a separate local process for optional web search, using the bundled portable Python runtime. Complete corresponding source is included in the installation package (backend/searxng-src/); configuration files are the only local modifications.
FFmpeg — transcription build (ffmpeg.exe, ffprobe.exe, ffplay.exe)GPL-3.0Separate executables used for audio conversion during transcription (version 8.0.1, gyan.dev full build). Complete corresponding source for this build is available as described under Source code offers; the GPL-3.0 text is included at legal/licenses/FFMPEG-GPL-3.0.txt.
FFmpeg 4.4.4 and 4.4.6 — libraries bundled inside the OpenCV wheelsLGPL-2.1-or-later (as configured by the opencv-python project)Shipped as opencv_videoio_ffmpeg4100_64.dll (FFmpeg 4.4.4, from opencv-contrib-python) and opencv_videoio_ffmpeg4120_64.dll (FFmpeg 4.4.6, from opencv-python-headless). A distinct LGPL build from the GPL transcription executables above; source for both is published at kleverdeck.ai/sources/.
psycopg (v3)LGPL-3.0PostgreSQL database driver (used only when a PostgreSQL database is configured).
py7zrLGPL-2.1-or-later7-Zip archive handling for the Compress & Extract utility.
pybcjLGPL-2.1-or-laterBCJ filter backend used by the archive utility.
inflate64LGPL-2.1-or-laterDeflate64 codec backend used by the archive utility.
pyppmdLGPL-2.1-or-laterPPMd codec backend used by the archive utility.
python-bidiLGPLBidirectional text handling used by the OCR engine.
chardetLGPL-2.1-or-laterCharacter-encoding detection library (dependency).

Backend libraries (Python)

ComponentLicense
FastAPIMIT
StarletteBSD-3-Clause
UvicornBSD-3-Clause
Pydantic / pydantic-coreMIT
SQLModelMIT
SQLAlchemyMIT
AlembicMIT
greenletMIT AND Python-2.0
pandasBSD-3-Clause
NumPyBSD-3-Clause
SciPyBSD-3-Clause
scikit-imageBSD-3-Clause
ShapelyBSD-3-Clause
pyclipperMIT
openpyxlMIT
xlrdBSD-3-Clause
python-docxMIT
pypdfBSD-3-Clause
pypdfium2 / PDFiumApache-2.0 / BSD-3-Clause
pdfplumberMIT
pdfminer.sixMIT
OpenCV (opencv-python-headless, opencv-contrib-python)Apache-2.0
pytesseractApache-2.0
PillowHPND (MIT-style)
PyTorch (torch, torchvision)BSD-3-Clause
safetensorsApache-2.0
cryptographyApache-2.0 / BSD-3-Clause
PyCryptodome / PyCryptodomexBSD-2-Clause, Public Domain
RequestsApache-2.0
httpxBSD-3-Clause
httptoolsMIT
jiterMIT
charset-normalizerMIT
lxml (libxml2 / libxslt)BSD-3-Clause (MIT)
pywebview (desktop shell)BSD-3-Clause
websocketsBSD-3-Clause
psutilBSD-3-Clause
watchfilesMIT
clickBSD-3-Clause
MarkupSafeBSD-3-Clause
protobufBSD-3-Clause
python-dateutilApache-2.0 / BSD-3-Clause
pytzMIT
tzdataApache-2.0
backports.zstdBSD-3-Clause
setuptoolsMIT
PyYAMLMIT
python-dotenvBSD-3-Clause
python-multipartApache-2.0
spaCy (3.8.15)MIT
en_core_web_sm English pipeline (3.8.0) — ExplosionMIT
thinc (8.3.13)MIT
blis (1.3.3)BSD-3-Clause
cymem, preshed, murmurhash, srsly, catalogue, wasabi, confection, weasel, spacy-legacy, spacy-loggersMIT
cloudpathlib, smart-openMIT
wrapt (2.3.0)BSD-2-Clause
Tcl/Tk runtimeTcl/Tk (BSD-style)
SQLitePublic Domain
libffiMIT

This list is generated from the components present in the packaged build. Copyleft-licensed dependencies are listed separately above. Build- and test-only tools (e.g. PyInstaller, pytest) are not shipped as part of the running product.

Frontend libraries (JavaScript)

ComponentLicense
Vue.jsMIT
Vue RouterMIT
Chart.jsMIT
vue-chartjsMIT
SheetJS (xlsx)Apache-2.0
Univer (@univerjs presets, sheets)Apache-2.0
Vite (build tool)MIT

This list is generated from the components present in the built frontend bundle. Build- and test-only tooling (Vite plugins, Vitest, jsdom) is not shipped in the product.

Trademarks

All third-party names, logos and trademarks are the property of their respective owners. Their inclusion in KleverDeck does not imply endorsement of KleverDeck by those parties.

Built with Llama. Llama 3.2 is licensed under the Llama 3.2 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved. This attribution is also displayed in-product.

Source code offers

For any bundled component whose license requires availability of source code — including SearXNG (AGPL-3.0), the FFmpeg transcription build (GPL-3.0), the FFmpeg libraries bundled inside the OpenCV wheels (LGPL), and the LGPL-licensed components listed above (psycopg, py7zr, pybcj, inflate64, pyppmd, python-bidi, chardet; for LGPL components, the object code and materials needed to relink) — the corresponding source code is distributed inside the KleverDeck installation package, published for direct download at kleverdeck.ai/sources/, or available on request at connect@kleverdeck.ai, at no charge, for the period required by the applicable license.


This notice accompanies the KleverDeck Terms & Conditions (see Section 4).