{"id":47608112,"url":"https://github.com/edgee-ai/edgee","last_synced_at":"2026-04-01T19:40:11.760Z","repository":{"id":344991065,"uuid":"1183044033","full_name":"edgee-ai/edgee","owner":"edgee-ai","description":"Open-source AI gateway written in Rust, with token compression for Claude Code, Codex... and any other LLM client.","archived":false,"fork":false,"pushed_at":"2026-04-01T10:00:20.000Z","size":106733,"stargazers_count":26,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T10:21:50.658Z","etag":null,"topics":["agentic","cli","coding-assistant","context-optimization","cost-optimization","edgee","llm-gateway","token-compression"],"latest_commit_sha":null,"homepage":"https://www.edgee.ai","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edgee-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-16T08:07:03.000Z","updated_at":"2026-04-01T10:02:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/edgee-ai/edgee","commit_stats":null,"previous_names":["edgee-ai/edgee"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/edgee-ai/edgee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgee-ai%2Fedgee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgee-ai%2Fedgee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgee-ai%2Fedgee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgee-ai%2Fedgee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgee-ai","download_url":"https://codeload.github.com/edgee-ai/edgee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgee-ai%2Fedgee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic","cli","coding-assistant","context-optimization","cost-optimization","edgee","llm-gateway","token-compression"],"created_at":"2026-04-01T19:40:09.461Z","updated_at":"2026-04-01T19:40:11.437Z","avatar_url":"https://github.com/edgee-ai.png","language":"Rust","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.edgee.ai\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.edgee.ai/img/logo-white.svg\"\u003e\n      \u003cimg src=\"https://cdn.edgee.ai/img/logo-black.svg\" height=\"50\" alt=\"Edgee\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![Edgee](https://img.shields.io/badge/discord-edgee-blueviolet.svg?logo=discord)](https://www.edgee.ai/discord)\n[![Docs](https://img.shields.io/badge/docs-published-blue)](https://www.edgee.ai/docs/introduction)\n[![Twitter](https://img.shields.io/twitter/follow/edgee_ai)](https://twitter.com/edgee_ai)\n\u003c/div\u003e\n\n---\n\nAI 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.\n\nEdgee sits between your coding agent and the LLM APIs and compresses that context before it reaches the model. Same output. Fewer tokens. Lower bill.\n\n\n\u003cimg width=\"1997\" height=\"807\" alt=\"ai-gateway-horizontal-light\" src=\"https://github.com/user-attachments/assets/09829f8f-cbf3-4afe-8947-bd4cd421667f\" /\u003e\n\n\n## Install\n\n**macOS / Linux (curl)**\n\n```bash\ncurl -fsSL https://edgee.ai/install.sh | bash\n```\n\n**Homebrew (macOS)**\n\n```bash\nbrew install edgee-ai/tap/edgee\n```\n\n**Windows (PowerShell)**\n\n```powershell\nirm https://edgee.ai/install.ps1 | iex\n```\n\nInstalls to `%LOCALAPPDATA%\\Programs\\edgee\\`. You can override the directory with `$env:INSTALL_DIR` before running.\n\n---\n\n## Quickstart\n\n### Launch Claude Code with token compression\n\n```bash\nedgee launch claude\n```\n\nThat's it. Edgee configures itself as a gateway and Claude Code routes through it automatically.\n\n### Launch Codex with token compression\n\n```bash\nedgee launch codex\n```\n\n---\n\n## What it does\n\n**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.\n\n**Usage tracking** — See how many tokens you're sending, how many you're saving, and what it costs — in real time.\n\n\n---\n\n## Supported setups\n\n| Tool | Setup command | Status |\n|---|---|---|\n| Claude Code | `edgee launch claude` | ✅ Supported |\n| Codex | `edgee launch codex` | ✅ Supported |\n| Opencode | `edgee launch opencode` | ✅ Supported |\n| Cursor | `edgee launch cursor` | 🔜 Coming soon |\n\n\n---\n\n## Contributing\n\nEdgee is Apache 2.0 licensed and we genuinely want your contributions.\n\n```bash\ngit clone https://github.com/edgee-ai/edgee\ncd edgee\ncargo build\n```\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide. For bigger changes, open an issue first so we can align before you build.\n\n---\n\n## Community\n\n- [Discord](https://www.edgee.ai/discord) — fastest way to get help\n- [GitHub Issues](https://github.com/edgee-ai/edgee/issues) — bugs and feature requests\n- [Twitter / X](https://twitter.com/edgee_ai) — updates and releases\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgee-ai%2Fedgee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgee-ai%2Fedgee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgee-ai%2Fedgee/lists"}