>_

GIGI CLI

Command the Entire GIGI Platform from Your Terminal

One tool to rule all GIGI services. Spin up GPUs, deploy models, manage storage, query AI, and automate everything — all from the command line you already love.

Install GIGI CLI Read the Docs
gigi-cli v2.4.1
$ gigi compute launch --gpu h100 --count 4 --region ap-sg
Launching 4x H100 cluster in Singapore...
Instance ID: cmp-9f2a3b8c | Status: READY in 22s
SSH: ssh ubuntu@10.42.0.88
$ gigi ai chat "Summarize my last 10 deployments"
GIGI AI: Your last 10 deployments ran across 3 regions...
Avg cost: $0.42/hr | Total GPU-hours: 147h
$ gigi source push --repo my-model --tag v1.3
Pushed to gigi.source/myorg/my-model:v1.3
SHA: a8f3c2e1 | 2.4GB | MIT
$ gigi --help
100+ commands across compute, ai, source, browser, chip, config, billing...
Every GIGI Service, One Interface
Built by developers, for developers. The GIGI CLI is the fastest way to work with the platform.
🖥️

All GIGI Services

Full access to GIGI COMPUTE, GIGI SOURCE, GIGI AI, billing, IAM, and monitoring. Every API surface exposed as clean, documented CLI commands.

🤖

Scriptable Automation

JSON and YAML output modes for easy piping and scripting. Integrate with bash, Python, GitHub Actions, and any CI/CD system without writing glue code.

🔔

Webhooks & Events

Subscribe to platform events from the terminal. Monitor job completion, cost thresholds, and deployment health with real-time webhook forwarding.

🧠

AI in Your Pipeline

Pipe any data through GIGI AI directly from the terminal. Summarize logs, classify outputs, generate code, or get debugging suggestions inline.

🌿

Open Source

GIGI CLI is MIT-licensed and fully open source. Audit every line, contribute improvements, and fork it for your own tooling without restrictions.

🔌

Plugin System

Extend with community or private plugins. Publish your own commands to the GIGI plugin registry and share workflows across your organization.

100+
Built-In Commands
0.1s
Avg Response Time
MIT
Open Source License
50+
Integrations

Install in One Line

Works on macOS, Linux, and Windows (WSL). No dependencies beyond a shell.

curl -fsSL https://get.asiagigi.com/cli | sh

View Full Install Guide