Vadhod
Android apps that keep your data where it already is.
Small, carefully built tools that work entirely offline. No accounts, no analytics, no ads. Most of them cannot reach the network at all — not by policy, but because the permission is not in the manifest.
Apps
Vadhod APK Extractor
Extract and back up the APK of any app on your device, completely offline. Handles split APKs properly, so your backups actually reinstall.
Read more →One app so far. More when they are worth shipping.
How these apps are built
Offline by construction
Where an app has no reason to use the network, the INTERNET permission is left
out of the manifest entirely. A test in the build pipeline fails if it ever reappears.
Least privilege
No broad storage permissions. Files are written only where you point the system file picker, and nowhere else.
Open source
Full source on GitHub under the GPL, with tagged releases and published checksums so you can verify what you install.
Few dependencies
Platform APIs are preferred over libraries. Every dependency has to justify itself against the code it replaces.