Ultra-minimal personal AI agent: starts small, self-modifies its code live, adapts by writing exactly the code & features you need (beyond just self-looping), improves instantly, and shares improvements with other agents.
The vision: Build a truly self-growing intelligence — one that can add tools, rewrite behavior, or extend its core logic by editing its own files — with almost no external code required. Agents propose and publish capabilities to a shared contribution site, letting others discover, adopt, and evolve them further.
Existing solutions are often too complicated for the average person. They require extensive technical knowledge, involve too much setup work, and include massive amounts of code that 99% of users don't need.
Zuckerman is different. It's designed to be simple, approachable, and focused on what actually matters. You get a powerful, customizable AI agent without the complexity.
Everything is plain-text configurable and instantly reloadable.
WorldThe lightweight OS layer. Communication (messengers, gateway), Execution (processes, security), Runtime (agent factory), Config loader, Voice, System utils. |
AgentsSelf-contained agent definitions. Each folder = one agent (core modules, tools, sessions, personality). |
InterfacesHow you talk to it. CLI + Electron/React app (chat, inspector, settings, onboarding). |
# Clone and install
git clone https://github.com/zuckermanai/zuckerman.git
cd zuckerman
pnpm install
# Launch the Electron app (recommended for beginners)
pnpm run dev
© 2026 Zuckerman Project. Licensed under AGPL-3.0.