higress-group/higress

🤖 AI Gateway | AI Native API Gateway

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 7th, 2026
Created on October 27th, 2022
Open Issues & Pull Requests: 1,084 (+0)
GitHub issues: Enabled
Number of forks: 1,280
Total Stargazers: 9,313 (+0)
Total Subscribers: 74 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.8 hours
Mean response time: 12.0 days
90th percentile: 12.6 days
Tracked items: 1,498

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 85% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "issue-spec/proposal" is answered fastest, typically in under an hour, while "type/enhancement" waits about 2 days. 43% of tracked open issues have had no activity in three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 737
New in 7 days: 14
Closed in 7 days: 10
Avg open age: 304 days
Stale 30+ days: 596
Stale 90+ days: 465

Recent activity

Opened in 7 days: 12
Closed in 7 days: 6
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • area/ai (111)
  • sig/wasm (100)
  • level/normal (86)
  • help wanted (75)
  • type/enhancement (50)
  • good first issue (43)
  • type/bug (39)
  • level/challenge (36)

Detailed Description

Higress is a cloud-native API gateway based on Istio and Envoy that emphasizes AI-native capabilities and extensibility through WebAssembly plugins.

The tool addresses the need for unified API management across traditional services and AI workloads. It originated at Alibaba to solve specific problems including long-connection disruption during gateway reloads and improved load balancing for gRPC and Dubbo protocols. Higress extends the Envoy proxy with WebAssembly plugins written in Go, Rust, or JavaScript, providing dozens of ready-to-use general-purpose plugins alongside AI-specific functionality. Its AI gateway capabilities support mainstream model providers both domestic and international, and it can host Model Context Protocol servers, enabling AI agents to call various tools and services. The project includes an openapi-to-mcp tool for converting OpenAPI specifications into remote MCP servers.

Higress suits organizations running cloud-native infrastructure who need to manage both traditional API traffic and AI model access through a single gateway. It is particularly relevant for teams building AI agent systems that require integration with multiple external services and LLM providers. The tool offers an out-of-the-box console for management and can be started with Docker for local development. Teams already invested in Istio and Envoy ecosystems will find natural integration points, though Higress functions as a standalone gateway as well.

The project maintains active development with regular updates to its AI provider integrations and plugin ecosystem. The codebase shows ongoing refinement of core gateway functionality alongside expansion of AI-specific features. Documentation is comprehensive, covering architecture, plugin development, and deployment patterns. The project operates as a vendor-neutral CNCF initiative with adoption across multiple industries documented in its community materials.