Episode

What's new with Tauri | Daniel Thompson-Yvetot

Podcast
PodRocket
Published
Jan 15, 2026
Duration seconds
3007
Processing state
processed
Canonical source
http://podrocket.logrocket.com/whats-new-with-tauri-with-daniel-thompson-yvetot
Audio
https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/737e9787-f4a5-4005-ae03-fd824c033cb2.mp3
JSON
/v1/public/podcasts/podrocket/episodes/what-s-new-with-tauri-daniel-thompson-yvetot
Markdown
/podcast/podrocket/what-s-new-with-tauri-daniel-thompson-yvetot.md

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. 1:00 The Architecture Shift to 2.0: Why the Tauri team redesigned the core to handle growing complexity and support mobile platforms.
  2. 8:50 Framework Agnostic Development: How Tauri supports various frontend technologies like React, Vue, and Angular through a flexible DX.
  3. 12:35 Challenges in Mobile WebViews: Navigating the performance and consistency differences between WebView2, WKWebView, and Linux GTK.
  4. 23:55 The Evolution of Mobile JS: Lessons learned from the era of Cordova and the complexities of the Google Play Store ecosystem.
  5. 31:30 Security and the Plugin System: How Tauri 2.0 uses a plugin-based approach to mediate access to sensitive system services.
  6. 46:20 Compliance as the New Safety: Preparing for the EU Cyber Resilience Act and the rising importance of cybersecurity documentation.
  7. 49:55 Closing Thoughts: Final advice on scaffolding apps and where to join the Tauri community.