Web based file explorer, runs locally on your browser, designed for media desktops.
- Quick find
- Sorting by any column(s)
- Folder size calculation
- Next / previous sibling folder navigation
- Browser navigation and bookmarks
- Columns: Name, Last Modified, Size, Extension
- File/Folder operations: Delete
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux