🏗️ COMPLEXITY BADGE: 🟢 LOW (Installer)
Executive Summary: The "Local Native" Model
Desktop Applications are installed directly on the user's operating system. In the context of Open Source, this often means cross-platform frameworks (Electron, Tauri) or native builds.
CFO / Business Impact: The "Business Value" Matrix
| Factor | Rating | Notes |
|---|---|---|
| Data Sovereignty | 🟢 High | Data lives on the local disk. Zero cloud dependency. |
| Performance | 🟢 High | Direct access to CPU/GPU/RAM without network latency. |
| Maintenance | 🟡 Medium | Updates depend on the user (or an auto-updater). |
🚀 When to Use
- Offline Operations: Writing, coding, or design work that remains functional without network connectivity.
- High Security: Processing sensitive data that must remain localized on the physical device.
- Hardware Integration: Applications requiring direct access to USB, Bluetooth, or local file systems.