Licenses
What RVLTION is built on.
Counted from the dependency tree rather than written by hand. The figures below are for a Windows build, which is the only platform whose tree has been resolved.
RVLTION itself
RVLTION is proprietary. Copyright RVLTION, all rights reserved. The RVLTION brand owns the source code, the user interface and product design, the documentation, this website and the RVLTION name and branding.
No public license is granted to that material. Reproduction, modification and distribution each require prior written authorisation. No source repository is published. See the legal page.
Everything else on this page is third-party material. It is not owned by RVLTION, and each component keeps its own license, unaffected by the paragraph above.
Backend dependencies
284 crates resolve for a Windows build, including transitive dependencies. Their licenses break down as follows.
| License | Crates |
|---|---|
| MIT or Apache-2.0, either | 155 |
| MIT only | 52 |
| Unicode-3.0 | 18 |
| Unlicense or MIT | 10 |
| MPL-2.0 | 5 |
| Zlib variants | 5 |
| BSD-3-Clause variants | 4 |
| BSL-1.0 | 3 |
| Apache-2.0 only | 2 |
| Other permissive combinations | 30 |
All are permissive. The five MPL-2.0 components are file level copyleft, which is satisfied by using them unmodified.
Interface dependencies
Four runtime dependencies, which is the entire list.
| Package | Version | License |
|---|---|---|
| react | 19.2.8 | MIT |
| react-dom | 19.2.8 | MIT |
| zustand | 5.0.15 | MIT |
| @tauri-apps/api | 2.11.1 | Apache-2.0 or MIT |
Notable components
- Tauri, Apache-2.0 or MIT. The desktop application framework.
- SQLite, public domain, compiled in through rusqlite rather than linked from the system so the behaviour is identical everywhere.
- WebView2 on Windows, supplied by the operating system under Microsoft terms and not redistributed by RVLTION.
- arboard, MIT or Apache-2.0, used for clipboard access on macOS and Linux only.
Getting the full list
The complete resolved tree, with every crate and version, comes from the workspace itself.
cargo tree --manifest-path src-tauri/Cargo.toml --edges normal
The figures on this page were produced with cargo metadata filtered to the Windows target. A different platform resolves a slightly different set, so these counts describe a Windows build specifically.