Use version 0.68.0, this is for a temporary workaround.
Installation
Mac App Store
Coming soon
Microsoft Store
Snap Store
sudo snap install whodbAppImage (Linux)
Download the AppImage for your architecture from the assets below, make it executable, and run:
# For AMD64/x86_64
chmod +x WhoDB-0.69.0-amd64.AppImage
./WhoDB-0.69.0-amd64.AppImage
# For ARM64/aarch64
chmod +x WhoDB-0.69.0-arm64.AppImage
./WhoDB-0.69.0-arm64.AppImageAll AppImages are signed with Sigstore. To verify:
cosign verify-blob --signature WhoDB-0.69.0-amd64.AppImage.sig --certificate WhoDB-0.69.0-amd64.AppImage.pem WhoDB-0.69.0-amd64.AppImageDocker
docker pull clidey/whodb:0.69.0
docker pull clidey/whodb:latestDirect Downloads
See assets below for platform-specific packages (DMG, MSIX, etc.).
Documentation
Upgrade Notes
To upgrade from a previous version:
- Docker: Pull the latest image and restart your container
- Snap: Run
sudo snap refresh whodb - AppImage: Download the new AppImage and replace the old one
- Desktop Apps: Download and install the new version
Full Changelog: 0.68.0...0.69.0