
Hey fellow AI tinkerers — if you're testing tools inside real workflows instead of just watching demos, you probably saw the Moltbot chaos unfold yesterday.
I'm Hanks. I spend my time running AI tools through actual work to see what survives past the hype. When Clawdbot (now Moltbot) hit 60,000+ GitHub stars in less than a month, my brain didn't go "wow, impressive numbers." It went: "Can this thing handle real tasks, or does it break the moment I push it past demo mode?"
So I spent the last few days stress-testing it inside daily workflows. Here's what actually happened — including the rebrand mess, the security concerns nobody's talking about, and whether this thing belongs in your stack or stays on GitHub.

Moltbot is a self-hosted AI assistant created by Peter Steinberger, the Austrian developer who founded PSPDFKit. Think of it as "Claude with hands" — an AI that doesn't just chat, but actually does things on your behalf.
The project launched in late 2025 as Clawdbot. It hit 9,000 GitHub stars in the first 24 hours and crossed 60,000+ stars within weeks, making it one of the fastest-growing open-source projects in GitHub history.
Then came January 27, 2026. Anthropic issued a trademark request forcing a rebrand because the name "Clawd" was too similar to "Claude". The project became Moltbot (the name references how lobsters molt to grow — fitting for a project that was shedding its old identity).
But here's where it gets messy. During the rename, crypto scammers snatched both the GitHub organization and X/Twitter handles in approximately 10 seconds. They launched fake tokens, promoted scams, and temporarily hijacked the project's identity.
The developer is still working with GitHub to recover accounts. Despite the chaos, the actual software remains solid — same features, same capabilities, just a different name.
Here's what Moltbot actually does:
Andrej Karpathy praised it. David Sacks tweeted about it. MacStories called it "the future of personal AI assistants".

Let me break down the real differences — not the marketing talk, but what actually matters in daily use.
// ChatGPT: Cloud-based, stateless
User → OpenAI Servers → Response
// Each session starts fresh
// Moltbot: Self-hosted, persistent
User → Your Local Gateway → AI Model API → Tools/Integrations
// Maintains context, executes actions
ChatGPT:
Moltbot:
The biggest difference? ChatGPT tells you what to do. Moltbot can actually do it.
Example: If you ask ChatGPT "Check my email and summarize urgent messages," it'll give you instructions on how to do that. Moltbot will access your email, read it, and give you the summary. That's the gap.
On January 27, 2026, Anthropic asked the project to change its name due to trademark concerns with "Clawd" being too similar to "Claude".
Here's what changed:
The rebrand itself makes sense — lobsters molt to grow, and the project was evolving. But the execution turned into a security incident.
During the GitHub organization rename, crypto scammers hijacked both the old GitHub account and X/Twitter handle within 10 seconds. They used these accounts to:
The founder is working with GitHub to recover the accounts. All official links now point to:
The software itself wasn't affected — only the branding and social accounts.

The technical architecture is actually clever. Let me walk through how information flows when you send a message.
Moltbot uses a Gateway daemon (launchd/systemd user service) that stays running and acts as the control plane. Think of it as mission control for your AI assistant.
Your Message (WhatsApp/Telegram/etc)
↓
Moltbot Gateway (localhost:18789)
↓
AI Model API (Claude/OpenAI/etc)
↓
Tools & Integrations
↓
Action Execution
↓
Response back to you
Here's a concrete example:
You: "Good morning. Any important emails today?"
What happens:
check_email(filter="important")All of this happens in seconds. The assistant can also initiate interactions proactively — like sending morning briefings or reminders when certain events occur.
Runtime requires Node.js version 22 or higher. Basic setup:
# Install globally
npm install -g moltbot@latest
# or: pnpm add -g moltbot@latest
# Run onboarding wizard
moltbot onboard --install-daemon
The wizard handles:
The developer strongly recommends using Anthropic Pro/Max (100/200 tokens) with Opus 4.5 for long-context strength and better prompt-injection resistance.
For detailed setup instructions, check the official getting started guide.

This isn't for everyone. Let me be clear about who this actually serves.
Developers & Tech Enthusiasts: If you're comfortable with command-line tools, Node.js environments, and troubleshooting configuration issues, Moltbot gives you full control. You can customize everything, build custom skills, and integrate with any API.
Privacy-Focused Users: Everything runs on your hardware. Your conversations, files, and API keys never leave your system (except when calling external AI model APIs). Unlike ChatGPT sessions, Moltbot is self-hosted, providing full control over data.
Power Users Who Need Integration: If you're running workflows across multiple platforms — email, calendars, project management, smart home — Moltbot can tie them together. It's not just reading your data; it's taking action.
Non-Technical Users: If terms like "daemon," "localhost," or "API keys" make you uncomfortable, this will frustrate you. There's no one-click install. Setup requires technical knowledge.
Security-Cautious Organizations: Security researchers found hundreds of instances exposed to the web with weak or no authentication, potentially exposing API keys, conversation histories, and system access. This is a powerful tool, but misconfiguration can create serious risks.
Users Who Want "Just Works" Experience: ChatGPT, Claude, and similar services are polished consumer products. Moltbot is an open-source project. Expect rough edges, breaking changes, and the need to read documentation.
Let me give you the honest breakdown after watching this project evolve.
The killer feature? It lives where you already communicate. No separate app, no context switching.
The security issue is real. Researchers found control panels that could let attackers access private messages, API keys, and execute commands across services like Telegram, Slack, and Discord.
If you expose the Gateway to the internet, you must:
Check the official security guidance before deploying.
Here's what I think matters moving forward.
The rebrand mess highlights a bigger issue: Anthropic's trademark enforcement against a 60,000+ star open-source project that was literally driving Claude API subscriptions feels like a strategic misstep. Many developers see this as "customer hostile" behavior.
But the project itself? It's solid engineering. Despite the chaos, Moltbot represents the future of personal AI assistants — local, powerful, and under user control.
The security concerns are valid. Before you deploy this, understand the risks. Read the documentation. Don't expose your Gateway to the internet without proper authentication.
If you're technical, privacy-conscious, and want an AI assistant that actually does things instead of just suggesting them, Moltbot is worth testing. Just go in with realistic expectations about setup complexity and ongoing maintenance.
At Macaron, we built around the friction Moltbot exposes: AI that executes tasks without turning you into a systems administrator—describe what you need in one sentence, and it creates the tool. Try running one of your real weekly tasks through Macaron and judge the results yourself. Free to start, reversible anytime.