{"id":43652746,"url":"https://github.com/heisen47/produchive","last_synced_at":"2026-04-02T18:57:45.179Z","repository":{"id":336222858,"uuid":"1146000600","full_name":"Heisen47/produchive","owner":"Heisen47","description":"A offline productivity app monitoring your activity , using open source LLMs to judge the productivity of the day for the target YOU have set. Your data is stored in your system","archived":false,"fork":false,"pushed_at":"2026-03-01T09:38:49.000Z","size":4182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-01T12:57:41.443Z","etag":null,"topics":["electronjs","lowdb","react","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Heisen47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T13:48:01.000Z","updated_at":"2026-03-01T09:38:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Heisen47/produchive","commit_stats":null,"previous_names":["heisen47/produchive"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/Heisen47/produchive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heisen47%2Fproduchive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heisen47%2Fproduchive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heisen47%2Fproduchive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heisen47%2Fproduchive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Heisen47","download_url":"https://codeload.github.com/Heisen47/produchive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Heisen47%2Fproduchive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30255295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T08:59:44.879Z","status":"ssl_error","status_checked_at":"2026-03-08T08:58:02.867Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electronjs","lowdb","react","zustand"],"created_at":"2026-02-04T20:18:40.600Z","updated_at":"2026-04-02T18:57:45.152Z","avatar_url":"https://github.com/Heisen47.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/Heisen47/produchive\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/stars/Heisen47/produchive?style=for-the-badge\u0026color=eab308\u0026logo=github\u0026labelColor=333333\" alt=\"GitHub stars\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \u003cstrong\u003eIf you find Produchive useful, please consider giving it a ⭐ on GitHub!\u003c/strong\u003e\n  \u003cbr/\u003e\n  It helps the project grow and is the best way to motivate me to keep improving it.\n\u003c/div\u003e\n\n\nhttps://github.com/user-attachments/assets/c838f4f3-b312-4251-b68a-fe9d2e8584bb\n\n# Produchive \n\nProduchive 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.\n\n\n\n## Key Features\n\n*   **Offline \u0026 Private**: All data is stored locally on your device. No cloud, no tracking.\n*   **Self-Hosted**: You own your data.\n*   **Activity Monitoring**: Automatically tracks what applications you use.\n*   **AI Performance Judge**: An optional AI feature that analyzes your activity against your set goals.\n    *   *Note: Internet is only required once to download the AI model. You can skip this feature if you prefer.*\n\n## Download\n\nFor the latest version, please visit our **[Releases Page](https://github.com/Heisen47/produchive/releases/latest)**.\n\n| Platform | Recommended File |\n|----------|-----------------|\n| **macOS** | `produchive-darwin-arm64-[version].zip` |\n| **Windows** | `produchive-win32-x64-[version].zip` |\n\n_Note: If you prefer a portable version without installation, look for the `.zip` file._\n\n## Installation for Mac Users\n\nIf you download the app from the GitHub Releases page:\n\n1.  Download and extract the app.\n2.  **Important**: macOS blocks apps downloaded from the web. To fix the \"Corrupted\" error, open your terminal and run:\n    ```bash\n    sudo xattr -cr /path/to/produchive.app\n    ```\n3.  Open the app.\n4.  **Grant Permission**: You must allow the app to monitor your screen/activity when prompted (System Settings \u003e Privacy \u0026 Security \u003e Screen Recording / Accessibility).\n\n## Running from Source\n\n1.  Clone the repo \u0026 install dependencies:\n    ```bash\n    git clone https://github.com/yourusername/produchive.git\n    cd produchive\n    npm install\n    ```\n\n2.  Start the app:\n    ```bash\n    npm start\n    ```\n\n### Report a bug\n\nIf you have noticed any bug in the project please report in the issues sections using the correct guidelines mentioned.\n\n### Suggest a feature\n\nIf you have any feature request, please open an issue and describe the feature you would like to see in the app.\n\n\n##  Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheisen47%2Fproduchive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheisen47%2Fproduchive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheisen47%2Fproduchive/lists"}