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¶
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.```sh curl -O 'https://github.com/caffeine-addictt/waku/releases/download/v0.8.0/checksums.txt' ```
-
Verify checksums signature:
cosign verify-blob \ --certificate-identity 'https://github.com/caffeine-addictt/waku/.github/workflows/release.yml@refs/tags/v0.8.0' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/caffeine-addictt/waku/releases/download/v0.8.0/checksums.txt.pem' \ --signature 'https://github.com/caffeine-addictt/waku/releases/download/v0.8.0/checksums.txt.sig' \ ./checksums.txt
-
Verify the SHA256 checksums:
Docker images¶
Our docker images are signed with cosign.
Verify the signature: