Get started in seconds.
Download the portable package and start using it immediately.
Linux / macOS
1curl -L https://github.com/sudoeren/fochus/releases/latest/download/fochus-linux-x64.tar.gz | tar xz
2cd fochus-linux-x64
3./start.sh
Then open http://localhost:5800 in your browser.
Windows
1Download and extract fochus-win-x64.zip
2cd fochus-win-x64
3.\start.bat
Then open http://localhost:5800 in your browser.
Command Center
Press / to search, create, and navigate.
/press and start managing.
Search notes and tasks, create new ones, or navigate the app without lifting your hands from the keyboard.
New Task
G
New Note
N
Focus Timer
Stay in flow with Pomodoro sessions.
25:00Focus
Task Management
Organize with lists, drag-drop and subtasks.
Custom Lists
Recurring TasksDaily / Weekly / Monthly
Drag & Drop↕
Rich Text Notes
Write, pin, and organize your thoughts.
1
2
3
Rich Text Editor
Export as TXT / HTML
Trash with Restore
Statistics & Insights
Track your productivity over time.
7
Weekly Activity
12h
Focus Hours
85%
Completion Rate
Press / to open
Spotlight: Everything at your fingertips.
Clean dark and light themes designed for focus.

Host on your own server.
Your data stays yours. One command with Docker — open http://localhost:5800.
Docker Compose
Full-stack with PostgreSQL
1git clone https://github.com/sudoeren/fochus.git
2cd fochus
3cp .env.example .env
4docker-compose up -d --build
Open http://localhost:5800
Single Docker Image
Embedded SQLite, no external DB
1git clone https://github.com/sudoeren/fochus.git
2cd fochus
3docker build -t fochus .
4docker run -d -p 5800:5800 --name fochus fochus
Open http://localhost:5800