https://github.com/PranavPurwar/AppLock
Powerful Privacy tool to secure your sensitive apps.
https://github.com/PranavPurwar/AppLock
android app-locker compose kotlin material-you material3-expressive privacy-tools security
Last synced: about 2 months ago
JSON representation
Powerful Privacy tool to secure your sensitive apps.
- Host: GitHub
- URL: https://github.com/PranavPurwar/AppLock
- Owner: PranavPurwar
- License: mit
- Created: 2025-05-27T15:31:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-08-02T11:23:42.000Z (2 months ago)
- Last Synced: 2025-08-02T12:34:48.300Z (2 months ago)
- Topics: android, app-locker, compose, kotlin, material-you, material3-expressive, privacy-tools, security
- Language: Kotlin
- Homepage:
- Size: 115 MB
- Stars: 222
- Watchers: 2
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shizuku - AppLock - Lock sensitive apps with a PIN and optionally biometrics `MIT` (Apps / Privacy)
- changelog-awesome-shizuku - AppLock - Lock sensitive apps with a PIN and optionally biometrics `MIT` (Aug 07, 2025 / Privacy)
- changelog-awesome-shizuku - AppLock - Lock sensitive apps with a PIN and optionally biometrics `MIT` (Aug 07, 2025 / Privacy)
README
![]()
App Lock
Open Source Android App Locker & Privacy Guard
![]()
![]()
![]()
![]()
![]()
![]()
![]()
---
## Overview
AppLock is a modern, open-source Android app locker designed to protect your privacy and sensitive
data. Lock any app, prevent unauthorized access, and enjoy a seamless Material You experience. No
root required.
> [!CAUTION]
> Google Play Protect is blocking some people from installing/updating App Lock because it uses Overlay Permission. It uses a false pretext of "this app may try to access sensitive information"
> without any base or information. If this happens to you, consider disabling Play Protect temporarily as mentioned [here](https://www.airdroid.com/quick-guides/disable-google-play-protect).
>
> You may enable it back later after you install the app. We understand this introduces unnecessary friction but there's nothing we can do about it. Google does not like it
> when other developers try to fill the gaps they create themselves.
> [!NOTE]
> You may confirm that the app is completely secure
>
> VirusTotal Analysis: [v1.5.0 Analysis](https://www.virustotal.com/gui/url/ead3a434b961ce332b49398d73a10598b2cee6d665c54bb4a66c825794465d72)
>
> Exodus Privacy: [Privacy Report](https://reports.exodus-privacy.eu.org/en/reports/dev.pranav.applock/latest)
## Features
- Material You design, adapts to your theme
- Biometric and PIN authentication
- Fingerprint, Face Unlock, and PIN support
- Lock any app on your device
- Anti-uninstall protection
- Unlock timeout for convenience
- No root required
- One-tap app locking
- All data stays on your device
- Real-time background protection
- Lightweight and fast
## Download
The app is available for download via F-Droid, IzzyOnDroid aswell
as [Github Releases](https://github.com/PranavPurwar/AppLock/releases/latest).Beta Builds can be
found [here](https://github.com/PranavPurwar/AppLock/raw/refs/heads/master/app/debug/app-debug.apk)
## Use Cases
- Shared devices
- Parental controls
- Protecting work apps
- General privacy
## Developer Guide
AppLock demonstrates:
- Jetpack Compose + Material 3
- BiometricPrompt integration
- Accessibility Service for app monitoring
- Encrypted on-device storage
- Clean Architecture```bash
git clone https://github.com/PranavPurwar/AppLock.git
cd AppLock
./gradlew assembleDebug
```
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature/rootSupport`)
3. Make your changes
4. Commit your changes (`git commit -m 'Add direct root support'`)
5. Push to the branch (`git push origin feature/rootSupport`)
6. Open a pull request
### Code Style
- Follow Kotlin coding conventions
- Use meaningful commit messages
- Ensure code is well-documented
## Support
If you find AppLock useful, consider supporting development:
[](https://paypal.me/pranavpurwar)
---
## License
```text
MIT LicenseCopyright (c) 2023-2025 Pranav Purwar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```