AI-Powered Terminal Coding Agent

Glimx helps you write, debug, and deploy code directly from your terminal with free AI models and smart permissions.

Core Features

Everything you need to supercharge your development workflow

Free AI Models

Works with Qwen, DeepSeek, Mistral, and more via OpenRouter, Groq, and Cerebras. No paid API required.

5 Default MCP Servers

Filesystem, Git, Sequential Thinking, Web Fetch, and Memory - all pre-configured and ready to use.

Sequential Thinking

AI breaks down complex problems step-by-step with transparent reasoning process for better solutions.

Smart Permissions

Validates commands before execution. Ask for approval on dangerous operations like git push, rm, chmod.

Memory System

Knowledge graph persistence keeps context across sessions. AI remembers important facts and decisions.

Fast & Lightweight

Built on Bun runtime. Ultra-fast startup and execution. Works entirely in your terminal.

Agent Capabilities

Built-in features for intelligent code assistance

Defensive Security

Glimx prioritizes security by refusing to create or modify code that may be used maliciously.

  • Refuses credential discovery and harvesting tasks
  • Blocks bulk crawling for sensitive data
  • Allows security analysis and documentation

Multi-File Operations

Work across multiple files simultaneously with coordinated changes.

  • Edits multiple files in a single session
  • Maintains consistency across changes
  • Understands project dependencies

Code Intelligence

Advanced capabilities for understanding and optimizing codebases.

  • Explains complex code functionality
  • Identifies performance bottlenecks
  • Suggests refactoring improvements

Task Management

Intelligent task planning and execution with progress tracking.

  • Breaks down complex tasks into steps
  • Tracks progress with todo lists
  • Verifies task completion

See It In Action

Experience the power of Glimx in your terminal

user@terminal:~
$ curl -fsSL https://glimx-cli.pages.dev/install.sh | bash
🚀 Installing Glimx CLI...
🔧 Detected architecture: darwin-arm64
📦 Downloading Glimx v1.0.0 for darwin-arm64...
✨ Glimx installed successfully!
🚀 Starting setup wizard for free AI models...
🌐 Opening browser to get free API keys...
✅ Groq API key configured!
🎉 Setup completed! Ready to use powerful AI models.
$ glimx

Interactive Terminal

Visual representation of Glimx in action

$ glimx "Add authentication to my app"

🔍 Analyzing codebase...

📝 Creating authentication module...

🔐 Adding JWT token handling...

✅ Tests passing

$ _

Get Started

Install Glimx with a single command

Installation

Package Managers

npm install -g glimx
🍞 bun install -g glimx
pnpm install -g glimx

Windows Installation

Invoke-WebRequest -Uri "https://glimx-cli.pages.dev/install.ps1" -OutFile "install.ps1"; .\install.ps1
GitHub Releases

Documentation

Everything you need to master Glimx CLI