BETA ยท v3.1.1

A web-based file &
media explorer
for your SSD

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.

server/browse/home
๐Ÿ“ Browsing: Home Search …

FEATURES

Everything for browsing a drive from a browser tab

๐Ÿ“‚

Browse Files & Folders

Navigate your SSD with ease, no terminal required.

โ–ถ

Play Videos

Built-in video player for direct playback in-browser.

๐Ÿ“„

PDF Viewer

Read PDFs in a dedicated tab, no download needed.

๐Ÿ”

Global Search

Find any file instantly across the whole drive.

๐Ÿ“ค

DropX

Quick file share / drop.

NEW
๐Ÿ“

Text Editor

Edit .txt, .py, and more, right in the browser.

NEW
โš™

Custom Settings

Toggle hidden files, system folders, and more.

๐ŸŽจ

Stylish UI

Multiple themes with a clean, responsive design.

NEW

BUILT WITH

Python 3 Flask HTML CSS Jinja2 JavaScript

SETUP

Run it locally

Point it at your drive and open it in a browser.

zsh
# 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

In the upcoming update

Last updated 25 Aug 25

  • NEXT Fixing known issues
  • NEXT More settings
  • NEXT Adding more bugs for fixing them in future updates:)
  • NEXT Dropping v3.1.1 (fixed)

REFERENCE

An example SSD layout

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/