Community EditionApache 2.0

Open source.
Production ready.

Ando CE is the full-featured open-source build. Thread-per-core data plane, six plugins, APISIX-compatible Admin API. Free forever, no license key.

288,960

req/s

2.64ms

p99 latency

8

crates

6

CE plugins

What's Included

Everything you need for production.

Thread-per-core data plane

monoio-powered workers pinned to CPU cores. No scheduling overhead, no cross-core contention.

APISIX-compatible API

Manage routes, upstreams, consumers, services, and SSL via a familiar REST interface on port 9180.

Atomic config reload

ArcSwap-based router reload. Config changes take effect instantly, no restart required.

etcd clustering

Switch from standalone to etcd-backed cluster mode via a one-line config change.

Prometheus metrics

Request counts, latency histograms, and upstream health — scraped from the /metrics endpoint.

Plugin pipeline

Six phases (Rewrite → Access → BeforeProxy → HeaderFilter → BodyFilter → Log) with priority ordering.

Plugins

6 active in CE. 6 more in Enterprise.

Community Edition ships with six production-ready plugins. Enterprise Edition adds six more — all visible below, locked until you upgrade.

Community Edition6 plugins included
ActiveAccess
key-auth

API key authentication via request header. Validates against the consumer store.

ActiveAccess
jwt-auth

JWT Bearer token validation. Supports HS256 and RS256 algorithms.

ActiveAccess
basic-auth

HTTP Basic authentication against consumer username/password store.

ActiveAccess
ip-restriction

Allow or deny requests by IP address or CIDR range. Per-route or global.

ActiveAccess
rate-limiting

Local sliding-window rate limiter. Per-consumer or per-IP with configurable windows.

ActiveHeaderFilter
cors

CORS headers with preflight OPTIONS handling and configurable allowed origins.

Enterprise Edition · 6 plugins locked

Enterprise plugins are visible but require Ando Enterprise Edition to activate.

Install

Multiple install paths.

Docker
docker pull ghcr.io/ando-ai-gateway/ando-ce:latest

docker run -d \
  --name ando \
  -p 9080:9080 \
  -p 9180:9180 \
  ghcr.io/ando-ai-gateway/ando-ce:latest
Cargo / Source
cargo install ando-server

# Or build from source
git clone https://github.com/Ando-AI-Gateway/ando-ce.git
cd ando-ce
cargo build --release
./target/release/ando -c config/ando.yaml

CE vs Enterprise

Choose what you need.

FeatureCEEE
Core proxy engine (monoio, thread-per-core)
Admin API (APISIX-compatible)
key-auth, jwt-auth, basic-auth
ip-restriction, rate-limiting (local)
cors
etcd-backed config (cluster mode)
Prometheus metrics
hmac-auth, oauth2
Rate limiting (distributed / Redis)
Traffic mirror
Canary release
Circuit breaker
Multi-node clustering & HA
RBAC admin interface
Advanced dashboard
Priority SLA support

Need Enterprise features?

Explore Enterprise →

Free to use. Open to contribute.

Apache 2.0. Use it in production. Modify it freely. No strings attached.