Home aipowergate SaaS Market Pricing Docs 中文

Download aipowergate

Choose the stable release for production, or try the development build for the latest features.

🍎

macOS

Apple Silicon (arm64) & Intel (amd64)

Download .dmg
🪟

Windows

64-bit installer (.exe)

Download .exe
🐧

Linux

amd64 & arm64 tar.gz

Download .tar.gz
🐳

Docker

Official image on Docker Hub

View Command

⚠️ Development builds are unstable

They may contain breaking changes and are intended for testing only. Use stable releases for production.

View CI Artifacts

Docker Quick Start

docker pull aipowerlink/aipowergate:1.0
docker run -p 38080:38080 -p 11434:11434 aipowerlink/aipowergate:1.0

Build from Source

git clone https://github.com/aipowerlink/aipowergate.git
cd aipowergate
go build -o aipowergate ./cmd/aipowergate
./aipowergate --config config.yaml

Verification

Verify binary integrity with SHA256 checksums and GPG signatures available on the GitHub release page.

sha256sum -c aipowergate_1.0_linux_amd64.tar.gz.sha256

Changelog Highlights (v1.0)

  • Initial OpenAI-compatible and Ollama-compatible routing engine.
  • Zero-knowledge key encryption with Ed25519 + ECDH + AES-256-GCM.
  • Usage dashboard with token and cost tracking.
  • Docker image and cross-platform binaries.

Read full changelog →