- Rust
- Bun (Node.js)
# Debian
scripts/setup-debian.sh
# Fedora
scripts/setup-debian.sh
Check out the Tauri 2.0 Prerequisites Documentation for more platforms.
# Install Dependencies
bun install
# Run in Development Environment
bun tauri:dev
# Build for Release
bun tauri:build
# Format All Codes
bun format