Your First OpenClaw Chat: From Zero to AI Conversation in Minutes
If you’re reading this, you’re probably curious about OpenClaw—what it is, how it works, and more importantly, how you can get it talking to you right now.
Good news: we’re going to go from zero to a live AI chat in under five minutes. No setup deep dives, no config files, and no jargon. Let’s make your first message happen.
What Is OpenClaw, Briefly?
OpenClaw is a self-hosted AI agent gateway. It connects your favorite messaging apps—WhatsApp, Telegram, Signal, iMessage, and more—to powerful AI agents like Pi or your own local models. You run it on your machine, which means you own your data, your workflows, and your conversations.
But none of that matters until you’ve sent your first message. So let’s do that.
Step 1: Install the Gateway
The OpenClaw Gateway is your AI’s home base. It’s a single process that handles all connections, sessions, and agent logic.
On macOS or Linux, just run:
curl -fsSL https://openclaw.ai/install.sh | bash
On Windows (PowerShell), use:
iwr -useb https://openclaw.ai/install.ps1 | iex
This installs the openclaw CLI and sets up the core files. It’s fast and silent—no questions asked.
Step 2: Run the Onboarding Wizard
Now that you have the CLI, run the setup wizard:
openclaw onboard --install-daemon
This does three things:
- Sets up authentication so only you can control your agent.
- Installs the Gateway as a background service so it runs automatically.
- Gives you the option to connect a messaging channel like WhatsApp.
You don’t need to connect a channel right now. The wizard will walk you through it, but we’re going the fast route.
Step 3: Open the Control UI
Here’s the easiest part:
openclaw dashboard
This opens a browser window at http://127.0.0.1:18789. No QR codes, no pairing, no waiting—just a chat interface where you can talk directly to your AI.
Say “Hello”. Watch it respond.
💥 You’re in.
That’s your first OpenClaw chat.
Why This Matters
Most AI tools today are black boxes. You type into a web app, and someone else’s server sends back an answer. OpenClaw flips that.
Your AI runs on your machine. Your messages never leave your network unless you tell them to. You’re not signing a ToS that lets a company train on your data.
And it all started with a simple curl and a dashboard window.
What’s Next?
You’ve got a working gateway and a live chat. From here, you can:
- Connect WhatsApp or Telegram so you can message your AI from your phone.
- Add tools like web search, file system access, or email.
- Spawn sub-agents to handle complex, multi-step tasks.
- Write your own skills to automate workflows.
But for now? Congrats. You’ve taken the first real step into a broader AI world.
Welcome to OpenClaw.
Enjoyed this article?
Join the ClawMakers community to discuss this and more with fellow builders.
Join on Skool — It's Free →