LogoTopAIHubs

What is OpenClaw (formerly Clawdbot, now Moltbot)?

"A personal AI assistant running on your own devices, driven by your favorite chat apps like WhatsApp, Telegram, Discord, and iMessage."

Note: Due to external factors, the original Clawdbot project has been renamed to Moltbot, and serves under the OpenClaw brand.

Core Highlights

Driven by results: what you can achieve with your Personal AI Gateway

Run locally + Control via chat apps (WhatsApp, Telegram, Discord, iMessage)

Built-in Gateway + Dashboard: Access locally at http://127.0.0.1:18789/

Unified Command System: Consistent interaction experience across all channels

Multi-channel support: Seamlessly switch between different chat platforms

Advanced Security Audit: Built-in 'openclaw security audit' for deep inspection

Highly extensible: Supports custom plugins and automation workflows

5-Minute Quick Start

Three simple steps to build your local AI assistant gateway

1. Install CLI
$ curl -fsSL https://openclaw.bot/install.sh | bash

One-click install the OpenClaw core command-line tool via the official script.

2. Run Wizard
$ openclaw onboard --install-daemon

Initialize configuration and install the daemon to ensure stable background service.

3. Verify & Launch
$ openclaw gateway status openclaw health

Check gateway status and perform health checks to ensure everything is ready.

Resource Access

Security Risks & Configuration Advice

With increasing discussions around local AI proxies and gateways, ensuring your data security is paramount. We strongly recommend:

  • Default Local Binding: Always ensure the gateway is bound only to the loopback address 127.0.0.1 to avoid exposing it directly to the public internet.
  • Regular Audits: OpenClaw provides a powerful auditing tool. Run openclaw security audit --deep for deep security scanning.
  • Cautious Configuration: Follow the principle of least privilege. Be mindful of your application's attack surface as highlighted in recent security discussions.

Frequently Asked Questions (FAQ)