Oddbean new post about | logout
 Maybe I will port Lume to Linux which using native gtk-rs instead of Tauri, then Lume will truly native app on Linux.

Pretty hard to optimize Tauri on Linux.

#devstr 
 Doesn't Tauri already use libwebkit-gtk over there? 
 Yes, 

I want to provide more native experence like some native gnome app but tauri support it pretty limited, I cannot custom the window or CSD.

And the bug cause high memory on linux still not fixed yet: https://github.com/tauri-apps/tauri/issues/4026 
 Have you tried iced?

https://github.com/iced-rs/iced 
 oh I will look into it
I mainly want to create a native gnome ui like some default apps 
 How's Tauri dev these days? 
 Hi, I think tauri still pretty good option for cross platform app, especially tauri v2 https://beta.tauri.app/ 
 Yes, in the future tauri will support servo for rendering, but I not sure it better than webview.

in v4, lume backend mostly on rust side, so I can easily try and switch between frontend solution, iced seems good choice.