https://github.com/voidcoefficient/hivemind
(mirror missing updates) productivity tools for those who need it most
https://github.com/voidcoefficient/hivemind
Last synced: 7 months ago
JSON representation
(mirror missing updates) productivity tools for those who need it most
- Host: GitHub
- URL: https://github.com/voidcoefficient/hivemind
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2024-09-19T15:11:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T09:13:59.000Z (11 months ago)
- Last Synced: 2025-07-12T01:35:49.475Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `hivemind`
`hivemind` is a tool targeting individuals that need highly extensible workflows for task management.
## goals
- integrate with any other tool
`hivemind` architecture not only allows for new integrations to be added, the user is able to extend it with numerous forms (shell/python/javascript/etc scripts, watching databases (postgres, mysql, sqlite, etc), etc.)
- privacy-focused and self-hostable
private and personal tasks are expected, hosting the project yourself is better than using someone else's "cloud"
## non-goals
- become X (JIRA, taskwarrior, etc)
there's no point in reinventing the wheel, even if it means rewriting it in rust. `hivemind` aims to give new features, a better user experience and integration with existing tools
- cloud service
I can't see a way to profit on cloud subscriptions without going bankrupt because of power-users at this moment
## more information
- [LICENSE](LICENSE)
- [TODO.md](TODO.md)