Episode
What's new with Tauri | Daniel Thompson-Yvetot
- Podcast
- PodRocket
- Published
- Jan 15, 2026
- Duration seconds
- 3007
- Processing state
processed
Actions
POST https://stenobird.com/v1/public/podcasts/podrocket/episodes/what-s-new-with-tauri-daniel-thompson-yvetot/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/podrocket/what-s-new-with-tauri-daniel-thompson-yvetot.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
Tauri 2.0 introduces a major architectural redesign to support mobile development and enhance security through a modular plugin system. The update focuses on reducing the core footprint while providing a more secure, tree-shakable environment for cross-platform apps.
Topics
- Tauri
- Rust
- Mobile Development
- WebViews
- Cybersecurity
- Cross-platform Apps
- Open Source
- Software Architecture
Highlights
- Main idea: Tauri 2.0 moves toward a modular architecture to support iOS and Android while reducing the core binary size
- Practical takeaway: Use the desktop version of Tauri for daily development and debugging before targeting mobile devices
- Failure mode: Relying on monolithic application structures can lead to increased attack surfaces and larger, less efficient binaries
- Main idea: The new plugin system allows developers to explicitly manage access to low-level OS services like the file system
- Practical takeaway: Use 'create-tauri-app' for a faster, scaffolded onboarding experience with your preferred web framework
Chapters
1:00The Architecture Shift to 2.0: Why the Tauri team redesigned the core to handle growing complexity and support mobile platforms.8:50Framework Agnostic Development: How Tauri supports various frontend technologies like React, Vue, and Angular through a flexible DX.12:35Challenges in Mobile WebViews: Navigating the performance and consistency differences between WebView2, WKWebView, and Linux GTK.23:55The Evolution of Mobile JS: Lessons learned from the era of Cordova and the complexities of the Google Play Store ecosystem.31:30Security and the Plugin System: How Tauri 2.0 uses a plugin-based approach to mediate access to sensitive system services.46:20Compliance as the New Safety: Preparing for the EU Cyber Resilience Act and the rising importance of cybersecurity documentation.49:55Closing Thoughts: Final advice on scaffolding apps and where to join the Tauri community.