Skip to main content
Open Source 2 min read 458 views

OpenClaw: The Weekend Project That Hit 100K GitHub Stars in Three Days

Peter Steinberger's open-source AI assistant attracts 2 million visitors in one week, becoming one of the fastest-growing projects in GitHub history.

TD

TechDrop Editorial

Share:

In what may be the fastest rise to prominence in open source history, OpenClaw—the AI assistant formerly known as Clawdbot and Moltbot—has captured the attention of developers worldwide. Created by software engineer Peter Steinberger as a weekend project, the tool has amassed over 100,000 GitHub stars in just three days and attracted 2 million visitors in its first week.

From Weekend Hack to Viral Sensation

"Two months ago, I hacked together a weekend project. What started as 'WhatsApp Relay' now has over 100,000 GitHub stars and drew 2 million visitors in a single week," Steinberger shared. The project's appeal lies in its fundamental difference from traditional chatbots—rather than simply generating text, OpenClaw executes actual tasks on your machine.

How It Works

Unlike conversational AI that serves as an advisor, OpenClaw operates as an autonomous agent capable of executing shell commands, managing files, and automating browser operations. It works through messaging platforms users already have—WhatsApp, Telegram, Discord, Slack, Teams, Signal, and iMessage—making it instantly accessible without new app installations.

The platform supports both local models and cloud providers like OpenAI and Anthropic, giving users flexibility in their AI backend choice while maintaining a consistent interface.

Privacy-First Architecture

OpenClaw's self-hosted, privacy-first design has been a major driver of its viral growth. All processing happens locally, addressing growing concerns about data being sent to third-party AI services. This approach resonates with developers and privacy-conscious users who want AI capabilities without sacrificing control over their data.

The Name Journey

The project has undergone two name changes in its brief existence. Originally launched as Clawdbot, Anthropic requested a rename to avoid confusion with their Claude products. The second name, Moltbot, emerged from a Discord brainstorming session at 5 AM. OpenClaw is the final choice—this time with completed trademark research, purchased domains, and migration code ready.

Related Articles