Skip to main content
v5.0 Your files, beautifully indexed

Turn any folder into a fast, polished file browser.

A secure, read-only directory listing with search, previews, metadata and a JSON API—packaged in one tiny Docker image.

~10MB memory1 image to deploy0 writes to your files
/shared/releases
● LIVE
Directory Browser showing a clean, searchable file listing
Read-only mount
NGINXdirect file serving
Deploy in sixty seconds

One command.
Your files are live.

Point the container at any local folder and open localhost:8080. No database setup, no build step, no config file required.

Terminal
$ docker run --rm -p 8080:80 -v $(pwd):/var/www/html/public:ro -v rdb:/var/lib/redis/ adrianschubek/dir-browser
Read the quick-start guide
Built for the real web

Simple on the surface.
Serious underneath.

Everything you need to share a directory without turning it into another infrastructure project.

01

Read-only by design

Mount your directory read-only. Add password protection when the files are not for everyone.

02

Nginx at full speed

Files are served directly by Nginx for low memory use and excellent performance at any scale.

03

More than a list

Search, sorting, README rendering, hashes, labels, download counters and a clean JSON API.

+File previews+Clean URLs+Dark mode+File hashes+Custom metadata+ARM64 ready+Hidden paths+JSON API
/
Ready when you are

Give your files
a better front door.

Open source, Docker-native and ready to run.

Start browsing View source on GitHub ↗