It helps the project grow and is the best way to motivate me to keep improving it.
produchive.mp4
Produchive is a self-hosted, offline-first productivity application that helps you stay focused. It monitors your activity and uses a local AI to judge your performance based on your goals.
- Offline & Private: All data is stored locally on your device. No cloud, no tracking.
- Self-Hosted: You own your data.
- Activity Monitoring: Automatically tracks what applications you use.
- AI Performance Judge: An optional AI feature that analyzes your activity against your set goals.
- Note: Internet is only required once to download the AI model. You can skip this feature if you prefer.
For the latest version, please visit our Releases Page.
| Platform | Recommended File |
|---|---|
| macOS | produchive-darwin-arm64-[version].zip |
| Windows | produchive-win32-x64-[version].zip |
Note: If you prefer a portable version without installation, look for the .zip file.
If you download the app from the GitHub Releases page:
- Download and extract the app.
- Important: macOS blocks apps downloaded from the web. To fix the "Corrupted" error, open your terminal and run:
sudo xattr -cr /path/to/produchive.app
- Open the app.
- Grant Permission: You must allow the app to monitor your screen/activity when prompted (System Settings > Privacy & Security > Screen Recording / Accessibility).
-
Clone the repo & install dependencies:
git clone https://github.com/yourusername/produchive.git cd produchive npm install -
Start the app:
npm start
If you have noticed any bug in the project please report in the issues sections using the correct guidelines mentioned.
If you have any feature request, please open an issue and describe the feature you would like to see in the app.
Contributions are welcome! Please read CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.