Smaller app size #7419

Open
opened 2022-01-18 14:46:12 +01:00 by probablykasper · 2 comments
probablykasper commented 2022-01-18 14:46:12 +01:00 (Migrated from github.com)

The app.asar is 202MB on macOS. Are devDependencies bundled in there?

If possible, it might be worth switching to a bundler like Vite.

Another possibility is switching to Tauri (a barebones Tauri app is under 10MB because it the system webview instead of an embedded browser, and Rust instead of Node)

The app.asar is 202MB on macOS. Are devDependencies bundled in there? If possible, it might be worth switching to a bundler like Vite. Another possibility is switching to Tauri (a barebones Tauri app is under 10MB because it the system webview instead of an embedded browser, and Rust instead of Node)
jessopb commented 2022-01-18 17:48:31 +01:00 (Migrated from github.com)

Hello!
I recently got part way to a Tauri proof of concept, but I found that 1) they don't yet support deep linking and 2) they've been on a kind of 1.0 security / architecture audit since August and all features / progress are frozen until that's done.

My sense is that lacking deep linking is ~60% likely to be a dealbreaker, but I'm not certain how important that function is.

Hello! I recently got part way to a Tauri proof of concept, but I found that 1) they don't yet support deep linking and 2) they've been on a kind of 1.0 security / architecture audit since August and all features / progress are frozen until that's done. My sense is that lacking deep linking is ~60% likely to be a dealbreaker, but I'm not certain how important that function is.
probablykasper commented 2022-01-18 20:46:17 +01:00 (Migrated from github.com)

The security audit process seems to be close to done. Deep linking is the most upvoted issue, so hopefully that gets implemented soon

The security audit process seems to be close to done. Deep linking is the most upvoted issue, so hopefully that gets implemented soon
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7419
No description provided.