https://github.com/2bllw8/anemo
Local private storage for Android
https://github.com/2bllw8/anemo
android-app java storage
Last synced: about 2 months ago
JSON representation
Local private storage for Android
- Host: GitHub
- URL: https://github.com/2bllw8/anemo
- Owner: 2bllw8
- License: gpl-3.0
- Created: 2021-04-28T13:29:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-05T11:58:53.000Z (9 months ago)
- Last Synced: 2025-07-05T12:42:25.341Z (9 months ago)
- Topics: android-app, java, storage
- Language: Java
- Homepage:
- Size: 2.65 MB
- Stars: 248
- Watchers: 4
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Anemo
[](https://github.com/2bllw8/anemo/actions/workflows/main.yml)
[](https://github.com/2bllw8/anemo/releases/latest)
Anemo is a private local storage utility application for android.
Instead of being a stand-alone file manager user interface, it hooks into various components of
Android making it feel like a native part of the operative system.
Moreover it provides ways for the user to export contents from other apps and save them as files.
## Features
- Create folders and organize files freely
- All files in the private storage won't appear in the other apps
- Access in the system Files application (the _DocumentsProviderUI_)
- An optional shortcut for devices that do not expose the system Files app is offered
- Lock access to the private storage
- Quick tile
- Auto lock after 15 minutes
- Password for locking access to the files
- Import content using the share Android functionality
## Download
Get the apk from [latest](https://github.com/2bllw8/anemo/releases/latest) release tag or
from F-Droid.
[
](https://f-droid.org/packages/exe.bbllw8.anemo/)
## Build
With Gradle:
- `./gradlew :app:assembleRelease`
- `./gradlew :app:assembleDebug`
With AOSP / LineageOS:
- `mka anemo`
## Get help
Open a discussion [on github](https://github.com/2bllw8/anemo/discussions/new?category=Q-A)
## Contributions
**Every contributions, including translations, feature requests, bug reports and pull requests are welcome!**
- **Solve bug(s)**, add **feature(s)** or **translate** Anemo to your native language by making a **[pull request](https://help.github.com/articles/about-pull-requests/)**
- You have an idea for improvement or a new feature? Open a **[feature request](https://github.com/2bllw8/anemo/issues/new?assignees=&labels=enhancement&template=feature_request.yml&title=[Feature+request]+)**
- You faced a bug, let us know by opening a **[bug report](https://github.com/2bllw8/anemo/issues/new?assignees=&labels=bug&template=bug_report.yml&title=%5BBug%5D+)**
## License
Anemo is licensed under the [GNU General Public License v3 (GPL-3)](http://www.gnu.org/copyleft/gpl.html).