Warning
There is no stable version -- planned for 2025. (Read more)
FileBrowser Quantum is a massive fork of the file browser open-source project with the following changes:
- β Multiple sources support
- β Login support for OIDC, password, and proxy.
- β Revamped UI
- β
Simplified configuration via
config.yaml
config file. - β
Ultra-efficient indexing and real-time updates
- Real-time search results as you type.
- Real-time monitoring and updates in the UI.
- Search supports file and folder sizes, along with various filters.
- β
Better listing browsing
- More file type previews, such as office and video file previews
- Instantly switches view modes and sort order without reloading data.
- Folder sizes are displayed.
- Navigating remembers the last scroll position.
- β
Developer API support
- Ability to create long-lived API Tokens.
- A helpful Swagger page is available at
/swagger
endpoint for API enabled users.
Notable features that this fork does not have (removed):
- β jobs are not supported yet (planned).
- β rules are not supported yet (planned).
- β shell commands are completely removed and will not be returned.
FileBrowser Quantum differs significantly from the original version. Many of these changes required a significant overhaul. Creating a fork was a necessary process to make the program better. There have been many growing pains, but a stable release is planned and coming soon.
This version is called "Quantum" because it packs tons of advanced features in a tiny executable file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure.
The goal for this repo is to become the best open-source self-hosted file browsing application that exists -- all for free.
This repo will always be free and open-source.
For more, see the Q&A Wiki
The UI has a simple three-component navigation system:
- (Left) Multi-action button with slide-out panel.
- (Middle) The powerful search bar.
- (Right) The view change toggle.
All other functions are moved either into the action menu or pop-up menus. If the action does not depend on context, it will exist in the slide-out action panel. If the action is available based on context, it will show up as a pop-up menu.
Check out the Getting Started Wiki
For help configuring your filebrowser see Configuration Wiki
See the CLI Wiki
See the API Wiki
See Office Support Wiki on how to enable office file editing and office-related features.
See the Migration Wiki