Open-source, local-first productivity tracking
See where your focus goes, then improve it with AI on your own terms.
Flowtrack is an open-source local app that tracks work patterns on your machine, scores focus, flags distraction loops, and turns raw activity into readable coaching. This public site is only the landing layer. The real app stays in the main branch and runs locally.
- No account required for the demo
- Use Ollama local or cloud providers with API key
- Real data never exposed on this public site
- Main branch stays the real open-source app
Afternoon switching was 58% higher than morning, which is dragging your score.
Block video sites from 1 PM to 4 PM and keep one task list visible.
What it does
Built for people who want signal, not surveillance theater.
Track actual work context
See app changes, window titles, focus score, switching rate, deep-work blocks, and recurring distraction triggers.
Readable AI summaries
Get top problems, numbers, and tomorrow-ready actions instead of an overwhelming raw log dump.
Chat about your own patterns
Ask follow-up questions about your day, your habits, your distractions, and your current Flowtrack setup.
Choose your AI path
Use Ollama locally with no key, or plug in OpenAI, Anthropic, Gemini, Groq, xAI, OpenRouter, Together, and more. If you downloaded a different Ollama model, you can use that too.
Try demo
Explore Flowtrack with safe sample data.
No login. No device access. No real screenshots. This is a product walkthrough using mock sessions.
Indie builder on a deep-work day
What Flowtrack would flag
Recommended move for tomorrow
Demo coach chat
Run locally
Two simple ways to use the real product on your machine.
Local AI with Ollama
Best for privacy. No API key. Everything stays on your laptop.
- Install Flowtrack locally
- Install Ollama
- Run
ollama pull llama3or pull any other compatible model you prefer - Open the dashboard and keep model on Auto or choose your installed model
Cloud AI with API key
Best if you want faster responses or already pay for a provider.
- Pick provider in the dashboard
- Paste API key
- Leave model on Auto or choose from the dropdown
- Chat or run analysis
Developer or power user
Clone the repo and use the main branch directly. This landing branch is only for the public website.
git clone https://github.com/saroj479/Flowtrack.git
cd Flowtrack
bash install.sh
Open-source first
The website explains the project. The main branch remains the real product.
This branch exists so people can understand Flowtrack quickly, try a safe demo, and decide whether to run it locally. The open-source app itself is not replaced or diluted by this site.