Third-party notices
TrackClear Studio incorporates and redistributes third-party software. The notices below satisfy the attribution and notice requirements of those components' licenses.
This is the notice shipped with TrackClear Studio 0.5.0 and later. Last verified 10 September 2026 against the binaries in the installer's binary folder and the packages in package.json and the backend requirements file.
Verbatim copies of every license referred to here are installed with the app, in the licenses/ folder. Each entry names the file it relies on.
1. FFmpeg
Files shipped: resources/bin/ffmpeg.exe and resources/bin/ffprobe.exe in the install folder. Version: n8.1.2-44-g7c533d0f86-20260822, built with gcc 15.2.0 (crosstool-NG 1.28.0.23_185f348). Producer: BtbN/FFmpeg-Builds, win64-lgpl variant. Releases: https://github.com/BtbN/FFmpeg-Builds/releases (asset name ffmpeg-n8.1-latest-win64-lgpl-8.1.zip; the versioned asset for this build is ffmpeg-n8.1.2-44-g7c533d0f86-win64-lgpl-8.1.zip). Upstream: https://ffmpeg.org, source at https://git.ffmpeg.org/ffmpeg.git, commit 7c533d0f86 (full hash 7c533d0f86f13a06ec93968f6194349665b3536a): https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/7c533d0f86 License: GNU Lesser General Public License, version 3 or later. See licenses/LGPL-3.0.txt and licenses/GPL-3.0.txt (the LGPL v3 incorporates the GPL v3 by reference).
Checksums (SHA-256) of the shipped binaries:
| File | Size (bytes) | SHA-256 |
|---|---|---|
ffmpeg.exe | 113,981,440 | 110a3f4171be1d010edb2ec4bf57838cd632082070cffb4f4b18b7fffc4a7e6b |
ffprobe.exe | 113,775,104 | 9d49ff93ca7c6086748e3b6551feb82ffb5cceeb2e785fa04ba64dce052524b0 |
The copies in the installer's binary folder (what the installer packages) and in backend/bin/ (what development runs) are byte-identical: same sizes, same hashes. ffprobe.exe reports the same version string and the same configuration as ffmpeg.exe.
TrackClear Studio redistributes these two files as unmodified, standalone executables. They are invoked as separate child processes over a command line and their output is read back over a pipe. No FFmpeg library is linked into TrackClear Studio, statically or dynamically, and no FFmpeg source code is included in or derived from in this product.
Build configuration, verbatim
Output of ffmpeg.exe -version on 10 September 2026:
ffmpeg version n8.1.2-44-g7c533d0f86-20260822 Copyright (c) 2000-2026 the FFmpeg developers
built with gcc 15.2.0 (crosstool-NG 1.28.0.23_185f348)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libvmaf --enable-fontconfig --enable-libharfbuzz --enable-libfreetype --enable-libfribidi --enable-vulkan --enable-libshaderc --enable-libvorbis --disable-libxcb --disable-xlib --disable-libpulse --enable-gmp --enable-lzma --enable-liblcevc-dec --enable-opencl --enable-amf --enable-libaom --enable-libaribb24 --disable-avisynth --enable-chromaprint --enable-libdav1d --disable-libdavs2 --disable-libdvdread --disable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --disable-frei0r --enable-libgme --enable-libkvazaar --enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-libplacebo --enable-librist --enable-libssh --enable-libtheora --enable-libvpx --enable-libwebp --enable-libzmq --enable-lv2 --enable-libvpl --enable-openal --enable-liboapv --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --disable-librubberband --enable-schannel --enable-sdl2 --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libdrm --enable-vaapi --disable-libvidstab --enable-libvvenc --disable-whisper --disable-libx264 --disable-libx265 --disable-libxavs2 --disable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-libs=-lgomp --extra-ldflags=-pthread --extra-ldexeflags= --cc=x86_64-w64-mingw32-gcc --cxx=x86_64-w64-mingw32-g++ --ar=x86_64-w64-mingw32-gcc-ar --ranlib=x86_64-w64-mingw32-gcc-ranlib --nm=x86_64-w64-mingw32-gcc-nm --extra-version=20260822
libavutil 60. 26.102 / 60. 26.102
libavcodec 62. 28.102 / 62. 28.102
libavformat 62. 12.102 / 62. 12.102
libavdevice 62. 3.102 / 62. 3.102
libavfilter 11. 14.102 / 11. 14.102
libswscale 9. 5.102 / 9. 5.102
libswresample 6. 3.102 / 6. 3.102
ffprobe.exe -version prints ffprobe version n8.1.2-44-g7c533d0f86-20260822 with the identical configuration: line and the same seven library versions.
What the configuration establishes:
--enable-gplis absent and--enable-nonfreeis absent. FFmpeg'sconfigurerefuses to build against a GPL-only library without--enable-gpl, so the absence is enforced by the build itself, not by a label on a download page.--enable-version3is present, which is what makes this LGPL version 3 rather than 2.1.--enable-chromaprintand--enable-libopenh264are present. These two, with--enable-libmp3lameand--enable-libfreetype, are the four flags TrackClear Studio depends on.libx264,libx265,libxvid,frei0r,libvidstab,librubberband,libdavs2,libxavs2andlibfdk-aacare explicitly disabled.
Written offer for source code
TrackClear Studio ships FFmpeg in binary form only. The complete corresponding source code for the FFmpeg version above, and for the libraries statically linked into it, is available as follows:
- FFmpeg source: https://git.ffmpeg.org/ffmpeg.git at commit
7c533d0f86f13a06ec93968f6194349665b3536a(mirror: https://github.com/FFmpeg/FFmpeg/archive/7c533d0f86f13a06ec93968f6194349665b3536a.zip). - Build scripts and the list of every dependency's source repository: https://github.com/BtbN/FFmpeg-Builds (the scripts current on 22 August 2026 are at commit
48576f197ad1c2afb2e0b8efe204919a1afbff54).
Independently of those third-party sites, TrackClear Studio makes the following written offer, valid for three years from the date you purchased or obtained this copy of TrackClear Studio: any recipient of this software may request, and will receive, a complete machine-readable copy of the corresponding source code for the FFmpeg binaries described above, including the build scripts used to produce them, for no more than the cost of physically performing the distribution. Send the request, quoting the FFmpeg version string above, to trackclearsupport@gmail.com. This offer is transferable to anyone who receives the software from you.
TrackClear Studio keeps its own self-hosted copy of that source archive so that the offer can be honored even if the third-party repositories above move or disappear.
Libraries statically linked into the FFmpeg executables
The FFmpeg binaries above statically incorporate the following third-party libraries. Each carries its own license and its own notice requirement. Presence was confirmed by the configuration: line above and, for sub-dependencies that FFmpeg's configure does not see, by scanning the shipped ffmpeg.exe for the library's own identification strings. License identifiers were checked against each project's published license file.
| Library | License | License file | Notes |
|---|---|---|---|
| chromaprint | LGPL-2.1 (own code MIT; includes LGPL-2.1 FFmpeg code, so LGPL-2.1 as a whole) | LGPL-2.1.txt, MIT.txt | AcoustID fingerprints. See FFTW3 below |
| FFTW3 (fftw-3.3.11, inside chromaprint) | GPL-2.0-or-later | GPL-2.0.txt | Sub-dependency of chromaprint. See below |
| libmp3lame (LAME) | LGPL-2.0-or-later | LGPL-2.1.txt | MP3 encoding |
| libopenh264 | BSD-2-Clause | BSD-2-Clause.txt | Cisco. See patent note below |
| libvorbis, libtheora, libopus | BSD-3-Clause | BSD-3-Clause.txt | Xiph.Org |
| libfreetype | FTL or GPL-2.0 (dual) | FTL.txt | Taken under the FTL |
| libharfbuzz | MIT (Old MIT) | MIT.txt | |
| libfribidi | LGPL-2.1-or-later | LGPL-2.1.txt | |
| fontconfig | MIT-style (fontconfig license) | MIT.txt | |
| libass | ISC | ISC.txt | |
| libunibreak (inside libass) | Zlib | Zlib.txt | Sub-dependency |
| libaom | BSD-2-Clause + Alliance for Open Media Patent License 1.0 | BSD-2-Clause.txt | Patent license: https://aomedia.org/license/patent-license/ |
| libdav1d | BSD-2-Clause | BSD-2-Clause.txt | AV1 |
| librav1e | BSD-2-Clause | BSD-2-Clause.txt | AV1 |
| libsvtav1 | BSD-3-Clause-Clear + AOM Patent License 1.0 | BSD-3-Clause-Clear.txt | AV1 |
| libdovi | MIT | MIT.txt | Sub-dependency of libplacebo |
| libvpx | BSD-3-Clause | BSD-3-Clause.txt | |
| libwebp, libsnappy | BSD-3-Clause | BSD-3-Clause.txt | |
| libjxl | BSD-3-Clause | BSD-3-Clause.txt | JPEG XL |
| highway (inside libjxl) | Apache-2.0 | Apache-2.0.txt | Sub-dependency |
| brotli (inside libjxl) | MIT | MIT.txt | Sub-dependency |
| libpng (1.8.0) | PNG Reference Library License v2 | libpng-2.0.txt | Sub-dependency |
| libopenjpeg | BSD-2-Clause | BSD-2-Clause.txt | |
| libkvazaar | BSD-3-Clause | BSD-3-Clause.txt | Tampere University |
| libvvenc | BSD-3-Clause-Clear | BSD-3-Clause-Clear.txt | Fraunhofer HHI |
| liboapv | BSD-3-Clause | BSD-3-Clause.txt | Samsung / Academy Software Foundation |
| libuavs3d | BSD-3-Clause | BSD-3-Clause.txt | Peking University et al. |
| libzimg | WTFPL | WTFPL.txt | |
| libvmaf | BSD-2-Clause-Patent | BSD-2-Clause-Patent.txt | Netflix |
| libsoxr (0.1.3) | LGPL-2.1-or-later | LGPL-2.1.txt | |
| libtwolame | LGPL-2.1-or-later | LGPL-2.1.txt | |
| libbluray | LGPL-2.1-or-later | LGPL-2.1.txt | |
| libgme | LGPL-2.1-or-later | LGPL-2.1.txt | |
| libopenmpt | BSD-3-Clause | BSD-3-Clause.txt | |
| libplacebo | LGPL-2.1-or-later | LGPL-2.1.txt | |
| libssh | LGPL-2.1 | LGPL-2.1.txt | |
| libsrt | MPL-2.0 | MPL-2.0.txt | Haivision |
| libzmq (ZeroMQ 4.3.5) | MPL-2.0 | MPL-2.0.txt | |
| librist (0.2.x) | BSD-2-Clause | BSD-2-Clause.txt | |
| libaribb24 | LGPL-3.0-or-later | LGPL-3.0.txt | |
| libaribcaption | MIT | MIT.txt | |
| liblcevc-dec | BSD-3-Clause-Clear | BSD-3-Clause-Clear.txt | V-Nova |
| libopencore-amrnb / amrwb | Apache-2.0 | Apache-2.0.txt | |
| libzvbi (0.2.45) | LGPL-2.0-or-later | LGPL-2.1.txt | Library half of ZVBI; the ZVBI command-line tools are GPL and are not included |
| libxml2 | MIT | MIT.txt | |
| libiconv | LGPL-2.1-or-later | LGPL-2.1.txt | |
| zlib | Zlib | Zlib.txt | |
| xz / liblzma | 0BSD | 0BSD.txt | |
| gmp | LGPL-3.0-or-later or GPL-2.0-or-later (dual) | LGPL-3.0.txt | Taken under LGPL-3.0 |
| SDL2 | Zlib | Zlib.txt | |
| OpenAL Soft | LGPL-2.0-or-later | LGPL-2.1.txt | |
| lv2, lilv, serd, sord, sratom | ISC | ISC.txt | |
| oneVPL (libvpl) | MIT | MIT.txt | Intel |
| nv-codec-headers (ffnvcodec) | MIT | MIT.txt | NVIDIA headers only; no NVIDIA SDK code |
| AMD AMF headers | MIT | MIT.txt | |
| libva (VAAPI) | MIT | MIT.txt | |
| Vulkan headers and loader | Apache-2.0 | Apache-2.0.txt | |
| libshaderc, glslang, SPIRV-Tools | Apache-2.0 (glslang also BSD-3-Clause and MIT for parts) | Apache-2.0.txt, BSD-3-Clause.txt | |
| OpenCL headers | Apache-2.0 | Apache-2.0.txt | |
| winpthreads | MIT and BSD-3-Clause | MIT.txt, BSD-3-Clause.txt | MinGW-w64 |
| libgomp | GPL-3.0 with GCC Runtime Library Exception 3.1 | GPL-3.0.txt, GCC-exception-3.1.txt | See note below |
The LGPL-2.0 text is the LGPL 2.1 text's predecessor; components marked LGPL-2.0-or-later are taken under LGPL 2.1, whose text ships as licenses/LGPL-2.1.txt.
chromaprint and FFTW3
The chromaprint inside these binaries is statically linked against FFTW3, which is licensed GPL-2.0-or-later. Evidence: the string fftw-3.3.11 and several hundred fftw_codelet_* symbols are present in ffmpeg.exe. FFmpeg's own configure has no visibility into this and therefore does not flag it; the BtbN download is labeled LGPL, and that label is accurate about FFmpeg's own code and silent about this.
The question of whether calling the executable as a separate process keeps the GPL from reaching the application is with counsel (see counsel). Until it is answered this file states the fact and ships the GPL-2.0 text as licenses/GPL-2.0.txt. If counsel's answer requires a change, the engineering options are to build chromaprint with -DFFT_LIB=kissfft or -DFFT_LIB=avfft, which removes FFTW entirely (see our build notes), or to ship AcoustID's fpcalc separately with an FFmpeg built without --enable-chromaprint.
Note on libgomp
libgomp is GPL-3.0, but carries the GCC Runtime Library Exception 3.1, which expressly permits distribution inside non-free programs when compiled with GCC in the ordinary way. It is listed because an automated license scan will flag it and it should not cause alarm. The exception text ships as licenses/GCC-exception-3.1.txt.
Patent note (not a copyright matter)
libopenh264 is BSD-licensed as to copyright. Cisco separately funds the H.264 patent pool, but that coverage applies to binary modules Cisco itself distributes. This build compiles OpenH264 from source, so it does not inherit that coverage. The FFmpeg-native AAC encoder used for the stitched snippet video sits in a comparable pool. Both are part of the same counsel conversation.
2. Genre classification model
LAION-CLAP, Apache License 2.0, https://github.com/LAION-AI/CLAP. See licenses/Apache-2.0.txt.
Model weights are redistributed in ONNX form as resources/models/genre/model.onnx with model.json beside it (copied at build time from the backend model folder). The export to ONNX is done offline by an offline export script; PyTorch and the laion_clap package are build-time tools and are not shipped. LAION-CLAP was chosen over the more accurate MTG-Jamendo/Essentia models specifically because those are CC BY-NC-SA and cannot be used in a product that is sold.
3. Python backend
The backend is a Windows executable (resources/backend/trackclear.exe plus _internal/) frozen by PyInstaller from CPython 3.14.5 and the packages below. The list was taken from the frozen build's own module table (the frozen module table and the _internal/ folder), which is what actually ships, and then compared with the backend requirements file. The bundled-library entries for numpy come from the numpy wheel's own LICENSE.txt, which names each DLL it carries.
| Component | Version | License | License file |
|---|---|---|---|
| CPython | 3.14.5 | Python Software Foundation License 2.0 | PSF-2.0.txt |
| PyInstaller (bootloader and runtime hooks) | 6.21.0 | GPL-2.0-or-later with the PyInstaller Bootloader Exception; the frozen program is unrestricted | PyInstaller-COPYING.txt |
pytaglib (taglib.pyd) | 3.2.0 | GPL-3.0-or-later (see the TagLib note below) | GPL-3.0.txt |
TagLib (built into taglib.pyd) | 2.1.1 (bundled by the pytaglib wheel) | MPL-1.1 or LGPL-2.1 (dual); taken under MPL-1.1 | MPL-1.1.txt |
utfcpp (built into taglib.pyd) | 4.0.8 (bundled by the pytaglib wheel) | Boost Software License 1.0 | BSL-1.0.txt |
| numpy | 2.4.6 | BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0 (SPDX expression from the wheel) | BSD-3-Clause.txt, 0BSD.txt, MIT.txt, Zlib.txt |
OpenBLAS (inside numpy.libs/libscipy_openblas64_*.dll) | as bundled by numpy 2.4.6 | BSD-3-Clause | BSD-3-Clause.txt |
| LAPACK (inside the same DLL) | as bundled by numpy 2.4.6 | BSD-3-Clause-Open-MPI | BSD-3-Clause-Open-MPI.txt |
| GCC runtime library (libgfortran, libgcc, inside the same DLL) | as bundled by numpy 2.4.6 | GPL-3.0-or-later with GCC Runtime Library Exception 3.1 | GPL-3.0.txt, GCC-exception-3.1.txt |
| onnxruntime | 1.28.0 | MIT | MIT.txt |
| rapidfuzz | 3.9.3 | MIT | MIT.txt |
| requests | 2.34.2 | Apache-2.0 | Apache-2.0.txt |
| requests-oauthlib | 2.0.0 | ISC | ISC.txt |
| oauthlib | 3.3.1 | BSD-3-Clause | BSD-3-Clause.txt |
| google-auth | 2.53.0 | Apache-2.0 | Apache-2.0.txt |
| google-auth-httplib2 | 0.4.0 | Apache-2.0 | Apache-2.0.txt |
| google-auth-oauthlib | 1.4.0 | Apache-2.0 | Apache-2.0.txt |
| google-api-python-client | 2.197.0 | Apache-2.0 | Apache-2.0.txt |
| google-api-core | 2.31.0 | Apache-2.0 | Apache-2.0.txt |
| httplib2 | 0.31.2 | MIT | MIT.txt |
| uritemplate | 4.2.0 | BSD-3-Clause or Apache-2.0 | BSD-3-Clause.txt |
| pyasn1, pyasn1-modules | 0.6.3, 0.4.2 | BSD-2-Clause | BSD-2-Clause.txt |
| python-dotenv | 1.2.2 | BSD-3-Clause | BSD-3-Clause.txt |
| Send2Trash | 2.1.0 | BSD-3-Clause | BSD-3-Clause.txt |
| pywin32 | 312 | Python Software Foundation License | PSF-2.0.txt |
| cryptography | 48.0.0 | Apache-2.0 or BSD-3-Clause | Apache-2.0.txt |
| cffi | 2.0.0 | MIT | MIT.txt |
| pycparser | 3.0 | BSD-3-Clause | BSD-3-Clause.txt |
| certifi | 2026.5.20 | MPL-2.0 | MPL-2.0.txt |
| charset-normalizer | 3.4.7 | MIT | MIT.txt |
| idna | 3.17 | BSD-3-Clause | BSD-3-Clause.txt |
| urllib3 | 2.7.0 | MIT | MIT.txt |
| Jinja2 | 3.1.6 | BSD-3-Clause | BSD-3-Clause.txt |
| MarkupSafe | 3.0.3 | BSD-3-Clause | BSD-3-Clause.txt |
| PyYAML | 6.0.3 | MIT | MIT.txt |
| packaging | 26.2 | Apache-2.0 or BSD-2-Clause | Apache-2.0.txt |
| pyparsing | 3.3.2 | MIT | MIT.txt |
| typing_extensions | 4.15.0 | PSF-2.0 | PSF-2.0.txt |
| setuptools | 82.0.1 | MIT | MIT.txt |
OpenSSL (libcrypto-3.dll, libssl-3.dll) | 3.0.20, as shipped with CPython 3.14.5 | Apache-2.0 | Apache-2.0.txt |
libffi (libffi-8.dll) | as shipped with CPython 3.14.5 | MIT | MIT.txt |
SQLite (sqlite3.dll) | 3.50.4, as shipped with CPython 3.14.5 | Public domain | none required |
Microsoft Visual C++ runtime (vcruntime140.dll, vcruntime140_1.dll, msvcp140.dll, MSVCP140_1.dll) | 14.x | Microsoft Visual C++ Redistributable license, which permits redistribution with applications built with Visual Studio | none (proprietary, redistributable) |
onnxruntime's own third-party notices (protobuf, Eigen, Abseil, and others compiled into onnxruntime.dll) are published in ThirdPartyNotices.txt in the onnxruntime wheel and at https://github.com/microsoft/onnxruntime/blob/main/ThirdPartyNotices.txt.
Packages in the backend requirements file that are not in the shipped executable
pandas 2.2.2 (BSD-3-Clause), tqdm 4.66.4 (MPL-2.0 and MIT), fastapi 0.111.0 (MIT) and uvicorn 0.30.1 (BSD-3-Clause) are pinned in the backend requirements file but no backend module imports them, so PyInstaller does not freeze them and they do not ship. They are listed here so the requirements file and this notice agree; their license texts (BSD-3-Clause.txt, MPL-2.0.txt, MIT.txt) are in licenses/ regardless.
TagLib and pytaglib
TagLib (https://github.com/taglib/taglib) is offered under either the Mozilla Public License 1.1 or the LGPL 2.1, at the recipient's choice. TrackClear Studio takes it under the MPL 1.1 (licenses/MPL-1.1.txt), which permits linking into a larger closed-source work provided the MPL-covered source itself stays available under the MPL. TagLib's source is available from the repository above; the copy compiled into taglib.pyd is TagLib v2.1.1 as bundled in the pytaglib 3.2.0 source distribution (https://pypi.org/project/pytaglib/3.2.0/#files).
pytaglib (https://github.com/supermihi/pytaglib) is the Python binding. Its 3.2.0 wheel declares License-Expression: GPL-3.0-or-later and ships the GNU GPL v3 as its LICENSE.txt; that text is licenses/GPL-3.0.txt. Earlier versions of this notice and the comment in the backend requirements file describe pytaglib as MIT; the wheel's own metadata and license file say otherwise, and this notice follows the wheel. Whether a GPL-licensed binding can remain inside a proprietary application is an open question alongside the FFTW3 one in section 1 and is part of the same counsel review.
Copyleft components removed from the product
aubio (GPL-3.0-or-later) was removed; tempo detection is numpy code in code written for this product. mutagen (GPL-2.0-or-later) was replaced by TagLib; nothing in the backend imports it, it is out of requirements.txt, and it is absent from the frozen module table. See our copyleft audit.
4. Frontend and desktop runtime
Production npm dependencies, as reported by npx license-checker --summary --production on 10 September 2026: MIT: 11, UNLICENSED: 1. The UNLICENSED entry is trackclear-frontend@0.5.0 itself, which is this proprietary application. The full production list:
| Package | Version | License | License file |
|---|---|---|---|
| react | 19.2.7 | MIT | MIT.txt |
| react-dom | 19.2.7 | MIT | MIT.txt |
| scheduler | 0.27.0 | MIT | MIT.txt |
| react-router | 7.16.0 | MIT | MIT.txt |
| react-router-dom | 7.16.0 | MIT | MIT.txt |
| cookie | 1.1.1 | MIT | MIT.txt |
| set-cookie-parser | 2.7.2 | MIT | MIT.txt |
| zustand | 5.0.14 | MIT | MIT.txt |
| papaparse | 5.5.3 | MIT | MIT.txt |
| @types/react | 19.2.16 | MIT | MIT.txt |
| csstype | 3.2.3 | MIT | MIT.txt |
Electron, Chromium and Node.js
The desktop shell is Electron 36.9.5 (MIT), which bundles Chromium (BSD-3-Clause plus the licenses of Chromium's own third-party components) and Node.js (MIT). Their notices are not reproduced here. electron-builder places the complete texts in the install folder, next to the application executable:
LICENSE.electron.txt: the Electron license.LICENSES.chromium.html: the full Chromium and Node.js third-party notice bundle (about 15 MB).
Both files are copied verbatim from the Electron distribution (node_modules/electron/dist/LICENSE and node_modules/electron/dist/LICENSES.chromium.html).
Build tools that do not ship
Vite, Vitest, ESLint, electron-builder, Testing Library, jsdom and the other devDependencies in package.json are used to build and test the application. None of their code is in the installer.
5. Fonts
The interface is styled for Inter and DM Mono, both published under the SIL Open Font License 1.1. No font file is embedded in the application or the installer. src/index.css loads both families from Google Fonts at run time (@import url('https://fonts.googleapis.com/css2?family=Inter...&family=DM+Mono...')), and when the machine is offline the CSS falls back to the system sans-serif and monospace faces. Because no font file is redistributed, the OFL imposes no notice obligation on TrackClear Studio. The license text is nonetheless included as licenses/OFL-1.1.txt for reference, so that if font files are ever bundled the required text is already in place.
6. Where to find these files in the installed app
THIRD-PARTY-NOTICES.mdand thelicenses/folder are in the install root, next toTrackClear Studio.exe.LICENSE.electron.txtandLICENSES.chromium.htmlare alongside them in the same folder.- In the app: Settings, then About, then Third-party notices.
This notice is an engineering record of what ships and under which license. Nothing in it is legal advice.
licenses/ folder next to TrackClear Studio.exe. In the app they are
under Settings, then About, then Third-party notices.