Your Self-Hosted World.
Right in Your Pocket.
A blazing-fast, secure, and fully native Android dashboard to monitor and manage your servers, containers, networks, and media stacks. Zero cloud, zero telemetry, and zero donations.
Engineered for Privacy, Speed, and Freedom
We built the dashboard we wanted for our own homelabs: uncompromisingly private, robustly secure, and free from proprietary restrictions.
100% Free Forever & Zero Donations
Homelab is not a commercial product and never will be. There are no paid tiers, no premium unlocks, no subscriptions, and no advertisements. Furthermore, we will never ask for or accept any donations. The application is maintained purely for the self-hosting and open-source community.
Android-First, Anti-Walled Garden
We officially discontinued and abandoned iOS support. We are opposed to Apple's closed, restrictive ecosystem. 100% of our effort goes into Android freedom and sideloading.
Hardware-Backed KeyStore Security
Your API keys and passwords never touch plain storage. They are encrypted with AES-256-GCM backed by the Android Hardware KeyStore (TEE / StrongBox). Includes PBKDF2 PIN hashing, Biometric Unlock, and screen capture prevention (FLAG_SECURE).
Multi-Instance & Tailscale Ready
Seamlessly switch between home LAN and remote connections. Integrate multiple instances of the same service (e.g. 2 Pi-holes, 3 Proxmox clusters) and launch Tailscale / WireGuard with one tap.
Designed with Jetpack Compose & Material 3
Experience fluid animations, dynamic color theming, and an interface built from the ground up for modern Android phones.
Unified Homelab Overview
Get an instant high-level view of all your self-hosted services, server statuses, resource metrics, and quick action shortcuts in one single screen.
- Instant online/offline health status across nodes
- Customizable service cards with live counters
- Quick navigation to specialized sub-dashboards
34+ Self-Hosted Integrations
From virtualization clusters to DNS sinkholes and automated media pipelines, Homelab communicates directly with your services.
Your Data Stays on Your Hardware
We do not operate servers, do not collect telemetry, and do not track users. Period.
Zero Cloud Intermediaries
Homelab is a direct client. Requests leave your Android device and go straight to the server URL you provided. No cloud relay, no middleman server.
Encrypted at Rest
Tokens, basic auth passwords, and API credentials are encrypted with AES-256-GCM using keys stored exclusively in the Android KeyStore.
No Telemetry or Tracking
Zero crash-report tracking libraries, zero ad identifiers, and zero analytics beacons. What you do with your homelab is strictly your business.
Encrypted Backups
Export and restore encrypted backup files stored directly on your phone or shared via your private storage. You hold the master key.
Install Homelab Today
Download the latest release APK or compile it yourself directly with Gradle.
Direct APK Download
Download the release APK directly to your phone. No Google Play required, no account needed.
- Tap the button below to download
Homelab.apk. - Open the downloaded APK to install.
- Allow "Install unknown apps" if requested by Android.
- Add your services and enjoy your homelab on mobile!
Build from Source
Homelab is fully open source. Compile it with Android Studio Ladybug+ or straight from the command line:
git clone https://github.com/AnARCHIS12/homelab.git
cd homelab-project/HomelabAndroid
./gradlew :app:compileDebugKotlin
./gradlew :app:testDebugUnitTest
./gradlew :app:assembleRelease
Signed release APK output: HomelabAndroid/app/build/outputs/apk/release/app-release.apk