simplesetup
Guided OpenClaw setup through a terminal UI. Pick your auth, channels, and deploy with real commands. No config files to write.
On the roadmap
OpenClaw is ready now. More self-hosted tools coming next.
How it works
Three simple steps from zero to deployed. No complex configuration, no surprises.
Download
$ download simplesetup
Grab the binary for your platform from GitHub Releases. No install needed.
Run
$ ./simplesetup --tool openclaw
Launch the TUI, pick your auth provider, channels, and run the guided OpenClaw wizard.
Ready
$ openclaw status --deep
OpenClaw is set up with your config, channels, and diagnostics ready to go.
Start your first setup now
Download the CLI for your platform, run it, and follow the guided OpenClaw setup flow.
Get the latest releaseOr build from source with npm run build:cli
Get the CLI
Download a standalone binary for your platform. No dependencies required.
GitHub Releases
Standalone binaries. No Node.js required. Works offline.
Build from source
Clone the repo, install deps, and run with Node 20+.
$ git clone https://github.com/hridaya423/simplesetup.git$ cd simplesetup && npm install$ npm run tui:openclaw