HyperAgent

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.

View on GitHub Documentation Install Guide

What Is HyperAgent?

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

Core Capabilities

File Operations

Read, write, edit, search, copy, move, delete

Command Execution

cmd / PowerShell with safety restrictions

System Control

Process manager, clipboard, notifications, power management

Browser Automation

Puppeteer-powered browsing

Desktop GUI

Mouse, keyboard, screenshot

Code Tools

Diff/Apply patches, AST analysis, LSP intelligence

Memory System

4-layer memory (L0→L1→L2→L3) + semantic search

Self-Learning

Continuously learns user habits and system patterns

Multi-LLM

DeepSeek, GLM, Qwen, MiniMax, or built-in offline engine

Quick Start

npm install
cp .env.example .env     # Optional — built-in model works without it
node HyperAgent_Main.js