Release License Android Telegram
A modern, privacy-focused, open-source Android file manager built for power users who demand control.
- Browse, copy, move, rename, delete files and folders
- Multi-select with batch operations
- Archive support β view, extract and create ZIP, TAR, GZ, RAR, 7Z and more
- Root access support for system files
- Open multiple locations simultaneously with the tab system
- Each tab is independent β browse different folders at the same time
- Search by name, file type, size range, and date
- Content search inside text files
- Scope control β current folder, subdirectories, or entire storage
- Built-in terminal emulator β open a shell directly from any folder
- Full key bar with ESC, TAB, CTRL, arrow keys, Home, End, PgUp, PgDn
- Connect to FTP, SFTP, SMB and WebDAV servers
- Persistent connections β saved across app restarts
- Create rules to automate file operations
- Trigger actions based on file events
- 20+ theme colors to choose from
- Night mode with optional true black
- Material Design 2 and Material Design 3 support
- No ads, no tracking, no analytics
- All data stays on your device
- Fully open source β inspect every line of code
| Platform | Link |
|---|---|
| GitHub Releases | Download APK |
Requirements: Android 6.0 (API 23) or higher
# Clone the repository git clone https://github.com/void-616/SentryFileManager.git cd SentryFileManager # Build debug APK ./gradlew assembleDebug # Build release APK (requires signing config) ./gradlew assembleRelease
Open in Android Studio for full development support.
Contributions are welcome. Please open an issue first to discuss what you would like to change.
Sentry File Manager is based on MaterialFiles by Hai Zhang, which is licensed under the GNU General Public License v3.0.
Additional features including tabs, terminal integration, automation, advanced search, crash logging, plugin system, and more have been built on top of the original project.
Copyright (C) 2018 Hai Zhang
Copyright (C) 2026 Sentry Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
See LICENSE for the full license text.
See PRIVACY.md for the full privacy policy.