Download Fluxheim
Pre-built Linux binaries for x86_64 and ARM64, plus macOS developer builds. Udgivet 23. juni 2026.
Fuldt production-build
Alle stabile production-moduler: proxy, web, cache, komprimering, load balancing, raw TCP stream proxying, TLS (rustls), PHP-FPM, ACME-client, GeoIP/Geo-Context, security hardening, metrics og OpenTelemetry.
Load-balancer edge
Fokuseret HTTP/TCP load-balancer-build uden cache, static web, PHP, GeoIP, stream proxying eller traffic mirroring.
PHP-applikationsbuild
Static web + reverse proxy + PHP-FPM FastCGI-bro. Ideel til WordPress og PHP front-controller apps. Intet cache-modul kompileret.
Cache-edge-build
Fokuseret cache edge uden lokal static web serving. Inkluderer proxy, cache, komprimering, TLS og ACME. Ideel til CDN-lignende deployments.
Proxy-edge-build
Fokuseret reverse proxy uden cache, static web eller det dedikerede load-balancer-modul. Designet til rene reverse-proxy deployments med TLS, ACME, komprimering og upstream resilience.
Platform Downloads
Production Linux builds plus Level 1 macOS developer tarballs.
| Build-type | Linux x86_64 | Linux ARM64 | macOS dev |
|---|---|---|---|
| Fuld | x86_64-linux | aarch64-linux | Apple Silicon |
| PHP | x86_64-linux | aarch64-linux | - |
| Load Balancer | x86_64-linux | aarch64-linux | - |
| Cache-lag | x86_64-linux | aarch64-linux | - |
| Proxy-lag | x86_64-linux | aarch64-linux | - |
| Config-tester | x86_64-linux | aarch64-linux | - |
Installering
# 1. Download full Linux build tarball
# Brug aarch64-linux i stedet for x86_64-linux på ARM64-servere.
curl -L https://github.com/valkyoth/fluxheim/releases/download/v1.6.30/fluxheim-1.6.30-full-x86_64-linux.tar.gz \
-o fluxheim-1.6.30.tar.gz
# 2. Verificér og udpak
tar xzf fluxheim-1.6.30.tar.gz
# 3. Flyt binær og hjælpeværktøjer til system path
sudo mv fluxheim /usr/local/bin/
sudo mv fluxheim-acme /usr/local/bin/ # ACME-hjælpeværktøj
sudo mv fluxheim-config-tester /usr/local/bin/ # Config-validator
# 4. Opret config-mappe og tilføj din config
sudo mkdir -p /etc/fluxheim /srv/fluxheim
sudo cp packaging/default/fluxheim.toml /etc/fluxheim/fluxheim.toml
# 5. Valider config
fluxheim --check-config --config /etc/fluxheim/fluxheim.toml
# 6. Kør direkte (eller se Systemd-fanen for service setup)
sudo fluxheim --config /etc/fluxheim/fluxheim.toml
# Pull GHCR-images (full, load-balancer, cache, proxy og PHP-varianter)
podman pull ghcr.io/valkyoth/fluxheim:v1.6.30 # fuld variant
podman pull ghcr.io/valkyoth/fluxheim:v1.6.30-load-balancer # belastningsfordeler
podman pull ghcr.io/valkyoth/fluxheim:v1.6.30-cache # cache-edge
podman pull ghcr.io/valkyoth/fluxheim:v1.6.30-proxy # proxy-edge
podman pull ghcr.io/valkyoth/fluxheim:v1.6.30-php # administreret PHP-FPM
# Samme build-set er tilgængeligt på Quay
podman pull quay.io/valkyoth/fluxheim:v1.6.30
podman pull quay.io/valkyoth/fluxheim:v1.6.30-load-balancer
podman pull quay.io/valkyoth/fluxheim:v1.6.30-cache
podman pull quay.io/valkyoth/fluxheim:v1.6.30-proxy
podman pull quay.io/valkyoth/fluxheim:v1.6.30-php
# Kør rootless - interne porte 8080 og 8443
podman run -d \
--name fluxheim \
--restart unless-stopped \
-p 8080:8080 \
-p 8443:8443 \
-v /srv/sites:/srv/sites:ro \
-v /srv/fluxheim/certs:/etc/fluxheim/certs:rw \
-v ./fluxheim.toml:/etc/fluxheim/fluxheim.toml:ro \
ghcr.io/valkyoth/fluxheim:v1.6.30
# Tjek logs
podman logs -f fluxheim
# Tar-arkiven inkluderer en hardened systemd-unit
sudo cp packaging/systemd/fluxheim.service /etc/systemd/system/
# Opret fluxheim system user
sudo useradd -r -s /sbin/nologin -d /var/lib/fluxheim fluxheim
# Sæt mapper op
sudo mkdir -p /etc/fluxheim /srv/fluxheim /var/log/fluxheim
sudo chown fluxheim:fluxheim /srv/fluxheim /var/log/fluxheim
# Reload systemd og enable servicen
sudo systemctl daemon-reload
sudo systemctl enable --now fluxheim
# Tjek status
sudo systemctl status fluxheim
sudo journalctl -u fluxheim -f
Bemærk: Den pakkede systemd-unit bruger CAP_NET_BIND_SERVICE så Fluxheim kan binde til port 80 og 443 uden at køre som root. Unit-filen inkluderer security hardening options.
# Fluxheim leveres med acme-init til guidet certificate setup
# Let's Encrypt-certifikat (HTTP-01)
sudo fluxheim acme-init letsencrypt
# Actalis (gratis EAB-capable issuer)
sudo fluxheim acme-init actalis
# Hjælpeværktøjet fluxheim-acme håndterer renewal for
# container- og external service-manager deployments
fluxheim-acme status
fluxheim-acme renew
fluxheim-acme reload
[[vhosts]]
name = "site"
hosts = ["example.com", "www.example.com"]
[vhosts.tls]
enabled = true
[vhosts.tls.acme]
enabled = true
# issuer = "letsencrypt" # udsteder
Systemkrav
Understøttede platforme
- Linux x86_64 (kernel 4.14+)
- Linux ARM64 / aarch64
- Kun macOS-udviklerbinærer
Container-images
Alle release image-builds publiceres på GHCR og Quay.
- Wolfi (minimal, hærdet)
- Fuld-, load-balancer-, cache-, proxy- og PHP-imageprofiler
- Alpine Linux
- SUSE Micro
- Debian
- Publiceret på GHCR og Quay
All Releases
Se alt på GitHub →| Version | Dato | Højdepunkter | Hentninger |
|---|---|---|---|
|
v1.6.0 – v1.6.30
Nyeste serie
|
Juni 2026 | Native-runtime cutover-linje: Pingora-exit foundations, Fluxheim-owned HTTP/1- og HTTP/2-paths, native TLS/listener previews, route proxy/static-web parity, komprimering og error pages, forwarded-header policy, auth-request, traffic mirroring, rate limits, gRPC validation, pooled upstream HTTP/2 og hardened runtime evidence. | Alt på GitHub |
| v1.5.0 - v1.5.23 | Juni 2026 | Enterprise load-balancer og runtime-ownership-linje: fokuserede load-balancer binaries/images, runtime member og weight controls, managed affinity cookies, stream og HTTP boundary work, active og protocol-aware health checks, service discovery, background task ownership, cache crate boundaries, UDP beta guardrails, origin-protection budgets, ARM/macOS assets og bred security hardening. | Alt på GitHub |
| v1.4.0 – v1.4.7 | Maj 2026 | Proxy operations-linje med production proxy parity, rigere route policy, traffic mirroring, dynamic upstream discovery, modular runtime/config split, Apple Silicon og Linux ARM64 release assets, GeoIP/Geo-Context, config-tester archives og hardened TCP stream proxying | Alt på GitHub |
| v1.3.0 – v1.3.7 | Maj 2026 | PHP-FPM production-linje, managed php-fpm supervision, config tester og ACME companion binaries, FIPS/ISO validation tracks, fokuserede cache/proxy profiles og security hardening | Alt på GitHub |
| v1.2.0 – v1.2.6 | Maj 2026 | Cache og observability baseline med route-scoped cache policy, memory/disk/tiered backends, encrypted disk cache, peer fill, range caching, Prometheus og OpenTelemetry export | Alt på GitHub |
| v1.1.x | 2026 | Certificate operations-linje med TLS policy profiles, multi-certificate rustls SNI, managed ACME issuance og renewal, EAB-capable issuers, file-backed TLS secrets og renewal units | Alt på GitHub |
| v1.0.0 | 2026 | Gateway-foundation med vhost routing, route-level static/proxy/redirect actions, static file serving, reverse proxying, rustls TLS, admin control-plane, secure headers, systemd packaging og rootless containers | GitHub |
| v0.5.0 | Forudgivelse | Første offentlige pre-release-milepæl før den stabile 1.x gateway-linje | GitHub |
Se Ændringslog for detaljerede release notes.