Last Updated: December 29, 2025
Lightning is built on the Tauri framework, a toolkit for building secure, cross-platform desktop applications.
| Component | Version | License | Repository |
|---|---|---|---|
| tauri | 2.8.4 | Apache-2.0 OR MIT | GitHub |
| @tauri-apps/api | 2.9.0 | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-autostart | 2.x | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-clipboard-manager | 2.x | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-dialog | 2.x | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-fs | 2.x | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-log | 2.x | Apache-2.0 OR MIT | GitHub |
| tauri-plugin-shell | 2.x | Apache-2.0 OR MIT | GitHub |
| Component | Version | License | Description |
|---|---|---|---|
| serde | 1.0 | MIT OR Apache-2.0 | Serialization framework |
| serde_json | 1.0 | MIT OR Apache-2.0 | JSON support |
| tokio | 1.0+ | MIT | Async runtime |
| toml | 0.8 | MIT OR Apache-2.0 | TOML configuration support |
| Component | Version | License | Description |
|---|---|---|---|
| reqwest | 0.11 | MIT OR Apache-2.0 | HTTP client |
| url | 2.5 | MIT OR Apache-2.0 | URL parsing |
| urlencoding | 2.1 | MIT | URL encoding |
| tiny_http | 0.12 | MIT OR Apache-2.0 | HTTP server |
| Component | Version | License | Description |
|---|---|---|---|
| anyhow | 1.0 | MIT OR Apache-2.0 | Error handling |
| thiserror | 2.0 | MIT OR Apache-2.0 | Custom error types |
| chrono | 0.4 | MIT OR Apache-2.0 | Date and time |
| uuid | 1.0 | Apache-2.0 OR MIT | UUID generation |
| regex | 1.10 | MIT OR Apache-2.0 | Regular expressions |
| base64 | 0.22 | MIT OR Apache-2.0 | Base64 encoding |
| log | 0.4 | MIT OR Apache-2.0 | Logging interface |
| dirs | 5.0 | MIT OR Apache-2.0 | Directory paths |
| which | 6.0 | MIT | Find executables |
| libloading | 0.8 | ISC | Dynamic library loading |
| open | 5.0 | MIT | Open URLs/files |
| once_cell | 1.19 | MIT OR Apache-2.0 | Global state |
| rev_lines | 0.3 | MIT | Read lines in reverse |
| Component | Version | License | Description |
|---|---|---|---|
| vite | 5.4.20 | MIT | Build tool |
| typescript | 5.9.2 | Apache-2.0 | TypeScript compiler |
| eslint | 8.57.1 | MIT | Code linting |
| prettier | 3.6.2 | MIT | Code formatting |
| Component | Version | License | Description |
|---|---|---|---|
| vitest | 1.6.1 | MIT | Unit testing |
| @playwright/test | 1.57.0 | Apache-2.0 | E2E testing |
| jsdom | 23.2.0 | MIT | DOM simulation |
MIT License 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.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
ISC License Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
We would like to express our sincere gratitude to all the open source projects and their contributors that made Lightning possible. The open source community's dedication to creating free and accessible software is truly inspiring.