Skip to main content
Make sure you have Node.js 18 or higher installed.

Installation

Install Gobi CLI globally using npm:
npm i -g @gourmanddev/cli

Two Ways to Use Gobi CLI

Quick Overview: Gobi CLI works in two modes - TUI for interactive conversations or headless for automated commands.
Interactive development sessionsStart a conversation with AI in your terminal:
cn
> @src/app.js Generate unit tests for this component
Perfect for exploration, debugging, and iterative development.

Setup

For interactive development and exploration:
1

Login to Gobi CLI

cn login
This will open your browser to authenticate with Gobi Hub.
2

Test TUI Mode

Start an interactive session:
cn
Try asking a question:
> Tell me about the CLI

What’s Next?

Quick Start Guide

Learn basic usage with practical examples

Create your first workflow

Build automated workflows with Gobi CLI

Getting Help

If you encounter issues: