# Google Colab CLI: Run A100s and H100s From Your Terminal

> Source: <https://byteiota.com/google-colab-cli-run-a100s-and-h100s-from-your-terminal/>
> Published: 2026-06-13 23:14:39+00:00

Google launched the Colab CLI on June 5 and quietly ended eight years of Colab being a browser-only tool. Install the package, run one authentication step, and you can provision a T4, A100, or H100 GPU from your terminal, execute Python scripts against it, retrieve your artifacts, and terminate the runtime — no browser tab required. That alone is worth noting. What makes it worth reading about is COLAB_SKILL.md: a structured skill file Google ships alongside the CLI so that Claude Code, Codex, and Antigravity can drive Colab runtimes autonomously inside agentic pipelines. GPU compute just got a first-class interface […]

The post
