Intro
AlphaBase product overview and getting started flow.
AlphaBase is an open-source AI engineering workspace with one runtime and multiple app surfaces:
- CLI + TUI (
packages/alphabase) - Desktop app (
packages/desktop) - VS Code extension (
packages/extensions/vscode-v2) - Browser UI (
alphabase web, backed bypackages/app) - API/SDK integrations (
packages/sdk/js)
Start In 10 Minutes
- Install AlphaBase:
curl -fsSL https://alphabase.ai/install | bash- Open your project directory:
cd /path/to/project- Launch the TUI:
alphabase- Connect at least one model provider.
- Pick a model and agent mode.
- Run your first prompt:
Create hello-world.txt with one line: Hello, AlphaBase.Choose Your Surface
- Use CLI for automation and terminal workflows.
- Use TUI for interactive terminal-first work.
- Use IDE for editor-native chat and tool execution.
- Use Web for browser-based local sessions.
Core Runtime Concepts
- Providers: model backends and credentials.
- Tools: file/system/tool execution contracts.
- Server: local runtime API used by clients.
- Troubleshooting: health checks and failure recovery.
- Ecosystem: package map and deployment topology.