GonkaClaw - is a one command to set up OpenClaw powered by Gonka's decentralized inference. Up to 100x cheaper than commercial APIs.
bash <(curl -fsSL https://raw.githubusercontent.com/gonkalabs/gonkaclaw/main/setup.sh)
Requires Docker, Node.js 22+, git, curl, and unzip
Clones and starts the Gonka inference proxy — a drop-in OpenAI-compatible API running in Docker.
Downloads the Gonka CLI, generates a keypair, and registers your wallet on the network automatically.
Installs OpenClaw globally and points it at your local openGNK proxy with Qwen3 235B as the default model.
GonkaClaw connects two open-source projects: openGNK (a Gonka proxy that gives you an OpenAI-compatible API backed by decentralized inference) and OpenClaw (an AI agent framework).
Instead of paying $15–20 per million tokens to commercial providers, Gonka's decentralized network provides the same models at a fraction of the cost. The setup script handles all the plumbing — wallet creation, proxy configuration, and OpenClaw onboarding — in a single command.
Gonka's decentralized inference network provides the same models at a fraction of the cost
Everything you need before running the setup
Running daemon
For OpenClaw
To clone repos
For downloads
| Variable | Default | Description |
|---|---|---|
INSTALL_DIR |
./opengnk |
Where to clone the openGNK repo |
OPENGNK_PORT |
8080 |
Port for the openGNK proxy |
NODE_URL |
http://node1.gonka.ai:8000 |
Gonka node for account creation |
ACCOUNT_NAME |
opengnk-wallet |
Local wallet keyring entry name |
Your next steps once GonkaClaw is running
Run openclaw dashboard to access the OpenClaw web interface.
Use the proxy directly at localhost:8080/v1 or let OpenClaw handle everything.
Set up almost-free AI agents in under 5 minutes. One command, fully open source.