feat(docs): add brief and brand reference docs to phase-2 branch
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

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 12:01:50 +00:00
committed by Jake
parent 8ba5641451
commit e75f676fc1
34 changed files with 2115 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!-- 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