Install¶
There are multiple ways to install Waku on your machine.
AUR¶
Scoop¶
scoop bucket add caffeine-addictt https://github.com/caffeine-addictt/scoop-bucket.git
scoop install waku
Homebrew Tap¶
Snapcraft¶
Chocolately¶
Warning
Waku v0.1.0
is still awaiting for approval from the Chocolatey moderators after which will jump straight to the next release.
Docker¶
Registries:
Example usage:
Linux packages¶
Download the .deb
, .rpm
or .apk
packages from the release page and install them with the appropriate package manager.
After downloading, run:
Go¶
Requires Go 1.23+
.
Verifying installs¶
Binaries¶
All artifacts are checksummed, and the checksum file is signed with cosign.
-
Download the files you want, and the
checksums.txt
,checksums.txt.pem
andchecksums.txt.sig
files from the releases page. -
Verify checksums signature:
cosign verify-blob \ --certificate-identity 'https://github.com/caffeine-addictt/waku/.github/workflows/release.yml@refs/tags/v0.7.3' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/caffeine-addictt/waku/releases/download/v0.7.3/checksums.txt.pem' \ --signature 'https://github.com/caffeine-addictt/waku/releases/download/v0.7.3/checksums.txt.sig' \ ./checksums.txt
-
Verify the SHA256 checksums:
Docker images¶
Our docker images are signed with cosign.
Verify the signature: