# Third-Party Notices — FXforge (HUDforge · GLITCHforge)

FXforge bundles / loads the following third-party software, models, icons and
fonts. All are used under permissive, **commercial-use-permitted** licenses.
Copyright and license notices are preserved below as required by those licenses.

Last reviewed: 2026-07-12.

---

## Libraries

| Component | Version | License | Copyright / Author | Source |
|---|---|---|---|---|
| MediaPipe Tasks-Vision | 0.10.14 | Apache-2.0 | © Google LLC | https://github.com/google-ai-edge/mediapipe |
| Transformers.js (@huggingface/transformers) | 3.3.3 | Apache-2.0 | © Hugging Face | https://github.com/huggingface/transformers.js |
| ONNX Runtime Web (bundled with Transformers.js) | — | MIT | © Microsoft Corporation | https://github.com/microsoft/onnxruntime |
| mp4-muxer | 5.0.1 | MIT | © Vanilagy | https://github.com/Vanilagy/mp4-muxer |
| opentype.js | — | MIT | © Frederik De Bleser | https://github.com/opentypejs/opentype.js |
| ImageTracer.js | — | The Unlicense (Public Domain) | © András Jankovics | https://github.com/jankovicsandras/imagetracerjs |

## Machine-learning models

| Model | License | Author | Source |
|---|---|---|---|
| MediaPipe pose_landmarker / face_landmarker / hand_landmarker | Apache-2.0 | © Google LLC | https://ai.google.dev/edge/mediapipe |
| YOLOS-tiny / YOLOS-small (COCO) | Apache-2.0 | © hustvl (Fang et al., "YOLOS") | https://huggingface.co/hustvl/yolos-tiny |
| Depth-Anything-V2 **Small** | Apache-2.0 | © Lihe Yang et al. | https://huggingface.co/depth-anything/Depth-Anything-V2-Small |

> **Model compliance rules (do not break for the commercial product):**
> 1. **Depth Anything V2 — only the _Small_ model.** Base / Large / Giant are
>    **CC-BY-NC-4.0 (non-commercial)** and MUST NOT be shipped.
> 2. **Do not add Ultralytics YOLO (YOLOv5/v8/…)** — those are **AGPL-3.0**
>    (copyleft). We use the transformer-based **YOLOS** (Apache-2.0) instead.

## Icons

| Set | License | Author | Source |
|---|---|---|---|
| Tabler Icons (subset, ~208 glyphs) | MIT | © Paweł Kuna | https://github.com/tabler/tabler-icons |

## Fonts (all SIL Open Font License 1.1)

Bundled/loaded and used within the application UI and generated graphics. OFL
permits bundling inside software; the fonts are **not** sold or distributed as a
standalone font product.

| Font | Copyright | Source |
|---|---|---|
| IBM Plex Mono | © IBM Corp. | https://github.com/IBM/plex |
| JetBrains Mono | © JetBrains s.r.o. | https://github.com/JetBrains/JetBrainsMono |
| Space Mono | © Colophon Foundry | https://fonts.google.com/specimen/Space+Mono |
| Share Tech Mono | © Carrois Apostrophe | https://fonts.google.com/specimen/Share+Tech+Mono |
| VT323 | © Peter Hull | https://fonts.google.com/specimen/VT323 |
| Kode Mono | © Isaac Muse | https://fonts.google.com/specimen/Kode+Mono |
| Martian Mono | © Evil Martians | https://github.com/evilmartians/mono |
| DM Mono | © Colophon Foundry | https://fonts.google.com/specimen/DM+Mono |
| Doto | © The Doto Project Authors | https://fonts.google.com/specimen/Doto |

---

## License texts

Full texts of the referenced licenses:

- **Apache License 2.0** — https://www.apache.org/licenses/LICENSE-2.0
- **MIT License** — https://opensource.org/license/mit
- **SIL Open Font License 1.1** — https://openfontlicense.org
- **The Unlicense** — https://unlicense.org

### MIT License (applies to mp4-muxer, opentype.js, ONNX Runtime Web, Tabler Icons)

```
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

> Note: Apache-2.0 requires distributing a copy of the license (and any NOTICE
> file) with the product, and stating changes. The SIL OFL 1.1 full text must
> accompany the bundled fonts. For the formal launch, append the full Apache-2.0
> and SIL-OFL-1.1 texts below (or ship them as separate files in `/licenses/`).
