Breaking: OpenClaw, an open-source persistent AI assistant, has surpassed React to become the most-starred software project on GitHub, reaching 250,000 stars in just 60 days. The project, created by developer Peter Steinberger, crossed the 100,000-star milestone in January and saw more than 2 million visitors to its community dashboards in a single week.
“OpenClaw is designed to run entirely on local servers or personal devices, giving users full control over their AI without relying on cloud APIs,” said Steinberger in a statement. “We’re seeing explosive demand from developers who want persistent, autonomous agents that don’t phone home.”
Background: What Is OpenClaw?
OpenClaw is a self-hosted, long-running AI agent — often called a “claw” — that operates continuously rather than responding to one-off prompts. Unlike traditional AI agents that execute a task and stop, OpenClaw runs on a heartbeat cycle: it periodically checks its task list, decides what needs action, and either executes or waits for the next check.

This persistent autonomy means the agent can handle background workflows, surface only human-decisions, and work offline or within private network boundaries. The project’s rapid adoption stems from its promise of unbounded autonomy without dependency on external infrastructure.
Security Concerns Emerge
OpenClaw’s meteoric rise has also sparked debate. Security researchers warn that self-hosted AI tools create new attack surfaces — from unpatched server instances to malicious contributions in community forks. “Local deployment might sound safer, but it shifts the burden of authentication and model updates entirely to the user,” noted cybersecurity expert Dr. Elena Torres.
Authentication, data management, and model update integrity are now under scrutiny. The community is racing to patch vulnerabilities as contributions pour in.
NVIDIA Steps In
To address these risks, NVIDIA has partnered with Steinberger and the OpenClaw community. According to a recent blog post by the OpenClaw team, NVIDIA is contributing code and guidance focused on model isolation, local data access controls, and verification of community code contributions.

“Our goal is to strengthen OpenClaw’s security while preserving its independent governance,” said an NVIDIA spokesperson. The company also introduced NVIDIA NemoClaw, a reference implementation that bundles OpenClaw with the NVIDIA OpenShell secure runtime and hardened defaults for networking and data access.
NemoClaw can be installed with a single command, making it easier for enterprises to adopt OpenClaw safely.
What This Means for Organizations
For enterprises, OpenClaw’s local-first architecture offers a path to AI autonomy without cloud dependency — reducing latency, cost, and data-export risks. However, the security concerns highlight the need for robust internal DevOps practices.
“Long-running agents are a game-changer for automation, but they require a new security mindset,” said Dr. Torres. “Organizations should treat every local agent as a potential entry point.”
- Privacy upside: Sensitive data never leaves the premises.
- Security downside: No cloud provider patches; all security is local.
As OpenClaw’s star count continues to climb, the community and NVIDIA are racing to harden the project — ensuring that the most-starred repository remains a force for safe, persistent AI.