Open-Source AI Agent Framework — Your Computer's Own AI Brain
I am a Chinese lawyer who loves AI. I don't know how to code.
I used publicly available AI coding assistants to translate my vision of what a true intelligent agent should be into a working framework.
This is a skeleton — a foundation. I am opening it up so that everyone who shares this vision can come together and make it real.
— A Chinese lawyer who cannot code built the skeleton. Now the world can breathe life into it.
HyperAgent is an open-source framework that gives your computer its own AI agent. Tell it what you want, and it makes it happen.
You say: "Organize my desktop files by type into folders"
→ HyperAgent: Scans desktop → Identifies file types → Creates folders → Moves files → Reports results
Read, write, edit, search, copy, move, delete
cmd / PowerShell with safety restrictions
Process manager, clipboard, notifications, power management
Puppeteer-powered browsing
Mouse, keyboard, screenshot
Diff/Apply patches, AST analysis, LSP intelligence
4-layer memory (L0→L1→L2→L3) + semantic search
Continuously learns user habits and system patterns
DeepSeek, GLM, Qwen, MiniMax, or built-in offline engine
npm install
cp .env.example .env # Optional — built-in model works without it
node HyperAgent_Main.js