Analysis updated 2026-05-18
Chat with an AI assistant in your terminal to edit and understand your codebase.
Run the assistant headlessly inside CI pipelines or automation scripts.
Embed the assistant into a code editor using the Agent Client Protocol.
Build the CLI from source to inspect or modify the agent runtime.
| clayhewsr/grok-build | 04amanrajj/netwatch | 0xr10t/pulsefi | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Building from source needs the Rust toolchain plus DotSlash and protoc installed first, prebuilt binaries install in minutes.
Grok Build, called grok on the command line, is a terminal based AI coding assistant made by SpaceXAI. It runs as a full screen interface inside your terminal window that understands the code in your project, can edit files, run shell commands, search the web, and manage tasks that take a while to finish. You can use it interactively by typing in the terminal, run it without any screen for scripting and automated pipelines, or plug it directly into a code editor using something called the Agent Client Protocol. This repository holds the Rust source code for the tool and its underlying agent engine. It is copied over periodically from a larger internal codebase, and a small file at the root of the project records exactly which internal version the code matches. Most people will not build this from source. Prebuilt versions are available for Mac, Linux, and Windows through a simple install command, after which typing grok launches the assistant. Building it yourself requires the Rust programming language toolchain, plus an extra tool called DotSlash that helps download and run some of the project's internal build tools, and a tool called protoc used for code generation. Mac and Linux are the officially supported systems for building from source, while Windows builds are considered experimental. The code is organized into many small Rust packages, called crates, each handling one part of the system, such as the terminal interface itself, the tools the assistant can use like editing files or searching, and how it talks to your computer's file system and version control. Full documentation, covering setup, keyboard shortcuts, configuration, and more advanced features, is hosted online separately from this repository. The project does not accept outside code contributions. The first party code here is released under the Apache License 2.0, though some included third party and copied in source code, including ports of tools from other open source coding assistant projects, keeps its own separate licenses.
A terminal based AI coding assistant from SpaceXAI that reads your codebase, edits files, and runs commands from an interactive full screen interface.
Mainly Rust. The stack also includes Rust, DotSlash, protoc.
First party code can be used, modified, and distributed, including commercially, as long as you include the license and note any changes you make.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.