Files
Lumotia/docs/brief/desktop-distribution.md
jake e75f676fc1
Some checks failed
check / cargo check (macos-latest) (push) Has been cancelled
check / cargo check (ubuntu-22.04) (push) Has been cancelled
check / cargo check (windows-latest) (push) Has been cancelled
check / svelte build + lint (push) Has been cancelled
feat(docs): add brief and brand reference docs to phase-2 branch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 16:03:49 +01:00

22 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- Source: Kon Master Brief — §17 Desktop Distribution Deep Dive -->
## 17. Desktop Distribution Deep Dive
### Tauri advantages
- Installer sizes: 2.510 MB (vs. 80150 MB for Electron)
- Idle memory: 3040 MB (vs. 200300 MB for Electron)
- Sub-second startup times
- 70,000+ GitHub stars, 35% year-on-year adoption growth
- Built-in auto-updater with Ed25519 signature verification
### Code signing requirements
- **macOS:** Apple Developer Programme (£79/year) + notarisation mandatory. Unsigned apps trigger "damaged app" dialogue.
- **Windows:** EV certificate (£240£480/year) for immediate SmartScreen bypass. Unsigned executables trigger warnings.
- **Linux:** Users more tolerant of unsigned software. Flathub + AppImage.
### Discovery patterns for successful indie desktop apps
- Free or generous free tier drives adoption
- Organic search and content marketing drive discovery (Obsidian: 52.9% organic search traffic)
- Community building on Discord/Reddit/Twitter creates advocates
- Product Hunt launch provides initial visibility spike