Skip to main content
Multi-Provider AI Agent

Your AI coding agent. Any model. Any provider.

31 tools. 15 skills. Full MCP support. Run xAI Grok at 1/15th the cost of Claude Code, or bring any provider you want. Open source, built for professionals.

$ npm install -g ashlrcode
$ cd my-project
$ ashlrcode
✓ AshlrCode v2.0.0 — connected to xai/grok-4-1-fast-reasoning
ashlrcode > _
31
Tools
15
Skills
6
Providers
11K+
Lines of Code
Capabilities

Everything you need

A complete AI coding agent with the tools, skills, and intelligence to handle real-world development tasks.

Multi-Provider

6 providers: xAI Grok, Anthropic Claude, OpenAI, Ollama (local), Groq, DeepSeek. Auto-failover with exponential backoff.

31 Built-in Tools

Glob, Grep, Read, Edit, Write, Bash, PowerShell, and 24 more. Every tool an agent needs to navigate, understand, and modify your codebase.

MCP Support

Connect to any Model Context Protocol server. Extend your agent with databases, APIs, browser automation, and custom tools.

15 Skills

From commit workflows to security audits. Skills are composable, multi-step capabilities that chain tools together intelligently.

Plan Mode

Think before acting. Plan mode lets the agent reason through complex tasks, outline steps, and get your approval before executing.

Smart Context

Automatic 3-tier context compression with 2M token windows on Grok. Provider-aware limits, auto-compaction, and visual context bar.

Autopilot

Autonomous codebase scanner. Scan for issues, build a work queue, then let the agent fix, test, PR, and merge — fully hands-off.

Image Support

Drag-and-drop images directly into the terminal. Smart paste collapses large payloads automatically to preserve context.

See It in Action

Watch it work

A real AshlrCode session. The agent reads your codebase, plans edits, and executes — all from one prompt.

AshlrCode v0.9.2 — ~/projects/webapp
ashlrcode >Add a dark mode toggle to the settings page
Planning
I'll add a dark mode toggle to the settings page. Let me find the relevant files and understand the current theme setup.
Tool Calls
Glob pattern="**/settings/**/*.tsx"
Found 4 files
Grep pattern="theme|darkMode" path="src/"
Found matches in 3 files
Read src/app/settings/page.tsx
Read 142 lines
Read src/lib/theme-context.tsx
Read 48 lines
Edits
Edit src/app/settings/page.tsx (+18 lines)
Added DarkModeToggle component with system preference detection
Edit src/lib/theme-context.tsx (+6 lines)
Extended ThemeProvider with persistence to localStorage
Done. Added dark mode toggle to the settings page with system preference detection and localStorage persistence.
Provider: xai/grok-3-mini • Tokens: 12,847 in / 2,341 out • Cost: $0.008 • Duration: 4.2s
Quick Start

Up and running in 60 seconds

Three steps. No accounts, no subscriptions, no vendor lock-in.

1

Install

Clone and link globally.

git clone https://github.com/ashlrai/ashlrcode.git
cd ashlrcode && bun install && bun link
2

Configure

Run ac — the setup wizard handles the rest.

ac
# First run walks you through provider + API key setup
3

Code

Start coding with your AI agent.

cd your-project
ac --yolo "fix the login bug"
Comparison

How AshlrCode stacks up

The same power as premium AI coding tools — at a fraction of the cost, with full provider freedom.

FeatureAshlrCodeClaude CodeCursorAider
Monthly Cost (heavy use)$15-30$200+$20 + APIAPI costs
Provider Flexibility
MCP Support
Plan Mode
Built-in Skills1580+00
Local Models (Ollama)
Context Window2M200K128KModel limit
Autopilot Mode
Image Input

Start coding with AshlrCode

Open source. Multi-provider. Built for developers who want power without the price tag.

$ npm install -g ashlrcode