Analysis updated 2026-05-18
Browse, organize, and manage files on an Android phone with a modern interface
Connect to a remote server over FTP, SFTP, WebDAV, or SMB and browse it like local storage
View images, play video and audio, and edit text or code files directly on your phone
Store sensitive files in an encrypted vault within the app
| l930203811/zenfile | devemberteam-ops/pyre | testkubesail4/south-plus-pro | |
|---|---|---|---|
| Stars | 18 | 17 | 15 |
| Language | Dart | Dart | Dart |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Building from source requires Flutter installed and an Android device running API level 21 or higher.
ZenFile is a free, open-source file manager for Android phones, built with Flutter. It is a fork of an earlier project called NFile, with significant additions on top. The visual style uses a glass-like transparency effect throughout the interface, giving it a polished look compared to the stock file manager that ships with most Android devices. The app covers the basics you would expect from a file manager: browsing folders, copying, cutting, pasting, renaming, and deleting files. Beyond that, it includes a built-in media player that handles video and audio, an image viewer with pinch-to-zoom, and a text editor for reading or editing plain text files, Markdown documents, JSON files, and basic code. There is also a quick-access category view that groups your photos, videos, and music using the phone's native media index, which makes browsing large libraries faster than scanning folders one by one. A notable feature is remote server browsing. You can connect to a server over FTP, SFTP, WebDAV, or SMB (which is the standard used for local network file shares), and the remote files appear in the same interface as your local files. The dual-pane mode lets you open two directories side by side and drag files between them, which is useful when moving content between your phone storage and a remote server. There is also a multi-tab view and an encrypted vault for storing sensitive files. The recent v1.0.2 update rebuilt the remote browser so it shares the same code as local browsing, which fixed several bugs where the local file list would disappear after navigating away from a remote connection. The update also added swipe gestures to switch between tabs and reduced the space taken up by navigation bars. To build from source, you need Flutter installed, then clone the repository, run the dependency install command, and run it on an Android device running API level 21 or higher. The project is released under the GNU GPL v3 license.
A free, open-source Android file manager with a glass-style look, built-in media viewers, and remote server browsing over FTP, SFTP, WebDAV, and SMB.
Mainly Dart. The stack also includes Dart, Flutter, Android.
Free to use and modify under GPL v3, but any derivative app must also be shared under the same license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.