OpenBalancer v1.4.2 — Enterprise AI & API Load Balancer
⚡ OpenBalancer v1.4.2
Engineered & Maintained by INCONTROL PLUS ЕООД (https://www.openbalancer.com)
High-Throughput Asynchronous Reverse Proxy & Intelligent Load Balancer for AI Clusters and Critical APIs.
🚀 Quickstart
1. One-Line Installer (Linux / macOS):
curl -fsSL https://www.openbalancer.com/install.sh | bash2. Run with Docker (GHCR Multi-Arch):
docker run -d --name openbalancer -p 8088:8088 ghcr.io/incontrolplus/openbalancer:latest3. Run Standalone Python:
python3 core/openbalancer.py core/config.json🌟 Key Highlights & Capabilities
- Asynchronous Non-Blocking Engine: Sub-millisecond latency routing on Python
asynciosockets. - Adaptive Routing Algorithms: Weighted Round-Robin, Least-Connections, Consistent IP-Hash, Power-of-Two Random Choices.
- Prometheus & Dashboard Telemetry: Native
/openbalancer/statusendpoint with real-time metrics and latency tracking. - Zero-Buffer SSE Streaming: Optimized for LLM inference tokens with O(1) memory overhead.
- 99.9% Uptime B2B SLA Support: Enterprise support and turnkey deployment by INCONTROL PLUS.
📦 Release Assets
- Standalone Tarball Archive:
openbalancer-v1.4.2.tar.gz - Container Registry:
ghcr.io/incontrolplus/openbalancer:v1.4.2