Two months ago my co-founder and I got tired of paying for AI tools that live on someone else's server, phone home constantly, and charge per seat. So we built our own. Today we're open sourcing it. It's called Daemora. What it actually does You install it with one command: npm install -g daemora daemora setup daemora start Enter fullscreen mode Exit fullscreen mode Then you message your Telegram or Discord bot like a teammate. This week I asked it to: Find the top 10 skipping ropes on Amazon, analyse them, create a Google Doc and email it to someone Research catnip, write a report, save it to my machine and send it to me on Telegram Fix a bug in a GitHub repo, open a PR, run the tests and health check the service every minute All three worked. While I made coffee. The part that surprised us most We thought the hard part would be the LLM integration. It wasn't. The hard part was security.…