ORYNR CODE - THIRD-PARTY NOTICES Orynr Code 2.0.0 Orynr LLC - https://orynr.com - info@orynr.com Orynr Code includes open-source software from other authors. Each component is licensed under its own licence, retained below or in the THIRD_PARTY_LICENSES folder installed with Orynr Code. Nothing in the Orynr Code licence agreement limits your rights under these licences. The app's own terms are here: https://orynr.com/legal/orynr-code-eula.txt 1. opencode Used: the terminal interface bundled with Orynr Code is a rebranded derivative of opencode's terminal UI, and some agent prompt templates and tool descriptions are reused, in whole or in part, from opencode. The engine behind the interface (the HTTP server, session engine, tools, providers, agents and storage) is original code written for Orynr LLC. Source: https://github.com/sst/opencode MIT License Copyright (c) 2025 opencode 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. 2. opentui Used: the terminal-UI framework the bundled interface is built on (@opentui/core, @opentui/solid, @opentui/keymap and opentui-spinner), compiled into the packaged terminal UI. Source: https://github.com/sst/opentui MIT License Copyright (c) 2025 opentui 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. 3. Bundled runtime dependencies The installed app redistributes its Python and JavaScript runtime dependencies, among them fastapi, uvicorn, litellm, pydantic, SQLAlchemy, httpx, GitPython, wasmtime, Pillow, cryptography, mcp and solid-js. They are used under their own licences, mostly MIT, BSD, Apache-2.0 and HPND. The full licence text of every one of them is installed with Orynr Code, in its THIRD_PARTY_LICENSES folder.