Release Notes
Added
- Support binary install of erlang on macos
Fixed
- Search with .exe and without in windows for bins
Install beamup 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tsloughter/beamup/releases/download/v0.6.0/beamup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/tsloughter/beamup/releases/download/v0.6.0/beamup-installer.ps1 | iex"
Download beamup 0.6.0
File | Platform | Checksum |
---|---|---|
beamup-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
beamup-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
beamup-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
beamup-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
beamup-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
beamup-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
beamup-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
beamup-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |