Hacker News new | ask | show | jobs
by app17 1969 days ago
I have been working for years now on Exomind[1], a personal knowledge management tool that takes the form of a unified inbox in which you can have your emails, tasks, notes and bookmarks organized into collections. I have an iOS and a web/electron client at the moment, and a simple Chrome extension for bookmarking. I plan to eventually add files (blobs), definitions and support extensibility via WASM applications.

Its backend (Exocore[2]) is built on top of a personal / private blockchain and is made from the ground up to be hosted in a semi-decentralized fashion on your own personal devices (your computer, raspberry pi, a cloud instance, etc.). It is written in Rust and has iOS, C and Web (WASM) clients.

It has very rough edges, but I'm using it daily to organize my life. It has also been my learning playground to improve my Rust skills over the last two years (it was on another tech stack before).

[1]: https://github.com/appaquet/exomind [2]: https://github.com/appaquet/exocore

1 comments

Could you possibly share some screenshots, including of the gmail integration etc.? Or are they already there just I couldn't find?
I just added a few screenshots in the README: https://github.com/appaquet/exomind

As for the Gmail integration, it is quite crude at the moment. I use it mostly to organize incoming emails, but I still use Gmail to send or reply to my emails. Exomind inbox is synchronized with Gmail, so all emails that you remove from one or the other get removed / archived on the other side. It also supports multiple accounts.

If you are interested to try and not afraid of the rough edges, just let me know. I added Discussions to the GitHub repository.