Browse Files & Folders
Navigate your SSD with ease, no terminal required.
Browse, search, and play videos and PDFs straight from your drive โ no desktop app, just Python, Flask, and a browser tab. Started as Video Explorer 2.5, now a full local file manager.
FEATURES
Navigate your SSD with ease, no terminal required.
Built-in video player for direct playback in-browser.
Read PDFs in a dedicated tab, no download needed.
Find any file instantly across the whole drive.
Quick file share / drop.
NEWEdit .txt, .py, and more, right in the browser.
Toggle hidden files, system folders, and more.
Multiple themes with a clean, responsive design.
NEWBUILT WITH
SETUP
Point it at your drive and open it in a browser.
# 1. clone the repo
$ git clone https://github.com/GoldernHaze/File-Explorer.git
$ cd File-Explorer
# 2. (optional) virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
# 3. install Flask
$ pip install flask
# 4. update the SSD path in app.py, then run
$ python3 app.py
โ open http://0.0.0.0 (or the address shown)
ROADMAP
Last updated 25 Aug 25
REFERENCE
Folders like Server/ can be renamed and hidden from the UI โ
edit hidden_folders in app.py to match your own drive.
ssd/
โโโ Movies/
โ โโโ Movie 1/
โ โโโ video1.mp4
โ โโโ video2.mkv
โโโ Shows/
โ โโโ Show 1/
โ โ โโโ Episode 1.mp4
โ โ โโโ Episode 2.mp4
โ โโโ Show 2/
โโโ Server/ โ this app (renamed, hidden)
โ โโโ app.py
โ โโโ README.md
โ โโโ assets/ static/ templates/
โ โโโ venv/
โโโ Books/
โ โโโ Book 1/
โ โโโ Part 1.pdf
โ โโโ Part 2.pdf
โโโ SteamLibrary/