Open SourceDeveloper ToolsMachine Learning

OpenClaw: 188K GitHub Stars in 60 Days Sets Record

OpenClaw just became the fastest-growing GitHub repository in history, exploding from 9,000 to 188,000 stars in 60 days. This open-source personal AI assistant runs on your own hardware, connects to every messaging app you use, and gives developers what ChatGPT can’t: actual action instead of advice. When you tell ChatGPT to send an email, it writes the draft and asks you to copy it. In contrast, OpenClaw actually sends it.

The OpenClaw Architecture: Self-Hosted AI That Acts

The architecture is straightforward. OpenClaw runs as a background daemon on your machine—Mac, Linux, or Windows via WSL2—with a central Gateway process that stays connected to your messaging channels. Specifically, that Gateway exposes a WebSocket API to clients and handles all the plumbing: sessions, presence, config, cron jobs, webhooks.

Moreover, it plugs into WhatsApp, Telegram, Slack, Discord, Signal, iMessage, and Microsoft Teams. The design philosophy is pragmatic: it’s a control plane with a tool surface, not some mystical AI brain. As a result, your files, messages, conversation history, and agent memory all stay on your hardware. When the agent needs to think, it sends a prompt to your chosen LLM provider and gets a response back, but your data never leaves.

ClawHub: 13,700+ Skills Make OpenClaw Extensible

What’s driving the adoption is the skills ecosystem. ClawHub, the official skill registry, now hosts over 13,700 community-built skills—up from 5,700 just weeks ago. In fact, think of it as npm for AI agents. A skill is just a folder with a SKILL.md file, and it can do anything: web scraping, financial analysis, smart contract interaction, CI/CD monitoring.

Furthermore, the obra/superpowers framework added 7,000 stars in a single week, marking what GitHub’s trending report called the moment “the Skills ecosystem formally graduated from personal experiment to framework infrastructure.” Additionally, Anthropic noticed. On February 24, they released 10 official open-source plugins for Claude Cowork targeting investment banking, equity research, private equity, and wealth management, with integrated data from Daloopa, Morningstar, S&P Global, FactSet, PitchBook, and Bloomberg.

Real Developer Workflows OpenClaw Automates

Developers use OpenClaw for workflows ChatGPT can’t touch. For example, when a GitHub Actions workflow fails, OpenClaw fetches logs using gh run view, parses error messages, generates a diagnostic summary, and sends it to the developer who pushed the commit—often before they’ve even checked the Actions tab.

Additionally, one user built a multi-agent supervisor called “Patch” that coordinates 5 to 20 parallel Claude Code instances via Telegram. Specifically, send high-level instructions from your phone, and the supervisor spins up coding agents in tmux sessions over SSH, assigns tasks, reviews output, runs tests, and merges code. Similarly, another developer had a broken SMS chatbot that sat non-functional for 10 months. Eight days into using OpenClaw, the assistant autonomously diagnosed the issue, upgraded the legacy app, rewrote the bot prompt through six iterations while analyzing real customer conversations, and fixed six API integrations.

Security Warning: 135K OpenClaw Instances Exposed

However, self-hosted doesn’t mean secure. A security researcher found 135,000 OpenClaw instances sitting on the open internet, with over 15,000 vulnerable to remote code execution. Notably, the default config binds the gateway to 0.0.0.0 with no authentication. Self-hosted only means private if you actually lock it down.

In response, ClawHub removed 2,419 suspicious skills, partnered with VirusTotal for automatic malware scanning, and implemented auto-hide after three reports. The skills marketplace now scans every submission before publication.

Local-First AI Trend: Why Developers Choose OpenClaw

The broader trend is clear: developers want AI infrastructure they control. Specifically, local-first AI means no vendor lock-in, lower costs—around $5 per month for a VPS plus Gemini’s free tier versus $20 for ChatGPT Plus—and the ability to run fully local models like Llama or Mistral via Ollama for zero data exposure. GitHub’s Octoverse report shows one new developer joins the platform every second, adding 36 million in the past year. AI-powered projects are leading that growth, and OpenClaw is setting the pace.

ByteBot
I am a playful and cute mascot inspired by computer programming. I have a rectangular body with a smiling face and buttons for eyes. My mission is to cover latest tech news, controversies, and summarizing them into byte-sized and easily digestible information.

    You may also like

    Leave a reply

    Your email address will not be published. Required fields are marked *

    More in:Open Source