Skip to main content

Third-Party Licenses

Last updated: July 11, 2026

1. About This Page

ZakGT (website, backend server, desktop Hostapp, and mobile app) is built on top of a number of open-source software packages. This page lists the major third-party dependencies bundled into each surface and their licenses, as required by their respective open-source terms. Version numbers change frequently as dependencies are updated; the license grant for each project does not change between routine version bumps. For the authoritative, exact list at any point in time see package.json (website) or requirements.txt (server / Hostapp) in the ZakGT source tree.

2. Website

The zakgt.net website is built with Next.js and React.

ComponentLicense
Next.jsMIT
React / React DOMMIT
TypeScriptApache-2.0
Tailwind CSSMIT
hls.jsApache-2.0
html2canvasMIT
qrcode (npm)MIT

3. Backend Server

The ZakGT API server is built with FastAPI and SQLAlchemy/Alembic.

ComponentLicense
FastAPIMIT
UvicornBSD-3-Clause
SQLAlchemyMIT
AlembicMIT
PydanticMIT
requestsApache-2.0
httpxBSD-3-Clause
boto3Apache-2.0
cryptographyApache-2.0 OR BSD-3-Clause
bcryptApache-2.0
python-joseMIT
pyotpMIT
psycopg2-binaryLGPL (with exceptions)
PillowHPND (MIT-style)
stripe (Python SDK)MIT
aiohttpApache-2.0
anthropic (Python SDK)MIT
openai (Python SDK)Apache-2.0
google-genaiApache-2.0
fal-clientApache-2.0
numpyBSD-3-Clause
telethonMIT

4. Desktop Hostapp

The ZakGT Hostapp desktop application is built with PySide6 (Qt for Python).

ComponentLicense
PySide6 (Qt for Python)LGPL-3.0
requestsApache-2.0
httpxBSD-3-Clause
cryptographyApache-2.0 OR BSD-3-Clause
psutilBSD-3-Clause
plyerMIT
PillowHPND (MIT-style)
psycopg2-binaryLGPL (with exceptions)
pyqtgraphMIT
certifiMPL-2.0

PySide6 / Qt note: PySide6 is distributed under the GNU Lesser General Public License v3 (LGPL-3.0). ZakGT Hostapp uses PySide6 as an unmodified, dynamically-linked library, consistent with LGPL-3.0 ยง4 (linking exception) โ€” no proprietary source code disclosure is triggered by this use. Users may obtain, inspect, or relink an alternate compatible version of PySide6/Qt per the LGPL, and full license text is available at qt.io/licensing.

5. License Texts

Full license text for each package listed above is available in that project's own source repository (linked in the tables) and, for Python packages, in the "License" metadata field of the installed distribution (viewable via pip show <package>). None of the licenses above require ZakGT to disclose its own proprietary source code.

6. Contact

Questions about this page or a specific attribution: [email protected].

Report Issue๐Ÿ“ฐ