# SilverLABS Application Stack The cross-platform spine of SilverMetal. These apps replace the cloud services your device normally talks to. Same brand, same account, same data on every platform β€” whether the user picked a πŸ”’ SilverMetal OS flavour or a πŸ›‘οΈ SilverMetal Enhanced flavour. ## Components | Component | Status | Purpose | |---|---|---| | [`browser/`](browser/) β€” **SilverBrowser** | v1 (Linux MVP) | De-Googled, telemetry-free browser | | [`vpn/`](vpn/) β€” **SilverVPN** | **Existing** β€” see [`SilverLABS/SilverVPN`](https://git.silverlabs.uk/SilverLABS/SilverVPN). This directory tracks integration only | Always-on, no-logs VPN with our infrastructure | | [`sync/`](sync/) β€” **SilverSync** | v1 (Linux MVP) | Private replacement for iCloud/Google/OneDrive | | [`chat/`](chat/) β€” **SilverChat** | **Existing** β€” `SilverVPN.Client.Chat` is already production-grade (Signal Protocol, MAUI cross-platform, transport-over-VPN). Promoted from v1.1 to **v1**. This directory tracks integration only | E2EE messenger | | [`duress/`](duress/) β€” **SilverDuress** | v1.1 | Duress password / panic-wipe | | [`keys/`](keys/) β€” **SilverKeys** | v1.1 | Zero-knowledge password + 2FA manager | | [`shared/`](shared/) β€” common code | ongoing | Account SDK, crypto primitives, branding | ## Account model Users get a **SilverLABS account number** (Mullvad-style β€” random, no email, no name). One account β†’ all Stack apps. Payment is processed separately (SilverDotPay / cryptocurrency option) with no link back to the account number. ## Cross-platform build philosophy Each app is built natively per platform β€” no Electron sprawl where avoidable: - **Linux**: native `.deb` + Flatpak - **Android**: native APK / AAB (or MAUI where SilverVPN already provides it) - **Windows**: native MSI / EXE (signed) - **macOS**: universal binary `.pkg` (notarised) - **iOS**: App Store SilverVPN's MAUI base already covers Windows / macOS / Android / iOS for VPN and Chat. For SilverBrowser / SilverSync / SilverKeys we'll evaluate per-app whether MAUI, Tauri/Rust, or native is the right pick. ## v1 ship order For SilverMetal OS β€” Linux v1: 1. **SilverBrowser** β€” ungoogled-chromium-derived, our defaults, our update channel 2. **SilverVPN** integration β€” existing product, integrated into our ISO with always-on defaults and kill-switch 3. **SilverSync** β€” Nextcloud-backed (server side), client-side encryption, native Linux client 4. **SilverChat** integration β€” existing product (Signal Protocol over the VPN tunnel); was originally v1.1 but the upstream is mature enough to ship in v1 **Promoted from v1.1 β†’ v1**: SilverChat β€” because the existing implementation in `SilverVPN.Client.Chat` is far more mature than what we'd build from scratch. v1.1 still adds Duress and Keys. ## Server side Server components live in separate repositories: - `SilverLABS/SilverVPN` β€” already exists; includes both VPN server stack **and** SilverChat backend (`Hubs/ChatHub.cs` + `Controllers/Chat*`) - `SilverLABS/silver-sync-server` *(to be created)* β€” Nextcloud + Radicale + BaΓ―kal stack - `SilverLABS/silver-account` *(to be created OR may live under SilverVPN)* β€” account-number issuance + auth gateway Self-hostable counterparts are documented for users who don't want to use SilverLABS infrastructure.