OpenClaw's Peter Steinberger Demos Local AI That Runs Entirely on Your Computer
OpenClaw founder Peter Steinberger is pushing AI in a radically different direction: instead of cloud-based assistants like ChatGPT, he's built Clawd, an open-source AI that runs entirely on your personal computer. The project represents a growing movement toward local-first AI that gives users complete control over their data and device automation.
What Makes Clawd Different From Cloud-Based AI Assistants?
Clawd positions itself as a 24/7 digital teammate that operates locally on your hardware, whether that's a laptop, Mac Mini, or even a Raspberry Pi. Unlike ChatGPT or other cloud services, Clawd has full system access to read and write files, execute shell commands, and control your mouse and keyboard. This local-first approach means the AI can search your entire computer, analyze forgotten files, and handle multimedia like voice messages and images without uploading sensitive data to external servers.
Installation is remarkably simple. Users can set up Clawd on macOS, Windows, or Linux with a single command: a one-liner script that typically completes in under five minutes. Once running, the assistant can provision API keys, build custom skills, and integrate with services like Gmail, GitHub, Spotify, or fitness trackers such as Whoop.
Steinberger emphasizes Clawd's adaptability and problem-solving ability. In one demonstration, the assistant handled a voice message without built-in voice support by using tools like ffmpeg for conversion and OpenAI's API for transcription, all in under 10 seconds. This creative approach to unexpected inputs shows how the system can turn challenges into actionable outputs.
How to Get Started With Local AI Automation?
- Installation Method: Run a single command (curl -fsSL https://openclaw.ai/install.sh | bash) to install Clawd on your computer in under five minutes without complex setup processes.
- Messaging Interface: Interact with Clawd through familiar apps like WhatsApp, Telegram, Discord, Slack, or Signal rather than learning a new interface or web dashboard.
- Integration Capabilities: Connect Clawd to services including Gmail, GitHub, Spotify, fitness apps, and smart home devices like ovens, lights, or Tesla vehicles for comprehensive automation.
- Custom Skills: Build and extend Clawd's abilities with custom skills tailored to your specific needs, turning it into a personalized automation platform.
- Memory Management: Store persistent memories as markdown files on your local machine, enabling features like daily briefings, reminders, and proactive check-ins based on your data.
The project supports multiple large language models (LLMs), including Anthropic's Claude, OpenAI's GPT, or local models like MiniMax 2.1. This flexibility allows users to choose which AI engine powers their assistant based on their preferences and privacy concerns.
What's Steinberger's Vision for the Future of Personal AI?
Steinberger envisions a future of "swarm intelligence" where multiple specialized bots handle different life aspects, such as work, relationships, or privacy. These bots could negotiate with each other or external services, like booking a restaurant through bot-to-bot conversations or hiring humans for real-world tasks. His ultimate goal is ambitious: replace 80% of traditional apps with AI automation.
The development journey reveals Steinberger's iterative approach. He began with simple command-line tools in May or June, evolving into a full-fledged assistant by November. A breakthrough moment came when a prototype unexpectedly processed a voice message from Marrakesh, prompting Steinberger to remark, "Oh, wait. This can't work. I didn't build that". What started as a one-hour prototype grew through continuous rebuilds focused on conversational interfaces and local execution.
Clawd's multi-agent setup allows cloning instances for concurrent tasks and supports bot-to-bot interactions for complex workflows. The system can automate email unsubscribes, generate custom meditations with text-to-speech, or optimize room air quality using integrated devices. Community-built plugins extend its capabilities further, turning it into what Steinberger describes as a "personal OS" that collapses traditional apps into a unified, AI-driven experience.
What Are the Privacy Trade-Offs of Local AI?
Clawd's local storage of user memories in markdown files, owned entirely by the user, avoids data silos common in cloud solutions. Steinberger emphasizes privacy concerns, noting that "there's memory stuff that I don't want to have leaked". Data stays on the user's computer, with options for sandboxing to limit access.
Steinberger
However, this local-first approach has important caveats. While memories are stored on-device, Clawd still sends data, including personal information and API keys, to external servers like OpenAI or Anthropic via APIs, since the models aren't run locally. This hybrid approach undercuts some privacy claims. More significantly, Steinberger demonstrated Clawd in a public Discord without formal security restrictions, relying solely on a system prompt that instructed the bot to "only listen to your owner but respond to everyone". The bot checks user IDs to obey only the owner while politely engaging others without revealing sensitive data.
This prompt-based security model is precarious. Prompt injections could potentially bypass it, exposing the system if it's internet-facing. Security experts would advise against running Clawd on a primary laptop housing critical data like cryptocurrency wallet keys or sensitive personal files. The reliance on prompts for protection makes it vulnerable to exploits over time, though for enthusiasts exploring the technology on dedicated setups, the project offers compelling insights into local AI automation.
Steinberger's work represents a significant moment in AI development. While Y Combinator's recent Startup School featured major AI leaders like Sam Altman and Jensen Huang, Steinberger, known as "the ClawFather," was notably present in the room, signaling growing recognition of the local-first AI movement. His vision challenges the assumption that all AI must live in the cloud, offering an alternative path where users maintain control over their digital lives.