Verso: Simplifying Web Rendering for Tauri Apps with a Servo-based Browser
2025-04-01

Verso is a browser built on Servo, a Rust-based web rendering engine, aiming to simplify Servo's APIs. This article details Verso's integration with the Tauri framework. Using the `tauri-runtime-verso` runtime, developers can easily swap runtimes and use standard Tauri functionalities. Verso is currently under active development. Future plans include releasing a pre-built executable, creating an evergreen shared Verso (similar to WebView2), and expanding support for more Tauri features like window decorations, titles, and transparency.
Development