Chat with the Grok AI model from a native desktop app instead of a browser or terminal.
Open a real code project and get AI coding assistance with context of your files.
Run multiple chat tasks at once, switching between them while background work continues.
Build the app from source to run it on Windows, Linux, or Intel Macs.
| tangf-ai/grokx | 2arons/agent-git | alexdevflow/lsq | |
|---|---|---|---|
| Stars | 11 | 11 | 11 |
| Language | Rust | Rust | Rust |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Prebuilt installer only for Apple Silicon Macs, Windows and Linux require building from source.
Grokx is an open source desktop application that gives you a chat window for talking with the Grok AI model and using it for coding help. It wraps a bundled copy of the Grok Build engine inside a clean, light colored interface similar in style to OpenAI's Codex app, so you get a native looking desktop program instead of a website or terminal tool. The app lets you create separate tasks, each with its own chat history and its own working folder, and you can switch between tasks while work keeps running in the background on the ones you leave. You can open a real project folder so new tasks work inside your actual code, or start a temporary task with no folder for quick questions. Inside a chat you can paste text and images, pick which model to use, adjust how much reasoning effort the AI applies, edit and resend previous prompts, and see a collapsible trace of the AI's thinking and tool use. Permission settings let you control whether the AI needs your approval before taking actions, runs automatically, or is fully trusted. Grokx is built with Tauri, which combines a Rust backend with a React based user interface, and it talks to the underlying Grok engine as a separate isolated process rather than mixing the two together. This keeps the desktop app itself lightweight while still giving it full access to the AI engine's capabilities. The project currently only publishes a ready made installer for Apple Silicon Macs. Windows and Linux users, as well as people on Intel Macs, need to download the source code and build it themselves, though the underlying technology stack works on all three operating systems. Building from source requires Rust, Node.js, and platform specific build tools. Both the app itself and the underlying engine are released under the Apache 2.0 license, which allows free use, modification, and redistribution as long as the license terms are followed. The project keeps your API keys and settings stored locally on your own machine rather than inside the repository.
An open source desktop app that wraps the Grok Build AI engine in a clean, Codex-style interface for chatting with Grok and getting AI coding help.
Mainly Rust. The stack also includes Rust, Tauri, React.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice and license terms.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.