Download Fluxheim
Bináir réamhthógtha Linux do x86_64 agus ARM64, móide tógálacha forbróra macOS. Eisithe 23 Iúil 2026.
Tógáil táirgeachta iomlán
All cobhsaí production modules: proxy, web, cache, comhbhrú, load balancing, raw TCP stream proxying, TLS (rustls), PHP-FPM, ACME client, GeoIP/Geo-Context, slándáil hardening, méadrachtaí, agus OpenTelemetry.
Luchtaigh Balancer Edge
Tógáil ualach-chothromaithe HTTP/TCP gan taisce, gréasán statach, PHP, GeoIP, seachfhreastalaí srutha, nó scáthánú tráchta.
PHP Application Tógáil
Web statach + seachfhreastalaí droim ar ais + PHP-FPM FastCGI bridge. Ideal do WordPress agus PHP front-controller apps. No cache module compiled.
Cache Edge Tógáil
Imeall taisce dírithe gan freastal ar an ngréasán statach áitiúil. Áirítear seachfhreastalaí, taisce, comhbhrú, TLS, agus ACME. Ideal le haghaidh imscaradh ar stíl CDN.
Proxy Edge Tógáil
Focused seachfhreastalaí droim ar ais gan cache, web statach, nó the dedicated load-balancer module. Designed do pure reverse-proxy deployments le TLS, ACME, comhbhrú, agus upstream resilience.
Leagan Táirgthe Wasm
Leagan tiomnaithe Wasm bunaithe ar an bpróifíl táirgthe iomlán, le crúcaí polasaí teoranta, ACME, méadrachtaí agus OpenTelemetry.
Platform Downloads
Production Linux builds plus Level 1 macOS developer tarballs.
| Tógáil | Linux x86_64 | Linux ARM64 | macOS dev |
|---|---|---|---|
| Iomlán | x86_64-linux | aarch64-linux | Apple Silicon |
| Wasm | x86_64-linux | aarch64-linux | Apple Silicon |
| PHP | x86_64-linux | aarch64-linux | - |
| Cothromóir ualaigh | x86_64-linux | aarch64-linux | - |
| Taisce | x86_64-linux | aarch64-linux | - |
| Seachfhreastalaí | x86_64-linux | aarch64-linux | - |
| Tástálaí cumraíochta | x86_64-linux | aarch64-linux | - |
Suiteáil
# 1. Íoslódáil tarball iomlán Linux
# Úsáid aarch64-linux in ionad x86_64-linux ar fhreastalaithe ARM64.
curl -L https://github.com/valkyoth/fluxheim/releases/download/v1.8.0/fluxheim-1.8.0-full-x86_64-linux.tar.gz \
-o fluxheim-1.8.0.tar.gz
# 2. Fíoraigh agus bain amach
tar xzf fluxheim-1.8.0.tar.gz
# 3. Bog an dénártha agus uirlisí cúnta go cosán an chórais
sudo mv fluxheim /usr/local/bin/
sudo mv fluxheim-acme /usr/local/bin/ # Compánach ACME
sudo mv fluxheim-config-tester /usr/local/bin/ # Bailíochtóir config
# 4. Cruthaigh eolaire config agus cuir do config leis
sudo mkdir -p /etc/fluxheim /srv/fluxheim
sudo cp packaging/default/fluxheim.toml /etc/fluxheim/fluxheim.toml
# 5. Bailíochtaigh config
fluxheim --check-config --config /etc/fluxheim/fluxheim.toml
# 6. Rith go díreach (nó féach cluaisín Systemd do shocrú seirbhíse)
sudo fluxheim --config /etc/fluxheim/fluxheim.toml
# Tarraing íomhánna GHCR (Wasm, full, load-balancer, cache, proxy agus leaganacha PHP)
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0 # iomlán
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0-wasm
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0-load-balancer # cothromóir ualaigh
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0-cache # imeall cache
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0-proxy # imeall proxy
podman pull ghcr.io/valkyoth/fluxheim:v1.8.0-php # PHP-FPM bainistithe
# Tá an tacar tógála céanna ar fáil ar Quay
podman pull quay.io/valkyoth/fluxheim:v1.8.0
podman pull quay.io/valkyoth/fluxheim:v1.8.0-wasm
podman pull quay.io/valkyoth/fluxheim:v1.8.0-load-balancer
podman pull quay.io/valkyoth/fluxheim:v1.8.0-cache
podman pull quay.io/valkyoth/fluxheim:v1.8.0-proxy
podman pull quay.io/valkyoth/fluxheim:v1.8.0-php
# Rith gan fréamh — calafoirt inmheánacha 8080 agus 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.8.0
# Seiceáil logaí
podman logs -f fluxheim
# Áirítear aonad systemd cruaite sa tarball
sudo cp packaging/systemd/fluxheim.service /etc/systemd/system/
# Cruthaigh úsáideoir córais fluxheim
sudo useradd -r -s /sbin/nologin -d /var/lib/fluxheim fluxheim
# Socraigh eolairí
sudo mkdir -p /etc/fluxheim /srv/fluxheim /var/log/fluxheim
sudo chown fluxheim:fluxheim /srv/fluxheim /var/log/fluxheim
# Athlódáil systemd agus cumasaigh an tseirbhís
sudo systemctl daemon-reload
sudo systemctl enable --now fluxheim
# Seiceáil stádas
sudo systemctl status fluxheim
sudo journalctl -u fluxheim -f
Nóta: The packaged aonad systemd uses CAP_NET_BIND_SERVICE so Fluxheim can bind to ports 80 agus 443 gan running as root. The unit comhad includes slándáil hardening options.
# Tagann Fluxheim le acme-init do shocrú treoraithe teastais
# Criptímis (HTTP-01)
sudo fluxheim acme-init letsencrypt
# Actalis (eisitheoir saor in aisce le cumas EAB)
sudo fluxheim acme-init actalis
# Láimhseálann an uirlis chompánach fluxheim-acme athnuachan do
# cur i bhfeidhm coimeádáin agus bainisteoirí seirbhíse seachtracha
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
# sampla: issuer = "letsencrypt"
Riachtanais chórais
Ardáin tacaithe
- Linux x86_64 (kernel 4.14+)
- Linux ARM64 / aarch64
- macOS developer binaries amháin
Íomhánna coimeádáin
All eisiúint image tógálacha are published on GHCR agus Quay.
- Wolfi (minimal, cruaite)
- Full, load-balancer, cache, proxy, agus PHP image próifílí
- Alpine Linux
- SUSE Micro
- Debian
- Foilsithe ar GHCR agus Quay
All Releases
Féach gach rud ar GitHub →| Leagan | Dáta | Buaicphointí | Íoslódálacha |
|---|---|---|---|
|
v1.8.0
Is déanaí
|
July 2026 | Leagan tiomnaithe Wasm bunaithe ar an bpróifíl táirgthe iomlán, le crúcaí polasaí teoranta, ACME, méadrachtaí agus OpenTelemetry. Cuireann sé cartlanna comhoiriúnacha tar.gz agus ZIP leis, lena n-áirítear leaganacha dúchasacha iomlána agus Wasm do macOS. Neartaíonn sé teorainneacha iontrála do líonadh taisce, taisce raoin agus Wasm in aghaidh an vhost. | Gach rud ar GitHub |
|
v1.7.0 – v1.7.12
|
July 2026 | Sraith Fluxheim 1.7: meiteashonraí roghnacha, caighdeánbhunaithe don taisce, don seachfhreastalaí agus d'achoimrí freagartha; athlódáil agus aischur seatanna beo fíordheimhnithe; fianaise in-atáirgthe ar innill FIPS; uasghráduithe próisis gan aga neamhfhónaimh; samplaí beartais Wasm a tástáladh go neamhspleách; agus teorainneacha níos láidre don taisce, TLS, maolánú, sruthanna agus prótacail. | Gach rud ar GitHub |
|
v1.6.0 – v1.6.37
|
Meitheamh 2026 | Líne native-runtime cutover agus glantacháin: bunsraitheanna imeachta ó Pingora, cosáin HTTP/1 agus HTTP/2 faoi úinéireacht Fluxheim, réamhamhairc native TLS/listener, comhionannas route proxy/static-web, comhbhrú agus leathanaigh earráide, forwarded-header policy, auth-request, traffic mirroring, rate limits, bailíochtú gRPC, pooled upstream HTTP/2, glanadh native proxy i ndiaidh cutover, glanadh deiridh theorainneacha crate roimh Wasm, Rust 1.96.1, OpenSSL stream TLS cruaite, zeroization cuntais ACME agus modúil runtime níos lú agus níos dírithe. | Gach rud ar GitHub |
| v1.5.0 - v1.5.23 | Meitheamh 2026 | Enterprise load-balancer agus am rite-ownership line: focused load-balancer binaries/images, am rite member agus weight rialuithe, bainistithe affinity cookies, stream agus HTTP boundary work, active agus protocol-aware seiceálacha sláinte, service discovery, tasc cúlra ownership, cache crate boundaries, UDP beta guardrails, origin-protection budgets, ARM/macOS assets, agus broad slándáil hardening. | Gach rud ar GitHub |
| v1.4.0 – v1.4.7 | Bealtaine 2026 | Proxy operations line le production proxy parity, richer bealach beartas, scáthánú tráchta, dynamic upstream discovery, modular am rite/config split, Apple Silicon agus Linux ARM64 eisiúint assets, GeoIP/Geo-Context, config-tester archives, agus cruaite TCP stream proxying | Gach rud ar GitHub |
| v1.3.0 – v1.3.7 | Bealtaine 2026 | PHP-FPM production line, bainistithe php-fpm supervision, config tester agus ACME companion binaries, FIPS/ISO validation tracks, focused cache/proxy próifílí, agus slándáil hardening | Gach rud ar GitHub |
| v1.2.0 – v1.2.6 | Bealtaine 2026 | Cache agus observability baseline le bealach-scoped cache beartas, cuimhne/diosca/tiered backends, criptithe diosca cache, peer fill, range caching, Prometheus, agus OpenTelemetry export | Gach rud ar GitHub |
| v1.1.x | 2026 | Teastas operations line le TLS beartas próifílí, multi-teastas rustls SNI, ACME bainistithe issuance agus renewal, EAB-capable issuers, comhad-backed TLS rúin, agus renewal units | Gach rud ar GitHub |
| v1.0.0 | 2026 | Gateway foundation le vhost routing, bealach-level static/proxy/redirect actions, comhad statach freastal, seachfhreastalaí droim ar aising, rustls TLS, admin rialú-plane, secure ceanntásca, systemd packaging, agus gan fréamh coimeádáin | GitHub |
| v0.5.0 | Réamh-eisiúint | First poiblí pre-eisiúint milestone roimh the cobhsaí 1.x gateway line | GitHub |
See Loga athruithe do detailed nótaí eisiúna.