Loading…
# Nest Recorder — third-party licences
Nest Recorder is part of SAP Integration Nest. It includes the open-source components below. Their licences are
reproduced here; each remains the property of its authors.
Two of them are copyleft licences worth pointing out:
* FFmpeg is GPL-licensed. It is included as a separate, unmodified program that Nest Recorder runs; it is not
linked into the application. Source for the exact build is available from the links below.
* libuiohook and libvips are LGPL-licensed and are shipped as separate libraries.
## Electron 44.4.1
**Licence:** MIT
**Home:** https://github.com/electron/electron
## FFmpeg (bundled binary) 5.3.0
**Licence:** GPL v3 (this build includes libx264 and libass)
**Home:** https://ffmpeg.org
Nest Recorder runs ffmpeg as a separate program and does not link to it. The binary is unmodified; source for this build is available from https://ffmpeg.org/download.html and https://github.com/GyanD/codexffmpeg.
## libuiohook (via uiohook-napi) 1.5.5
**Licence:** LGPL v3 / GPL v3
**Home:** https://github.com/kwhat/libuiohook
Used for click rings and keyboard shortcut chips. Shipped as a separate native module; source is available from the project page.
## ONNX Runtime 1.30.0
**Licence:** MIT
**Home:** https://github.com/microsoft/onnxruntime
## Transformers.js 4.3.0
**Licence:** Apache 2.0
**Home:** https://github.com/huggingface/transformers.js
## Whisper speech models
**Licence:** MIT
**Home:** https://github.com/openai/whisper
Downloaded on first use from Hugging Face (onnx-community conversions of OpenAI Whisper).
## MediaPipe Tasks Vision + face landmarker model 1.0.1
**Licence:** Apache 2.0
**Home:** https://github.com/google-ai-edge/mediapipe
## sharp and libvips 0.35.4
**Licence:** Apache 2.0 (sharp) / LGPL v3 (libvips)
**Home:** https://github.com/lovell/sharp
Pulled in by Transformers.js for image handling.
## React 19.3.0
**Licence:** MIT
**Home:** https://github.com/facebook/react
## JSZip 3.10.2
**Licence:** MIT or GPL v3
**Home:** https://github.com/Stuk/jszip
## electron-updater 6.8.9
**Licence:** MIT
**Home:** https://github.com/electron-userland/electron-builder