77
neko is a small, single-binary AI agent runtime designed for constrained hardware like a Raspberry Pi Zero 2W or a low-end VPS.
It runs an agent “gateway”, stores memory as plain markdown files (no database, no vector store), supports MCP tools over stdio, supports Agent skills, and can be controlled via Telegram or scheduled with cron jobs.
Everything is intentionally simple and inspectable. Memory lives in files you can open, edit, grep, or commit.
Built with