Tauri 2.0 has just been released (v2.tauri.app)
from blaze@programming.dev to rust@programming.dev on 02 Oct 16:35
https://programming.dev/post/20143262

#rust

threaded - newest

savvywolf@pawb.social on 02 Oct 16:54 collapse

For anyone who hasn’t seen it before, Tauri is basically Electron, but it doesn’t ship a full chromium browser with each application.

Basically, I hope it replaces all Electron apps. :P

Telorand@reddthat.com on 02 Oct 16:58 next collapse

Thanks! I’ll be checking this out later

RamblingPanda@lemmynsfw.com on 02 Oct 17:22 next collapse

Sounds good. Does it rely on an installed browser for rendering or…

Nevermind, I’m reading it myself. I’m just so lazy …

przmk@sh.itjust.works on 02 Oct 19:47 next collapse

It also means that the rendering will potentially be different on each platform given they all use different native webviews (and there’s no “native” webview on Linux but WebKit-gtk is the most widely used one)

Deebster@programming.dev on 12 Oct 01:45 collapse

My hope is that something like Servo gets good enough to be included, especially if it’s tree-shakable so you can only include a subset of the codebase. I don’t know if that’s a goal for either projects, but it would be cool - the default webviews can be quite lacking so currently you need to use a restricted set of HTML/CSS/JS to guarantee compatibility.