1 link tagged with all of: rust + desktop + tauri + cross-platform
Click any tag below to further narrow down your results
Links
Tauri 2.0 lets you build small, secure desktop and mobile apps using your existing web frontend and Rust (with optional Swift/Kotlin). It targets Linux, macOS, Windows, Android, and iOS from one codebase and uses the OS’s native web renderer for minimal binary size.
- Tauri 2.0 now targets five platforms (Linux, macOS, Windows, Android, iOS) from a single codebase, adding mobile to its original desktop focus.
- It reuses your existing web frontend (React, Vue, Svelte, etc.) instead of requiring a UI rewrite, while app logic runs in Rust.
- Using the OS's native web renderer keeps binaries tiny—as small as ~600 KB.
- Security is built in via locked-down IPC, strict Content Security Policies, and a minimized dependency footprint.