1. Purpose of This Page
This page lists the third-party open-source components that are distributed with, or used to build features in, the current App Store release of Playground for LM. It also distinguishes Apple system frameworks, third-party models, third-party platforms, and brand identifiers from app-bundled open-source components.
2. Open-Source Components Distributed With the App
- llama.cpp / ggml runtime components: The app integrates
ThirdParty/llama.cpp/llama.xcframeworkfor local GGUF inference and calls it through local bridge code such asLocalLLMBridgeandLocalLLMEngine. Upstream project: https://github.com/ggml-org/llama.cpp. License: MIT License. Copyright notice: Copyright (c) 2023-2026 The ggml authors. - whisper.cpp / ggml runtime components: The app integrates the local speech-recognition runtime through
ThirdParty/whisper.cppand related local bridge code to read Whisper ggml models and perform speech-to-text on device. Upstream project: https://github.com/ggml-org/whisper.cpp. License: MIT License. Copyright notice: Copyright (c) 2023-2026 The ggml authors. - KaTeX: The app includes
LMPlaygroundUI/KaTeX/katex.min.js,katex.min.css,contrib/auto-render.min.js, and font resources infonts/for LaTeX rendering. The bundled local files identify the version as0.16.47. Upstream project: https://github.com/KaTeX/KaTeX. License: MIT License. Copyright notice: Copyright (c) 2013-2020 Khan Academy and other contributors.
3. Apple System Frameworks
The app uses Apple platform frameworks such as SwiftUI, Foundation, UIKit, UniformTypeIdentifiers, Darwin, WebKit, Network, and Combine. These frameworks are provided by the Apple SDK and are governed by Apple developer agreements, system licenses, and platform rules. They are not separate third-party open-source dependencies disclosed by this page.
4. Third-Party Models, Platforms, and Brand Identifiers
The app may display or link to names such as Qwen, Gemma, DeepSeek, Phi, NVIDIA Nemotron, GPT-OSS, Whisper, OpenAI, and ModelScope only to identify model sources, model families, or compatible formats. The App Store release does not use official logos from those third-party models or platforms. Visual model marks in the app are app-owned neutral text badges. These names, model weights, trademarks, download pages, and model licenses are not open-source components of the app and do not mean the developer owns, controls, or sublicenses the corresponding third-party model weights, trademarks, or platform content.
Before downloading, importing, or running a third-party model, users should review the corresponding model page, model license, acceptable use policy, platform terms, and applicable laws. References to names or links are for source identification or compatibility purposes only and do not imply official cooperation, authorization, endorsement, agency, distribution, affiliation, or joint operation.
5. App-Owned Code and Assets
Except for the open-source components and third-party identifiers described above, the app's Swift / Objective-C++ bridge code, interface code, app icon, launch image, app-owned logo, copy, layout, diagnostics logic, and product experience are owned or controlled by the developer and are not licensed to users under an open-source license unless expressly stated otherwise.
6. MIT License - llama.cpp / ggml
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.
7. MIT License - whisper.cpp / ggml
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.
8. MIT License - KaTeX
The MIT License (MIT)
Copyright (c) 2013-2020 Khan Academy and other 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, 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.
9. Updates
If later versions add, replace, or remove open-source components, model sources, brand resources, or third-party platform entries, this page may be updated accordingly. Users should rely on the official license and terms published by each open-source project, model publisher, or third-party platform.