agent active

Groq Code CLI

Maker: build-with-groq License: MIT Stars: 742 First released: 2025-07-30 Language: TypeScript
CLI

About

groq-code-cli is a deliberately small coding agent published under Groq's build-with-groq organization, positioned as a starting point rather than a finished product. It provides an interactive TUI with file tools, slash commands, model switching across Groq's catalog, session token stats, and reasoning display, while omitting the plugin systems and permission layers found in larger agent CLIs. The codebase is intentionally small and documented — tools, commands, and UI live in clearly separated directories — and the README walks through adding tools, commands, and even renaming the binary, with a community OpenRouter fork showing the fork-and-extend workflow in practice. It is aimed at developers who want to understand or build a coding CLI rather than adopt a finished product, and Groq's low-latency inference keeps the edit-test loop fast.