Tauri 2.11.3
Tauri 2.11.3 ships June 17, 2026. The latest stable release of the cross-platform desktop framework brings new menu capabilities, crash prevention, and dependency upgrades.
New Features
- Bring All to Front — A new predefined menu item type for macOS applications, requested by the community for years.
- Uninstaller icon support — Windows installers now include a dedicated uninstaller icon.
Bug Fixes
- Channel crash prevention — Fixed a JavaScript runtime crash when channel events fire in a webview that no longer has callbacks registered for that channel.
- Initial window positioning — Corrected window placement on multi-monitor setups.
- AppImage symlinks — Fixed absolute symlinks in AppImage bundler output for .desktop and .DirIcon files.
- CLI special character escaping — The CLI now properly escapes special characters in bundle configuration.
Dependencies
Tauri 2.11.3 upgrades tauri-runtime to 2.11.3, tauri-macros to 2.6.3, and tauri-runtime-wry to 2.11.3. All downstream crates are kept in sync.
Upgrade Now
Run cargo update or npm install @tauri-apps/cli@latest to upgrade. Check the migration guide on v2.tauri.app for any breaking changes between minor versions.