Overview
Theallternit wrapper is the unified shell entry point for the Allternit platform. The bin/allternit script delegates to the TypeScript CLI in cmd/gizzi-code/src/cli/allternit.ts, which provides platform lifecycle commands and launches the Gizzi Terminal UI.
This wrapper replaces the older multi-binary CLI approach with a single command that works in both development and bundled distributions.
Installation
The wrapper is available after installing Gizzi Code. Make surebun is installed and on your PATH, then run:
Commands
Examples
Launch the TUI
Start the platform
Check status
Run diagnostics
Stop the platform
Configuration directory
Platform-wide defaults are stored incmd/allternit/system/config.json. User overrides are managed by Gizzi Code’s settings system. Common settings include:
How it fits
bun run.