Use Tauri or Neutralino as a lightweight (non-bloat) alternative to electron #12509
Replies: 13 comments 12 replies
-
I hope this will be considered too. |
Beta Was this translation helpful? Give feedback.
-
I just want to report back that I followed the instruction https://tauri.app/v1/guides/getting-started/setup/integrate in order to setup tauri for my existing quasar project and it works great (that quasar project was built using There are some things that could be made more comfortable with quasar though:
more to come! But my first impression is that tauri is a HUGE improvement over electron apps.. now trying to build a stand-alone app desktop app and will report the resulting size :P EDIT: update links |
Beta Was this translation helpful? Give feedback.
-
Tauri is very promising, however there are still things that don't work out of the box, for example webrtc |
Beta Was this translation helpful? Give feedback.
-
Now that Tauri reaches 1.0 milestone, just wondering what is the strategy from Quasar team to integrate with Tauri? Is there any plan or roadmap? Thanks |
Beta Was this translation helpful? Give feedback.
-
tauri is also about to gain mobile support, so it will be also an alternative to cordova. |
Beta Was this translation helpful? Give feedback.
-
just want to say I am happily using tauri in combination with quasar for a lot of things now haven#t run into any issues since then!. :) |
Beta Was this translation helpful? Give feedback.
-
I work on some Wails + Quasar project. Also have no issues with that at all (so far). You can find Quasar template here: https://wails.io/docs/community/templates/#vue |
Beta Was this translation helpful? Give feedback.
-
Following this!, Tauri seems to be a game changer improvement over Electron, and if their mobile support works, it could be an all in one alternative to Capacitor/Cordova/Electron. |
Beta Was this translation helpful? Give feedback.
-
Hey, guys, any new developments in this matter? Will there be any official support? |
Beta Was this translation helpful? Give feedback.
-
Just following up this, it would be great |
Beta Was this translation helpful? Give feedback.
-
It's a great time to re-visit this discussion as Tauri has recently had it's v2 stable release!
As the website says 'Build your app for Linux, macOS, Windows, Android and iOS - all from a single codebase.' 'Minimal Size By using the OS’s native web renderer, the size of a Tauri app can be little as 600KB.' |
Beta Was this translation helpful? Give feedback.
-
I found it was incredibly easy to add I created a repo for it here to show the changes I did: https://github.com/mr-zwets/quasar-tauri I simply copied the |
Beta Was this translation helpful? Give feedback.
-
Electron packages the complete node.js environemnt and a chrome browser. This makes SW built on electron quiet big. Some projects emerged that want to help out on this regard.
Look at this blogpost:
https://blog.logrocket.com/why-use-electron-alternative/
or this one:
https://www.smashingmagazine.com/2020/07/tiny-desktop-apps-tauri-vuejs/
Wondering if there would be any issues using this with quasar? Electron does have quiet a bit of code-bloat :P
Any thoughts on this? I want to try it out and will report back here. But thought I would already put this out here to start a discussion.
Beta Was this translation helpful? Give feedback.
All reactions