Hacker News new | ask | show | jobs
Atombot – A tiny but powerful personal AI assistant (github.com)
5 points by gwangee 100 days ago
2 comments

Atombot – A tiny but powerful personal AI assistant

github: https://github.com/daegwang/atombot

I wanted a self-hosted personal AI assistant that I could actually understand and enhance end-to-end.

Atombot keeps it simple. Core functionality in just ~500 lines of code (vs 400k in OpenClaw), here's what it does: - Persistent memory with searchable daily history logs - Gateway (support telegram, chat from your phone, allowlist-based access) - Recurring and one-time reminders - Skills system (OpenClaw SKILL.md compatible) - Auto-detects Ollama, LM Studio, Codex on first run. No manual config hunting

Would love feedback!

I’m building ElectronBot, which will be even smaller
That sounds interesting. Would love to see it when you share it.