F-Droid, the decade-old free and open source Android app repository, has shipped its 2.0 release — a ground-up redesign that represents the largest update the project has ever undertaken. After 14 test releases and more than a year of development, the new version replaces the app's aging interface with a Kotlin Compose foundation, restructures navigation into three core areas (Discover, Search, My Apps), and introduces a dramatically expanded category system that includes 17 game genres alone. The discoverability problem was the central design target. As the F-Droid ecosystem grew to thousands of applications, finding relevant software became the primary barrier to adoption. The new search indexes app descriptions, categories, and translated content — with specific improvements for Chinese, Japanese, and Korean writing systems. Filtering now supports multi-criteria queries: combine category, device compatibility, and anti-feature exclusions in a single view. The most structurally significant change is the installation experience. Thanks to regulatory pressure from the EU's Digital Markets Act and global antitrust enforcement, Android now offers third-party app stores a smoother install path. F-Droid 2.0 exploits a new pre-approval API that lets users confirm installation immediately after tapping install, rather than waiting for the download to complete. This unified installer works whether F-Droid is built into the OS or side-loaded, closing what was historically the biggest UX gap between F-Droid and Google Play. Privacy and security features received careful treatment rather than expansion. Tor integration was simplified — the old auto-detection was unreliable, so the app now defaults to recommending Tor VPN with manual proxy settings as fallback. Panic features for users in hostile environments remain intact. The app-hiding feature, which previously disguised F-Droid as a calculator, was redesigned to give users a more honest understanding of the limits of the disguise. Automatic update checks replace the old pull-to-refresh paradigm, reflecting a shift from user-initiated to background maintenance. Data usage controls were reworked to accommodate F-Droid's global user base, where mobile data costs vary by orders of magnitude between markets. Manual controls remain for users who need fine-grained network management. The Kotlin Compose rewrite is the less visible but arguably more important move. It replaces legacy UI code with Android's current standard toolkit, lowering the barrier for new contributors and enabling faster iteration. For a volunteer-driven project competing against trillion-dollar platform companies, developer velocity is existential. This release matters beyond its immediate user base. F-Droid is the primary distribution channel for software that Google won't carry or that users don't trust Google to distribute. Every improvement to its usability expands the viable surface area for open-source Android software and reduces the structural advantage that proprietary app stores hold through superior UX alone.