Directly download the latest ZFSBootMenu assets

ZFSBootMenu x86_64 EFI ZFSBootMenu x86_64 Components ZFSBootMenu Source

Retrieve the latest ZFSBootMenu assets from the CLI

Release and recovery images

curl https://get.zfsbootmenu.org/:asset/:build
asset => [ 'efi', 'components' ]
build => [ 'release', 'recovery' ]

Other assets

curl https://get.zfsbootmenu.org/:asset
asset => [ 'sha256.sig', 'sha256.txt', 'source', 'zbm-builder.sh', 'zbm-kcl' ]

Save download as a custom file name

$ wget https://get.zfsbootmenu.org/zfsbootmenu.EFI
$ curl -LO https://get.zfsbootmenu.org/zfsbootmenu.EFI

Save download as named by the project

$ wget --content-disposition https://get.zfsbootmenu.org/efi
$ curl -LJO https://get.zfsbootmenu.org/efi

Download the recovery build instead of the release build

$ wget --content-disposition https://get.zfsbootmenu.org/efi/recovery
$ curl -LJO https://get.zfsbootmenu.org/efi/recovery
Refer to docs.zfsbootmenu.org for signature verification help.