tauri/crates/tauri-cli
sftse 2d28e3143e
Cleanups (#14632)
* refactor(tauri-utils): current_dest and current_pattern always change in-sync, group them to one Option

* refactor(tauri-utils): pass path as explicit argument instead of implicitly through self

* refactor(tauri-utils): remove struct field that is never set to Some

* refactor(tauri-cli): use OsString, OsStr where possible

* refactor(tauri-cli): Deref Arc early

* refactor(tauri-cli): lock config before passing to build::setup()

* refactor(tauri-build, tauri-utils): bettern pattern matching and borrowing

* refactor(tauri-cli): dont need Arc if already have static

* fix(tauri-cli): race condition initializing static flag, remove unnecessary OnceLock

* refactor(tauri-cli): use expect

* refactor(tauri-cli): remove unnecessary OnceLock

* refactor(tauri-cli): better use of dunce api

* refactor(tauri-cli): rename
2025-12-09 21:38:14 +08:00
..
scripts Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
src Cleanups (#14632) 2025-12-09 21:38:14 +08:00
templates fix(cli): improve Android BuildTask.kt Windows executable detection for nvm4w Fixes #13892 (#14146) 2025-10-07 15:25:49 -03:00
tests/fixtures/pbxproj feat(cli): increase iOS deployment target to 14.0 (#13997) 2025-08-16 10:32:26 -03:00
build.rs Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
Cargo.toml apply version updates (#14592) 2025-12-09 12:41:05 +01:00
CHANGELOG.md apply version updates (#14592) 2025-12-09 12:41:05 +01:00
config.schema.json apply version updates (#14592) 2025-12-09 12:41:05 +01:00
ENVIRONMENT_VARIABLES.md docs(cli): fix formatting of paths 2025-11-20 15:02:46 +01:00
LICENSE_APACHE-2.0 Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
LICENSE_MIT Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
metadata-v2.json apply version updates (#14592) 2025-12-09 12:41:05 +01:00
metadata.json Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
README.md chore(cli): Remove outdated licensing errata in readme (#13548) 2025-06-03 13:58:40 +02:00
schema.json feat: Added fips_compliant field to WixConfig (#13787) 2025-08-05 20:35:25 +02:00
tauri-dev-watcher.gitignore Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
tauri.config.schema.json feat(core): webview window focusable property, closes #11130 (#13564) 2025-08-17 11:50:17 -03:00
tauri.gitignore Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00

Tauri CLI

status License test cli FOSSA Status Chat Server website https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg support

Component Version
tauri-cli

About Tauri

Tauri is a polyglot and generic system that is very composable and allows engineers to make a wide variety of applications. It is used for building applications for Desktop Computers using a combination of Rust tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API / Rust API so that webviews can control the system via message passing. In fact, developers can extend the default API with their own functionality and bridge the Webview and Rust-based backend easily.

Tauri apps can have custom menus and have tray-type interfaces. They can be updated, and are managed by the user's operating system as expected. They are very small, because they use the system's webview. They do not ship a runtime, since the final binary is compiled from rust. This makes the reversing of Tauri apps not a trivial task.

This module

This rust executable provides the full interface to all of the required activities for which the CLI is required. It will run on macOS, Windows, and Linux.

To learn more about the details of how all of these pieces fit together, please consult this ARCHITECTURE.md document.

Semver

tauri is following Semantic Versioning 2.0.

Licenses

Code: (c) 2015 - 2021 - The Tauri Programme within The Commons Conservancy.

MIT or MIT/Apache 2.0 where applicable.

Logo: CC-BY-NC-ND