MindReel is a free desktop app that automatically logs your work with gentle hourly reminders and generates AI-powered weekly or sprint-length summaries. Perfect for standups, reviews, and career tracking.
Simple, powerful features that help you remember and showcase your work
Gentle reminders every hour ask "What are you working on?" Quick to answer with "Same as before" option.
AI summaries can follow your default week or a custom, named sprint grouping, creating professional highlights for meetings and reviews.
Your data stays on your machine. Only sent to OpenRouter API when you request a summary.
View all your entries organized by day. Edit, delete, or search through your work history anytime.
100% free and open source. No subscriptions, no ads, no hidden costs. MIT licensed.
Perfect for developers, designers, managers, students, and anyone who wants to track their progress.
Start logging your work in minutes
Every hour, a small popup asks what you're working on. Type your task or click "Same as before" to continue.
All entries are automatically saved and organized by day in your local database.
Generate weekly summaries that highlight your key achievements and progress.
Build MindReel for macOS and start building your achievement history today.
MindReel is currently distributed as source code. Follow these steps to build and install:
Build steps:
Option A: Download ZIP (no git required)
Source code (zip) from Releasescd path/to/mindreel-1.0.0
nvm use
npm install
Option B: Clone with git
git clone https://github.com/zetdotcom/mindreel.git
cd mindreel
nvm use
npm install
# For your current architecture
npm run make
# Or for specific architecture:
npm run make:mac-intel # Intel Macs (x64)
npm run make:mac-arm # Apple Silicon (arm64)
out/make/ directory# For your current architecture
npm run make
# Or for specific architecture:
npm run make:mac-intel # Intel Macs (x64)
npm run make:mac-arm # Apple Silicon (arm64)
out/make/ directoryFor detailed instructions, see the README
View on GitHub