Setup CLI
Install and validate AlphaBase CLI and TUI.
Install
Preferred:
npm i -g alphabase-ai@latestIf you are running from this repository source:
bash scripts/install-cli-local.shVerify
alphabase --versionalphabase --helpStart TUI
cd /path/to/workspacealphabaseHeadless Runtime (Optional)
alphabase serve --hostname 127.0.0.1 --port 4096First Prompt Smoke
Create hello-world.txt with one line: Hello, AlphaBase CLI.Expected:
- tools execute
- file appears in workspace
- completion response summarizes outcome