Skip to content

Download assets

Verify the integrity

Open your terminal and type the command below:

sha256sum --check ./krux-installer_0.0.20-alpha-3_x86_64.dmg.sha256.txt

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322

Then, to verify yourself, run this command on your terminal:

gpg --verify ./krux-installer_0.0.20-alpha-3_x86_64.dmg.sig

⚠️ TIP: If the verification was successful, you may get a message similar to: Good signature from "qlrddev <qlrddev@gmail.com>"

Install

Open the dmg file and a new volume will be presented; drag'n'drop the krux-installer to the Applications folder:

krux-installer's DMG volume

Before run, you'll need to remove the quarantine flag from application. This occurs because we don't added the Apple's code signing and notarization.

To fix this, open your terminal and execute the following command:

xattr -d com.apple.quarantine -r /Applications/krux-installer.app

🛡️ TIP: If you followed the steps presented in authenticity section, you already have the assurance that the software is from a verified and genuine software publisher. This will also help establish a chain of trust when you perform the firmware verification step before flashing.

After install

Once installed, you can proceed to firmware installation.