Start here

Install & first run

Get KE Dev OS running locally and open the dashboard.

Updated 2026-07-09 · KE Dev OS Wiki

One-liner

Install from the public CDN:

curl -fsSL https://kestudios.dev/downloads/ke-dev-os-install.sh | bash

From source (dev)

Clone/build the grokcode tree:

cd ~/grokcode
npm install && npm run build
npm run install:global   # or ./scripts/install.sh
grokcode dashboard --port 7430

Auth

Prefer xAI console API key for maxed SuperGrok users (console key beats OAuth when both exist).

Set key: grokcode config set-key … or env XAI_API_KEY.

See local docs/XAI_API_KEY.md in the product repo.

Smoke

grokcode about
grokcode doctor
grokcode dashboard
open http://127.0.0.1:7430
Coded and developed by William Keenan · K&E Studios · Wiki home