OpenHanako is an Electron-based desktop platform for running persistent AI agents with memory, personality, and system access. Each agent gets its own folder with a personality template, a recency-decay memory system (SQLite working memory plus compiled long-term summaries), and a workspace where it can read/write files, execute terminal commands, browse the web, and run JavaScript. You configure three models during onboarding: one for chat, one lightweight for quick tasks, and one large for memory compilation. Skills extend agent capabilities and can be installed from GitHub or written as custom JavaScript modules. The architecture is solid with proper sandboxing (PathGuard, OS-level isolation), multi-agent collaboration via channels, and bridges to platforms like Telegram. Good for anyone who wants local AI agents that actually remember context and can do real work on your machine.
npx skills add https://github.com/aradotso/trending-skills --skill openhanako-personal-ai-agent