Quick Setup Guide

Get Started with GBAM

Get your terminal coding agent set up and running in less than two minutes.

1

Install the Global CLI

GBAM is distributed via npm and runs inside your existing workspace terminal.

npm i -g gbam-dev
2

Authenticate your Client

Connect your CLI with your dashboard account to sync context and sessions.

gbam login
3

Launch your First Session

Start in read-only (PLAN) or directly write (BUILD) modes to analyze or upgrade codebases.

gbam --mode PLAN "explain this codebase"