Grok CLI
Description
A conversational AI CLI tool powered by Grok with intelligent text editor capabilities and tool usage.
Installation
git clone https://github.com/superagent-ai/grok-cli README
Grok CLI
A conversational AI CLI tool powered by Grok with intelligent text editor capabilities and tool usage.
Features
- undefined
Installation
Prerequisites
- undefined
Global Installation (Recommended)
bun add -g @vibe-kit/grok-cli
Or with npm (fallback):
npm install -g @vibe-kit/grok-cli
Local Development
git clone
cd grok-cli
bun install
bun run build
bun link
Setup
- undefined
**Method 1: Environment Variable**
export GROK_API_KEY=your_api_key_here
**Method 2: .env File**
cp .env.example .env
# Edit .env and add your API key
**Method 3: Command Line Flag**
grok --api-key your_api_key_here
**Method 4: User Settings File** Create `~/.grok/user-settings.json`:
{
"apiKey": "your_api_key_here"
}
- undefined
**Method 1: Environment Variable**
...
Related Agents
Opencode
(60.8k ⭐) - The open source AI coding agent.
Data & AI community awesome-llm-apps
| 104,000+ | LLM-powered applications and multi-agent systems |
Data & AI community Gemini CLI
(90.5k ⭐) - An open-source AI agent that brings the power of Gemini directly into your terminal.
Data & AI community Lobe Chat
** ⭐ 63k+ - Open-source UI framework for building ChatGPT/LLM-based chat applications
Data & AI community OpenDevin
** ⭐ 61k+ - Open-source initiative replicating autonomous AI software engineer Devin
Data & AI community GPT-Engineer
** ⭐ 52k+ - Specify what you want it to build, the AI asks for clarification, and then builds it
Data & AI community