Skip to content

edgee-ai/edgee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AI coding assistants are incredible. They're also expensive. Every prompt you send to Claude Code or Codex carries context, your files, your history, your instructions, and your token consumption is crazy.

Edgee sits between your coding agent and the LLM APIs and compresses that context before it reaches the model. Same output. Fewer tokens. Lower bill.

Claude Code ──► edgee ──► Anthropic API
                 ↑
          token compression
          happens here

Install

macOS / Linux (curl)

curl -fsSL https://install.edgee.ai | bash

Homebrew

brew tap edgee-ai/tap
brew install edgee

Quickstart

Launch Claude Code with token compression

edgee launch claude

That's it. Edgee configures itself as a gateway and Claude Code routes through it automatically.

With Codex

edgee launch codex

What it does

Token compression — Edgee analyzes your request context and removes redundancy before sending it upstream. It's lossless from the model's perspective: the response is identical, but the prompt is leaner.

Usage tracking — See how many tokens you're sending, how many you're saving, and what it costs — in real time.


Supported setups

Tool Setup command Status
Claude Code edgee launch claude ✅ Supported
Codex edgee launch codex ✅ Supported
Opencode edgee launch opencode ✅ Supported
Cursor edgee launch cursor 🔜 Coming soon

Contributing

Edgee is Apache 2.0 licensed and we genuinely want your contributions.

git clone https://github.com/edgee-ai/edgee
cd edgee
cargo build

See CONTRIBUTING.md for the full guide. For bigger changes, open an issue first so we can align before you build.


Community

Packages

 
 
 

Contributors