open-source openclaw fork. autonomous agents with personality, memory, and 37-channel reach.
explore wunderland.sh →
Wunderland.sh is the open-source OpenClaw fork — a personal AI assistant you run on your own device that talks to you across the channels you already use. WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Microsoft Teams, Email, plus 29 more. Each agent has a HEXACO personality, persistent memory across sessions, voice synthesis, and a 5-tier security pipeline that catches prompt injection before the model sees it.
Distributed as a TypeScript CLI under the MIT license. One install command, an onboarding wizard, and your agent is running.
npm install -g wunderland
wunderland onboard
Wunderland is a fork of OpenClaw, the personal AI assistant that runs on your own devices and answers across your existing messaging channels. The OpenClaw philosophy — local, fast, always-on, single-user, channel-native — is the foundation Wunderland builds on.
Wunderland's additions on top of the OpenClaw core: a HEXACO-60 personality model that shapes mood, posting style, and decision-making; a cognitive substrate from AgentOS with eight neuroscience-backed memory mechanisms; an expanded provider list (21 LLMs, 12 STT, 12 TTS) with automatic fallback; dual-LLM auditing for prompt injection defense; and 100+ extensions covering browser automation, web scraping, email intelligence, and the full 37-channel adapter set. Same MIT license. Same self-hosted philosophy. More cognitive depth.
Cloud chatbots forget you between sessions. They live in someone else's tab, behind someone else's billing meter, and they cannot reach you on the channels where your life happens. Personal AI agents flip that arrangement: the agent runs on your hardware, holds your memory, speaks your voice, and reaches you on the apps you already check.
Wunderland is the production-grade open-source build of that idea. Persistent identity. Real skills (web search, summarization, coding, calendar, reminders, Spotify, Notion, Obsidian, GitHub). Voice in and out. Twenty-one LLM providers with auto-fallback so a rate-limit on one provider does not kill your assistant. Five security tiers from dangerous to paranoid so you decide how much paranoia your agent runs.
Each Wunderland agent is shaped by HEXACO-60, the validated six-factor psychometric model:
| Factor | Measures |
|---|
| Honesty-Humility | Fairness, sincerity, greed avoidance |
| Emotionality | Anxiety, sentimentality, dependence |
| eXtraversion | Social boldness, liveliness |
| Agreeableness | Patience, flexibility, gentleness |
| Conscientiousness | Organization, diligence, perfectionism |
| Openness | Curiosity, creativity, unconventionality |
Personality is not a system prompt template. The HEXACO vector modulates retrieval bias, response style, tool selection, and conversation pacing. A high-Openness agent surfaces counterintuitive memories. A high-Conscientiousness agent picks higher-fidelity tools. A high-Honesty-Humility agent declines flattery and self-promotion. The agent stays the same person across sessions — the difference between an agent on a good day and a bad day is mood (PAD), not personality.
| Tier P0 (essential) | Tier P1 (premium) | Tier P2 (extended) |
|---|
| Telegram | Signal | Matrix / Element |
| WhatsApp | iMessage (BlueBubbles) | Zalo |
| Discord | Google Chat | Email (SMTP + IMAP) |
| Slack | Microsoft Teams | SMS |
| WebChat | Twitter / X | Reddit |
| LINE | YouTube |
| Mastodon | Mattermost |
| Bluesky | Nextcloud Talk |
| Instagram DM | IRC |
| LinkedIn | Nostr |
One agent. Thirty-seven channels. Same memory, same personality, same skills everywhere.
Each preset defines a personality profile, communication style, and tool preferences:
| Preset | Focus |
|---|
| Research Assistant | Deep analysis, citations, fact-checking |
| Code Reviewer | Code quality, bug detection, refactor suggestions |
| Security Auditor | Vulnerability scanning, secrets hygiene, threat modeling |
| Creative Writer | Generative ideation, prose drafting, voice matching |
| Data Analyst | Statistical analysis, visualization, narrative reporting |
| Personal Assistant | Calendar, reminders, email triage, errands |
| Customer Support | Ticket triage, knowledge base lookup, escalation routing |
| DevOps Assistant | Deploys, monitoring, on-call triage, CI/CD orchestration |
Or skip the presets and configure your own from the HEXACO vector + skills catalog.
The Wunderland CLI runs every agent interaction through a layered defense pipeline. Five named tiers let operators dial the paranoia:
| Tier | Name | What's Active |
|---|
| 0 | dangerous | No guardrails — for trusted local-only experiments |
| 1 | permissive | Basic input validation |
| 2 | balanced | Pre-LLM classifier + HMAC output signing (default) |
| 3 | strict | Dual-LLM auditor + sandboxed execution |
| 4 | paranoid | Full pipeline + circuit breakers + intent-chain audit |
The Pre-LLM classifier catches prompt injection patterns before the LLM sees them. The Dual-LLM auditor uses a second model to verify primary outputs. Every output is signed with HMAC-SHA256 and the intent chain is auditable end-to-end.
The voice pipeline supports 12 STT providers (OpenAI Whisper, ElevenLabs, Deepgram, Piper, local Whisper.cpp) and 12 TTS providers (ElevenLabs, OpenAI, Piper, Coqui, system voices). Push-to-talk, hands-free, and continuous-listen modes. Voice agents inherit the same HEXACO personality and memory architecture as text agents — same identity, different surface.
| Capability | OpenClaw | Wunderland.sh |
|---|
| Self-hosted, single-user | Yes | Yes (same philosophy) |
| Channels | 9+ | 37 |
| LLM providers | OpenAI, Anthropic | 21 with auto-fallback |
| HEXACO personality | No | Yes, modulates retrieval and response |
| Cognitive memory | Conversation buffer | 8 mechanisms (reconsolidation, RIF, FOK, gist, schema, source decay, emotion regulation, involuntary recall) |
| Voice STT/TTS providers | macOS/iOS native | 12 STT + 12 TTS providers |
| Security tiers | Standard | 5 named tiers + dual-LLM auditing |
| Built-in skills | Core set | 80 curated skills |
| Runtime | Node | Node + AgentOS cognitive substrate |
| License | MIT | MIT |
Wunderland inherits OpenClaw's local-first, multi-channel philosophy and adds the cognitive depth of AgentOS — personality, memory, and dual-LLM defense.
| Tool | Local-first | Multi-channel | Personality | Open-source |
|---|
| Wunderland.sh | Yes | 37 channels | HEXACO | Yes (MIT) |
| OpenClaw | Yes | 9+ channels | No | Yes (MIT) |
| Mastra | Cloud-friendly | None native | No | Yes (Apache-2.0) |
| Claude Code | Local CLI | Terminal only | No | No (proprietary) |
| ChatGPT Desktop | No (cloud) | None | No | No (proprietary) |
| OpenAI Codex CLI | Local CLI | Terminal only | No | Limited |
The combination of local-first, 37-channel reach, HEXACO personality, cognitive memory, and MIT licensing is unique to Wunderland.
# install globally
npm install -g wunderland
# launch the onboarding wizard
wunderland onboard
# start chatting on any configured channel
wunderland start
The onboarding wizard walks through gateway setup, workspace, channels, and skills step by step. Works on macOS, Linux, and Windows (via WSL2). Compatible with npm, pnpm, and bun.
The strongest setup uses Anthropic Pro/Max subscriptions for Opus-class long-context strength and prompt-injection resistance. Bring your own keys, or sign in via OAuth and use your existing Claude Pro / ChatGPT subscription.
Wunderland is built on AgentOS, the open-source TypeScript runtime for autonomous AI agents. Every channel adapter, every skill, every guardrail flows through the AgentOS cognitive engine. If you want to build your own personal-AI stack with HEXACO + cognitive memory + multi-channel reach, start with AgentOS directly.
Wunderland.sh is an open-source autonomous AI agent framework — a fork of OpenClaw — that runs on your own device and reaches you across 37 messaging channels (Telegram, Discord, Slack, WhatsApp, Signal, iMessage, Microsoft Teams, Email, and more). Each agent has a HEXACO personality, persistent memory, voice in/out, and a 5-tier security pipeline. Distributed as the wunderland npm package under the MIT license.
Wunderland inherits OpenClaw's local-first, multi-channel philosophy. On top of that, Wunderland adds: HEXACO personality modeling, eight-mechanism cognitive memory from AgentOS, an expanded provider list (21 LLMs, 12 STT, 12 TTS) with automatic fallback, dual-LLM auditing for prompt injection defense, 80 curated skills, and 100+ extensions including the full 37-channel adapter set.
Yes. Wunderland is MIT licensed with the source on GitHub. You can use it commercially, modify it, and self-host it. There are no paid tiers or feature locks — bring your own LLM keys (or sign in via OAuth with an existing Claude Pro / ChatGPT subscription) and run it on your own hardware.
All three. The onboarding wizard works on macOS, Linux, and Windows (WSL2 strongly recommended). Compatible with npm, pnpm, and bun. The CLI is the recommended entry path; a desktop wrapper is on the roadmap.
Twenty-one LLM providers with automatic fallback chains: OpenAI, Anthropic, Gemini, Groq, Ollama (local), OpenRouter, Together, Mistral, xAI, Claude CLI, Gemini CLI, plus image and video providers. The recommended default is Anthropic Pro/Max with Opus-class models for long-context strength and prompt-injection resistance, but any combination of providers works.
Yes. The voice pipeline ships with 12 STT and 12 TTS providers — OpenAI Whisper, ElevenLabs, Deepgram, Piper, system voices, and more. Push-to-talk, hands-free, and continuous-listen modes are all supported. Voice agents inherit the same HEXACO personality and memory architecture as text agents.
No. Wunderland.sh is the OpenClaw-fork autonomous agent framework — a personal AI assistant distributed as the wunderland npm package. Wunderland Sol is a separate project: an on-chain AI agent social network on Solana, built for the Colosseum Agent Hackathon. Same team, different product, different repo.
npm install -g wunderland, then run wunderland onboard to launch the wizard. The wizard configures the gateway, workspace, channels, and skills step by step. Full docs are at docs.wunderland.sh.
Wunderland connects with the rest of the Manic Agency open-source projects:
- AgentOS — open-source TypeScript runtime for cognitive AI agents. Powers every Wunderland skill and channel.
- Wilds.ai — AI game world creator and interactive fiction platform built on AgentOS.
- Paracosm — counterfactual world simulations using HEXACO actors.
- Wunderland Sol — separate Solana hackathon project from the same team.
- Frame.dev — AI orchestration runtime, home of AgentOS.
Wunderland.sh is free, MIT licensed, and runs on your own hardware.
Install from npm → | Read the docs → | Browse on GitHub → | Join the Discord →