Legal
Third-Party Licenses
The OccluTrace Connector bundles open-source components. All bundled components are permissive (MIT, Apache-2.0, BSD-3-Clause, ISC, Zlib, MPL-2.0) — no GPL, LGPL, or AGPL code is included.
Overview
The OccluTrace Connector (the Windows desktop application) includes open-source components as required by their respective licenses. This page identifies those components, their SPDX license identifiers, and their role in the application.
The full license texts for all bundled components are included in the THIRD-PARTY-LICENSES.txt file distributed with each Connector installation (located in the application directory alongside the executable).
Rust Components (Native Binary)
These crates are compiled into the native Tauri application binary. The table lists representative direct and notable transitive dependencies; the full closure is in THIRD-PARTY-LICENSES.txt.
| Component | License | Role |
|---|---|---|
| tauri / tauri-runtime-wry | MIT OR Apache-2.0 | Native shell, WebView bridge, plugin host. |
| reqwest | MIT OR Apache-2.0 | HTTP client for cloud API calls. |
| serde / serde_json | MIT OR Apache-2.0 | Serialization and deserialization. |
| tokio | MIT | Async runtime. |
| keyring | MIT OR Apache-2.0 | OS credential store (Windows Credential Manager). |
| zip | MIT | ZIP archive support for batch downloads. |
| cssparser / selectors | MPL-2.0 | CSS tokenization (transitive via WebView styling). |
JavaScript Components (WebView Front-End)
These packages are bundled into the WebView front-end that renders the Connector UI and 3D viewer. The bundled output includes minified copies of these packages.
| Component | License | Role |
|---|---|---|
| React | MIT | UI framework. |
| three.js | MIT | 3D renderer for the jaw viewer. |
| @react-three/fiber | MIT | React renderer for three.js. |
| @react-three/drei | MIT | Three.js utilities and helpers. |
| Vite | MIT | Front-end bundler and dev server. |
| @tauri-apps/api | MIT OR Apache-2.0 | Tauri JavaScript bindings. |
| zod | MIT | Schema validation. |
| NSIS (installer) | zlib/libpng | Windows installer framework. |
Full License Texts
Complete license texts for every bundled component are available in THIRD-PARTY-LICENSES.txt, which is installed alongside the Connector executable at:
- Installed version:
C:\Program Files\OccluTrace Connector\THIRD-PARTY-LICENSES.txt - Portable version:
THIRD-PARTY-LICENSES.txtin the same folder as the executable.
If you cannot locate the file, contact contact@occlutrace.ai and we will provide it.
Web Service
The OccluTrace web service (occlutrace.ai) is a server-rendered application. Its open-source dependencies are not distributed to end users and therefore are not required to be disclosed under standard open-source licenses. We use permissive and copyleft-compatible open-source software on the server side.
Contact
For open-source compliance questions, written requests for source code under applicable licenses, or corrections to this notice:
Dental Cloud Technologies LLC
Email: contact@occlutrace.ai