Fileure is a self-hosted file manager with a built-in Notion-style workspace — boards, notes, tasks, and file linking, all running on your machine.
Everything Windows Explorer should have been — plus a full productivity suite. No accounts. No subscriptions. No telemetry.
settings.json and notes.json). Browser cache cleared? Data stays intact.No more switching between your file manager and a note-taking app. Fileure's Workspace brings boards, tables, and rich notes directly alongside your files.
Drag cards between columns · Click a card to edit details · Add checklists, dates, and file attachments
| Project Name | Status | Start Date | End Date | Priority | Customer | Progress |
|---|---|---|---|---|---|---|
| 🖥️ Website Redesign | ● Not Started | 03/01/2026 | 03/28/2026 | Medium | Acme Corp | 0% |
| 🌐 Client Homepage | ● In Progress | 01/20/2026 | 02/04/2026 | Low | Dorf GmbH | 35% |
| 🚀 AI Feature Launch | ● Done | 02/24/2026 | 02/24/2026 | High | Internal | 100% |
Every field is editable · Click any row to open the full project detail panel
Type / for commands · Drag blocks to reorder · Right-click any file in Explorer → "Link to Workspace"
No npm install. No package.json. No build step. Just two files and a single command.
index.html and
server.js.
Save them together in any folder you like — e.g. C:\fileure\
cmd, and press Enter.
A Command Prompt window will open already inside the correct directory.
$ node server.js
http://localhost:3000
.bat file to launch Fileure with one double-click:@echo off cd /d "C:\path\to\your\fileure\folder" start http://localhost:3000 node server.js pause
folder-tree), convert to .ico at convertio.co, then set it in the shortcut's Properties → Change Icon.Every visual detail is adjustable. Open the Settings panel in the top-right corner and make Fileure look exactly how you want it.
Two files. One command. Zero compromises.