Cloud Less — Third-Party Software Notices and Attributions ========================================================== Cloud Less ("the app") itself is proprietary (see LICENSE). It bundles, links, or downloads the third-party components listed below, each under its own license. These notices satisfy the attribution and license-text requirements of those licenses and apply ONLY to the components named. No component listed here grants any rights to the app's own code. Components are grouped by how they reach you: (A) BUNDLED — shipped inside CloudLess.app. (B) DOWNLOADED AT RUNTIME — fetched from the source on first use, at the user's request; not distributed by us. (C) WEB / FRONTEND — bundled in Resources. ======================================================================== (A) BUNDLED COMPONENTS ======================================================================== ------------------------------------------------------------------------ llama.cpp / ggml — the `llama-server` binary and libggml* / libllama* / libmtmd dynamic libraries (Metal, CPU and BLAS compute backends), invoked as a subprocess for GGUF inference. ------------------------------------------------------------------------ MIT License. Copyright (c) 2023-2026 The ggml authors. 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. Source: https://github.com/ggml-org/llama.cpp ------------------------------------------------------------------------ LLVM OpenMP runtime — libomp.dylib (loaded by the ggml CPU backend). ------------------------------------------------------------------------ Apache License 2.0 WITH LLVM Exception (SPDX: Apache-2.0 WITH LLVM-exception). Copyright (c) The LLVM Project contributors. Full license: https://llvm.org/LICENSE.txt ------------------------------------------------------------------------ OpenSSL — libcrypto.3.dylib and libssl.3.dylib (linked by the embedded Python for TLS). ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Copyright (c) 1998-2026 The OpenSSL Project Authors. All Rights Reserved. Full license: https://www.apache.org/licenses/LICENSE-2.0 Source: https://github.com/openssl/openssl ------------------------------------------------------------------------ CPython + standalone distribution — the embedded Python 3.12 runtime (Resources/py), built by python-build-standalone. ------------------------------------------------------------------------ Python is licensed under the PSF License Agreement. Copyright (c) 2001-2026 Python Software Foundation. All Rights Reserved. Full license text is bundled at Resources/py/lib/python3.12/LICENSE.txt. Python: https://docs.python.org/3/license.html Standalone build: https://github.com/astral-sh/python-build-standalone The standalone build also includes, among others: SQLite (public domain), libffi (MIT), zlib (zlib license), bzip2 (BSD-style), xz/liblzma (public domain), ncurses and readline (as configured). Their license texts ship with the distribution and are reproduced by python-build-standalone's own licensing documentation (linked above). ------------------------------------------------------------------------ FluidAudio — the `fluidaudio` Swift helper binary (push-to-talk transcription via the Parakeet model on the Neural Engine). ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Copyright (c) FluidInference and FluidAudio contributors. Full license: https://www.apache.org/licenses/LICENSE-2.0 Source: https://github.com/FluidInference/FluidAudio FluidAudio in turn links these third-party works: * NemoTextProcessing (text-processing-rs) — Apache License 2.0. https://github.com/NVIDIA/NeMo-text-processing * fastcluster — BSD 2-Clause License. (c) 2011 Daniel Muellner; changes from v1.1.24 (c) Google Inc. * VoiceBox / vbx components — Apache License 2.0. ======================================================================== (B) MODELS AND RUNTIMES DOWNLOADED AT RUNTIME ======================================================================== These are fetched from Hugging Face (models) or PyPI (the MLX runtime) on the user's request and are NOT redistributed by Cloud Less. Their attributions are provided as a courtesy and, where a license requires attribution (Parakeet, CC-BY-4.0), to satisfy that requirement. ------------------------------------------------------------------------ MLX and mlx-lm — Apple's array framework and LM serving library, the Metal runtime for every MLX model tier (installed into a local venv). ------------------------------------------------------------------------ MIT License. Copyright (c) 2023-2026 Apple Inc. MLX: https://github.com/ml-explore/mlx mlx-lm: https://github.com/ml-explore/mlx-lm ------------------------------------------------------------------------ NumPy — numerical support for the MLX runtime. ------------------------------------------------------------------------ BSD 3-Clause License. Copyright (c) 2005-2026 NumPy Developers. Source: https://github.com/numpy/numpy ------------------------------------------------------------------------ Qwen3.5 / Qwen3.6 model weights (Alibaba Cloud) — the "Qwen3.5 4B" and "Qwen3.6 35B" brains and their MLX quantizations. ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Copyright (c) Alibaba Cloud. Qwen3.5 4B (MLX 4-bit), mlx-community: https://huggingface.co/mlx-community/Qwen3.5-4B-MLX-4bit Qwen3.6 35B-A3B (MLX 4-bit), lmstudio-community: https://huggingface.co/lmstudio-community/Qwen3.6-35B-A3B-MLX-4bit Qwen3.6 35B-A3B (Q2_K_XL MLX), Brooooooklyn: https://huggingface.co/Brooooooklyn/Qwen3.6-35B-A3B-UD-Q2_K_XL-mlx ------------------------------------------------------------------------ Ternary Bonsai model weights (PrismML) — the "Bonsai 8B" fast helper / brain and "Bonsai 27B" brain (1.58-bit ternary, Qwen-based). ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Base models (c) Alibaba Cloud (Qwen); ternary quantization by PrismML. Ternary Bonsai 8B (MLX 2-bit): https://huggingface.co/prism-ml/Ternary-Bonsai-8B-mlx-2bit Ternary Bonsai 27B (MLX 2-bit): https://huggingface.co/prism-ml/Ternary-Bonsai-27B-mlx-2bit ------------------------------------------------------------------------ Qwen2.5 / Qwen3 GGUF weights (Alibaba Cloud) — optional GGUF draft tier for Macs without the MLX runtime. ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Copyright (c) Alibaba Cloud. Qwen2.5 7B Instruct (GGUF), lmstudio-community: https://huggingface.co/lmstudio-community/Qwen2.5-7B-Instruct-GGUF Qwen3 30B-A3B (GGUF), unsloth: https://huggingface.co/unsloth/Qwen3-30B-A3B-GGUF ------------------------------------------------------------------------ Parakeet-TDT 0.6B v3 (NVIDIA) — the on-device speech-recognition model used by the FluidAudio helper for push-to-talk. ------------------------------------------------------------------------ Creative Commons Attribution 4.0 International (CC-BY-4.0). Copyright (c) NVIDIA Corporation. ATTRIBUTION REQUIRED — this notice provides it. Model: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3 License: https://creativecommons.org/licenses/by/4.0/ ======================================================================== (C) WEB / FRONTEND COMPONENTS (bundled in Resources) ======================================================================== ------------------------------------------------------------------------ Squire — rich-text editor (app/web/squire.mjs). ------------------------------------------------------------------------ MIT License. Copyright (c) 2011-2026 Neil Jenkins and other Squire contributors. 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. Source: https://github.com/fastmail/Squire ------------------------------------------------------------------------ DOMPurify — HTML/paste sanitizer (app/web/purify.min.js). ------------------------------------------------------------------------ Apache License 2.0 (SPDX: Apache-2.0). Copyright (c) Cure53 and other contributors. Full license: https://www.apache.org/licenses/LICENSE-2.0 Source: https://github.com/cure53/DOMPurify (DOMPurify 3.2.4) ------------------------------------------------------------------------ The full text of the Apache License 2.0 is available at https://www.apache.org/licenses/LICENSE-2.0 and applies to every component above marked "Apache License 2.0".