One command. Everything ready.

One-click setup for
OpenClaw

Stop fumbling with manual installation and configuration. install9 handles everything — environment detection, dependency management, security hardening, and channel integration — so you can start building with AI agents in minutes.

Terminal
$ curl -fsSL install9.ai/openclaw | bash

Cross-platform

Automatically detects macOS, Linux, or Windows, installs the right dependencies, and configures your system.

Secure by default

Gateway tokens, file system isolation, and security hardening applied automatically.

Channel ready

Set up Feishu, Slack, Discord and more with guided interactive prompts.

Everything you need,
nothing you don't

A production-grade installer that handles the hard parts so you can focus on building.

01

Smart environment detection

Detects your OS, package manager, shell type, and existing installations. Works with brew, apt, dnf, pacman, apk, winget, choco, and scoop.

02

Automated dependency management

Installs Node.js via nvm or fnm, configures PATH, and handles version upgrades seamlessly.

03

Gateway & service setup

Configures the OpenClaw gateway as a system service (launchd on macOS, systemd on Linux, Scheduled Task on Windows) with secure token management.

04

Interactive channel integration

Step-by-step guided setup for Feishu/Lark with App ID, Secret, and WebSocket configuration.

Built for OpenClaw

First-class support for OpenClaw with an extensible architecture for future platforms.

OpenClaw

Multi-channel AI agent platform with 38 channel plugins and 55 built-in skills. install9 handles the full lifecycle — from first install through gateway configuration to channel integration.

Fully supported

Know your risk after install

claw-guard audits what OpenClaw exposes on your host system — credentials, ports, processes, and more.

Not another config checker

Existing tools check if OpenClaw is configured correctly. claw-guard asks a different question: now that an AI agent has system permissions, what sensitive resources might it access? It audits your host from the outside in.

Terminal
$ curl -fsSL install9.ai/claw-guard | sh

Credential exposure

Checks if ~/.ssh, ~/.aws, ~/.kube and other credential directories are accessible by OpenClaw processes.

Network audit

Detects wildcard listeners on 0.0.0.0, unexpected outbound connections, and exposed service ports.

Process security

Verifies OpenClaw is not running as root and flags dangerous sub-agent flags like --yolo.

Container security

Checks for Docker socket exposure and excessive volume mounts that could compromise the host.

Data leak detection

Scans shell history, logs, and config files for accidentally exposed API keys and secrets.

Sandbox verification

Ensures sandbox mode is enabled and container isolation has no escape vectors.

claw-guard report
claw-guard v0.1.0 — Security Report ────────────────────────────────────── Score: 72/100 [########..] Good ✗ CG-C001 CRITICAL ~/.ssh dir world-readable (mode 755) ✗ CG-G001 CRITICAL Gateway auth mode = "none" ⚠ CG-N001 HIGH Gateway bound to 0.0.0.0:18789 ✓ CG-P001 HIGH Process not running as root ✓ CG-T001 CRITICAL Docker socket not exposed ✓ CG-S001 CRITICAL Sandbox mode enabled ────────────────────────────────────── 23 rules checked · 2 critical · 1 high
Open source · MIT License · Privacy-first — never uploads credentials