# 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** | v1.1 β€” *may overlap with `SilverVPN.Client.Chat`; alignment decision pending* | 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 Where a single codebase (e.g., MAUI as SilverVPN already does, or Tauri/Rust core for Browser/Sync/Keys) lets us hit multiple platforms with thin native UI shells, we use it. We avoid Electron unless the cost of native is unjustifiable. ## 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 These three ship with SilverMetal OS β€” Linux v1. v1.1 adds Chat, Duress, Keys. ## Server side Server components live in separate repositories: - `SilverLABS/SilverVPN` β€” already exists; includes server stack - `SilverLABS/silver-sync-server` *(to be created)* β€” Nextcloud + Radicale + BaΓ―kal stack - `SilverLABS/silver-chat-homeserver` *(to be created OR may live under SilverVPN)* β€” depends on v1.1.1 alignment decision - `SilverLABS/silver-account` *(to be created)* β€” account-number issuance + auth gateway Self-hostable counterparts are documented for users who don't want to use SilverLABS infrastructure.