Fluent — Open-Source Acknowledgements ===================================== Fluent is © Dr. Saby Roy. The Fluent application, its design, branding, and original source code are proprietary. Fluent is built with, and gratefully ships, the following open-source components: 1. Electron — MIT License © Electron contributors / OpenJS Foundation https://github.com/electron/electron (Electron itself includes Chromium and Node.js; their licenses are reproduced in this application bundle: see LICENSE and LICENSES.chromium.html in the Electron distribution inside this app.) 2. whisper.cpp — MIT License © 2023–2026 The ggml authors https://github.com/ggml-org/whisper.cpp The bundled "whisper" folder in this application's Resources contains an unmodified compiled build of whisper.cpp (whisper-cli and ggml libraries). 3. OpenAI Whisper model weights — MIT License © OpenAI. https://github.com/openai/whisper The speech-recognition model file is downloaded on first run from the whisper.cpp model repository (https://huggingface.co/ggerganov/whisper.cpp). 4. uiohook-napi — MIT License © 2020 Alexander Drozdov https://github.com/SnosMe/uiohook-napi 5. libUIOHook — GNU Lesser General Public License v3.0 (LGPL-3.0-or-later) © 2006–2023 Alexander Barker https://github.com/kwhat/libuiohook libUIOHook is used, unmodified, as a dynamically-loaded native library (inside the uiohook-napi module, which lives outside the application archive and may be replaced by the user). In accordance with the LGPL: - Complete corresponding source for libUIOHook is available at the repository above. - The full text of the LGPL-3.0 is available at https://www.gnu.org/licenses/lgpl-3.0.txt and the GPL-3.0 at https://www.gnu.org/licenses/gpl-3.0.txt - You may replace the library with a modified version by substituting the uiohook-napi module found at Fluent.app/Contents/Resources/app.asar.unpacked/node_modules/uiohook-napi/ MIT License (applies to items 1–4 above) ---------------------------------------- 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. Fonts (Cormorant Garamond, Italiana, Inter) are used on Fluent's website via Google Fonts under the SIL Open Font License; no font files ship in this app.