Homelander v1.5.1
Fixes
The macOS Intel build now works. v1.5.0's Intel .dmg shipped Apple Silicon binaries inside it and crashed on launch with an incompatible architecture error. Each macOS architecture is now built on its own native runner, and CI hard-fails if a packaged app contains any wrong-architecture binary.
Which file do I download?
| Platform | Package |
|---|---|
| macOS (Apple Silicon — M1 and newer) | Homelander-1.5.1-arm64.dmg |
| macOS (Intel) | Homelander-1.5.1.dmg — the one without -arm64 |
| Windows | Homelander.Setup.1.5.1.exe |
| Linux (x64 — experimental) | homelander_1.5.1_amd64.deb |
Apple menu → About This Mac: "Apple M…" means Apple Silicon, "Intel" means Intel.
Linux is experimental and x64-only. Install with sudo apt install ./homelander_1.5.1_amd64.deb. An .AppImage is also published, but the .deb is the recommended install. On Ubuntu 23.10+ the bundled browser may fail to launch (AppArmor user-namespace restriction) — a fix is planned.