Features
Six document types
PDF, EPUB, PKPass (Apple Wallet passes), CBZ/CBR comics, images, and Markdown notes.
Encryption at rest
AES-256-GCM per-file encryption; master key wrapped via Argon2id + AES-256 Key Wrap (RFC 3394).
Optional password
Even with the device unlocked, content can't be read without your password.
No network
Zero internet permission — your documents never leave the device.
Library & search
Grid/list views, filters, favorites, reading-progress indicators, and full-text FTS5 search.
Backup
Single encrypted .librecrate-backup file verified by your password.
Security model
No Google Play Services, Firebase, Crashlytics, or AdMob. Zero proprietary dependencies.
Screenshots
Get LibreCrate
Free and open source (AGPL-3.0). Download the Android APK or the Linux/macOS/Windows desktop binaries from GitHub Releases:
F-Droid listing in review — no Google Play Services, no proprietary SDKs.
Build from source
git clone https://github.com/DavidNeurieder/librecrate
cd librecrate
./gradlew assembleDebug
APK at app/build/outputs/apk/debug/app-debug.apk. Desktop:
cargo build --release --package librecrate (CLI) or
librecrate-gui (GUI).