Grok Build (opens in new tab) ⌨️Terminal Interfaces Content type: Reference
# Getting Started Grok Build is a powerful and extensible coding agent. Use it via an interactive TUI, headlessly in scripts or bots, or through the Agent Client Protocol (ACP) in other apps. The TUI provides a rich, mouse-interactive, fullscreen experience for coding with agents. ## Install ```bash customLanguage="bashMacLinux" curl -fsSL | bash ``` ```bash customLanguage="powershell" irm | iex ``` ## Start an interactive session ```bash customLanguage="bash" cd your-project grok ``...
Read the original article