Replies: 4 comments 7 replies
|
Yeah, in Capacitor 2.3 we added support for 3rd party platforms and made electron a community maintained platform, so you can fork @capacitor-community/electron and build your own. |
|
Been playing with this for a bit and may publish a Tauri community platform soon, lots it won't do out of the gate but for simple "containerized" type apps it will work well. 👍 |
|
Well is still very much an alpha, but here is a Tauri platform for Capacitor 👍 (going to try and get |
|
Necroing this a bit but for anyone who lands here looking for the same thing: Capawesome shipped a Tauri platform for Capacitor. Needs Capacitor 8+ and Tauri 2+. uses the system webview instead of bundling Chromium so installers come out around 3-10MB, and it auto generates deny-by-default capability files based on whatever plugins your app is using. workflow is the same as mobile too, cap add, cap sync, cap run. Worth flagging the limits since they're basically what people were debating in this thread back in 2021: Tauri has no Node runtime, so random native Capacitor plugins just won't run, only a curated set (filesystem, preferences, dialog, local notifications) plus anything with a web fallback. Also no OTA updates for the web bundle since it gets compiled straight into the binary, so updates mean a new signed build. If you need more plugins or actual live updates, you can use the Electron platform. |

Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
i was wondering if there is any plan to implement the Tauri Project as a Capacitor platform.
Electron is good and quite portable but apps get really big, Tauri looks a really promising project.
Could i technically fork the Electron platform and build my own integration?
Thanks for your work!
All reactions