v1.6.3
v1.6.3 — ARM64, Pages, PWA
Homelab boxes are not all x86 anymore. This release ships ARM64 binaries alongside amd64, multi-arch Docker (linux/amd64 + linux/arm64), a refreshed GitHub Pages home (rotating hero + GIF demos), and PWA/mobile polish on the dashboard itself.
What changed
- ARM64 release assets —
amud-server-arm64,amud-agent-arm64in GitHub Releases;update-amud.shand the in-app updater pick the right binary viauname -m/std::env::consts::ARCH - Multi-arch Docker —
tradmss/amud-dashboard:latestpulls the correct architecture automatically - GitHub Pages restored — docs auto-deploy on
main; homepage hero carousel (default + 3 theme shots) and “See it in action” GIFs - PWA — install banner, manifest shortcuts, offline shell (
sw.jsv23), safer mobile topbar menu - README trim — one static dashboard screenshot on GitHub; GIF demos live on the docs site
Upgrade
Native / Proxmox:
curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.6.3/update-amud.sh | bashDocker:
docker compose pull && docker compose up -d --force-recreateHard-refresh after upgrade (Ctrl+Shift+R). On phones/tablets, use Install when the banner appears, or Add to Home Screen from the browser menu.
Assets
Release zip: amud-server, amud-agent, amud-server-arm64, amud-agent-arm64, ui.tar.gz, SHA256SUMS, install scripts. Docker Hub tag v1.6.3 publishes from the same commit.