Skip to content

Setup CLI

Install and validate AlphaBase CLI and TUI.

Install

From the repository source:

Terminal window
git clone https://github.com/XtremeHarness/alphabase.git
cd alphabase
bun install
bun dev --help

To install a local command shim from the checkout:

Terminal window
bun run install:cli

Verify

Terminal window
alphabase --help

Start TUI

Terminal window
cd /path/to/workspace
alphabase

Headless Runtime (Optional)

Terminal window
alphabase serve --hostname 127.0.0.1 --port 4096

First Prompt Smoke

Create hello-world.txt with one line: Hello, AlphaBase CLI.

Expected:

  • tools execute
  • file appears in workspace
  • completion response summarizes outcome