Setup CLI
Install and validate AlphaBase CLI and TUI.
Install
From the repository source:
git clone https://github.com/XtremeHarness/alphabase.gitcd alphabasebun installbun dev --helpTo install a local command shim from the checkout:
bun run install:cliVerify
alphabase --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