I would like to add Android & IOS support for the project vibe
I'm wondering it v2 already capable of for this app, basiclly the tauri APIs that it uses is:
Plugins it uses: window-state,fs,(updater, process),dialog, os, shell (for open urls), deep-link (open file from context menu)
Things it does: using embedded ffmpeg (no sub process), whisper.cpp (saves 500mb file), load paths with dialog plugin, get results with tauri events, save with fs plugin.
Things which probably will be useful: actions - does tauri already have actions for IOS / Android? does the updater relevant?
Is PWA relevant here, so somehow I won't need to mess with uploading to app store which requires yearly payment?
Thanks 🙂