Download Foreman
Free, and the same build on every platform — one machine needs no account. Latest release is v1.4.7.
macOS
Apple Silicon (M1 or newer), macOS 13+
- Download
Apple Silicon .dmg
The normal install. Drag to Applications.
There is no Intel build. On an Intel Mac the disk image mounts and the app refuses to open.
Windows
Windows 10 or 11, x64
- Download
x64 installer (.exe)
Installs per-user, no admin prompt.
Not code-signed yet, so SmartScreen shows “Windows protected your PC” — choose More info → Run anyway. On Windows for ARM, this x64 build runs under emulation; there is no native ARM installer.
Linux
Debian/Ubuntu for .deb; any distro for the AppImage
- Download
x64 .deb
Debian/Ubuntu on Intel or AMD. Registers a menu entry.
- Download
arm64 .deb
Debian/Ubuntu on ARM — Raspberry Pi, Ampere, an ARM VM.
- Download
x64 AppImage
No install, no package manager. chmod +x and run.
- Download
arm64 AppImage
The same, on ARM hardware.
Not sure which architecture? Run uname -m: x86_64 is x64, aarch64 is arm64. Installing the wrong one makes apt report every dependency as “not installable” — that is the architecture mismatch, not a broken package.
Older versions, checksums and release notes live on GitHub, and what changed is on the changelog. Foreman updates itself once installed.