Download

Get started with Signando Keycloak — free Mini mode for evaluation.

Linux x86_64

Static binary, no dependencies. Runs on any Linux distribution.

~15-25 MB, FROM scratch compatible

Linux aarch64

ARM64 build for AWS Graviton, Raspberry Pi, and Apple Silicon VMs.

~15-25 MB, FROM scratch compatible

Container Image

Pre-built OCI image based on scratch (zero OS, just the binary).

Multi-arch: amd64 + arm64

Quick Start (Mini Mode)

# Run the mini gateway (all-in-one, no external dependencies)
KC_BACKEND_URL=http://your-keycloak:8080 ./keycloak-gateway-mini

# With a policy file
KC_ALG_POLICY_PATH=./policy.toml KC_BACKEND_URL=http://your-keycloak:8080 ./keycloak-gateway-mini

# Health check
curl http://localhost:9090/health

Small & Full Modes

Small (2-process) and Full (4-process) deployment modes require a Starter or Business license. These modes provide network isolation via NATS or Valkey message brokers.

Contact Sales for License