Skip to content

Homelander v1.5.1

Choose a tag to compare

@B1Z0N B1Z0N released this 07 Aug 06:08
· 15 commits to main since this release

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.