Tauri is such a breath of fresh air for a web developer like me! I picked up Rust because of it, and was easier than I thought (I've read lots of "Rust is hard" articles).<p>The application I wrote is a Hacker News client with focus on offline reading and listing comments in threads sorted by time and flat, instead of trees sorted by score (which incidentally, also works as a web application which is deployed here: <a href="https://ditzes.com/" rel="nofollow">https://ditzes.com/</a>).<p>I found it helpful when I'm traveling but still want to read discussions, useful for following along threads that are actively being discussed (this submission can be seen at <a href="https://ditzes.com/item/31764015" rel="nofollow">https://ditzes.com/item/31764015</a> for example) and also useful when using HN comments as reference to something I'm building. Guess I'm also pretty proud that the client is VERY fast, loading 1000 comments in something like 1s (because of the caching). Like this thread for the Coinbase layoffs: <a href="https://ditzes.com/item/31742590" rel="nofollow">https://ditzes.com/item/31742590</a> (1001 comments)<p>The Tauri application currently works with 99% of the features of Ditzes, but the mouse "back" button doesn't actually navigate the internal browser back in history with Tauri yet, so I haven't done a "Show HN" yet as I consider that a essential feature of Ditzes (for following along threads via the "View" link) before "launching" it.<p>The Tauri-part of the source can be found here: <a href="https://codeberg.org/ditzes/ditzes/src/branch/master/src-tauri" rel="nofollow">https://codeberg.org/ditzes/ditzes/src/branch/master/src-tau...</a><p>Overall, besides the extremely long compile times, Tauri has a been a pleasure to develop with, and I'd definitively use it over Electron in the future. Really looking forward to mobile support as well, as then I'll finally have a comfortable and offline-capable HN client for my cellphone.