Quick Start
0. Prerequisites (Read First)
NextClaw requires Node.js and npm.
- Install Node.js (LTS recommended): nodejs.org
- After installation, open a terminal and run:
bash
node -v
npm -vIf you see versions (for example v20.x and 10.x), your environment is ready.
1. Open a Terminal
- Windows:
- Press
Win + R, typecmd, then press Enter; - or open
PowerShellfrom search.
- Press
- macOS: Press
Command + Space, typeTerminal, then press Enter. - Linux: Usually
Ctrl + Alt + T, or openTerminalfrom the app menu.
2. Install NextClaw
bash
npm i -g nextclawIf you are installing the Linux desktop app on Debian / Ubuntu instead of the CLI, use:
3. Start the Service
Start the gateway + config UI in the background:
bash
nextclaw start4. Open the UI and Complete First-Time Setup
Open http://127.0.0.1:55667 in your browser, then:
- Add a provider (such as Qwen Portal / MiniMax / OpenRouter / OpenAI)
- If you are unsure which path to choose after install, follow: First Step After Install: Choose Provider Path (Qwen Portal or API Key)
- Select a default model
- Save and send your first message
5. Useful Verification and Stop Commands
bash
nextclaw --version
nextclaw status
nextclaw stop6. Common Issues
npm / node command not found
Node.js is not installed correctly, or the terminal session was not restarted. Reinstall Node.js and reopen the terminal.
EACCES on macOS/Linux (global npm install permission)
Try reinstalling Node.js using the official installer first. If it persists, follow npm official docs to configure a user-level global directory.
http://127.0.0.1:55667 cannot be opened
- Run
nextclaw statusto confirm the service is running. - If it is not running, start it:
bash
nextclaw start- If it still does not open, restart:
bash
nextclaw stop
nextclaw startWhat's Next?
- What To Do After Setup — First actions after configuration
- Resource Hub — OpenClaw ecosystem projects and curated lists
- Configuration — Set up providers, models, and workspace
- Secrets Management — Keep keys out of config and rotate safely
- Channels — Connect to Discord, Telegram, Slack, and more
- Commands — Full CLI reference