[0.6.0] - 2026-06-16
Installation
Linux
Tarball (recommended)
# Download and extract (replace amd64 with arm64 for ARM)
wget https://github.com/0xErwin1/dbflux/releases/download/v0.6.0/dbflux-linux-amd64.tar.gz
tar -xzf dbflux-linux-amd64.tar.gz
# Run installer
sudo ./scripts/install.shAppImage (portable)
# Download
wget https://github.com/0xErwin1/dbflux/releases/download/v0.6.0/dbflux-linux-amd64.AppImage
chmod +x dbflux-linux-amd64.AppImage
./dbflux-linux-amd64.AppImagemacOS
DBFlux for macOS is not signed with an Apple developer certificate. When opening for the first time:
- Download the DMG for your architecture:
- Intel Macs:
dbflux-macos-amd64.dmg - Apple Silicon (M1/M2/M3):
dbflux-macos-arm64.dmg
- Intel Macs:
- Open the DMG and drag DBFlux to Applications
- When you see "unidentified developer", go to System Preferences → Privacy & Security
- Click Open Anyway next to the warning
- Confirm you want to open the application
Alternatively, from Terminal:
xattr -cr /Applications/DBFlux.appWindows
Installer
- Download
dbflux-windows-amd64-setup.exe - Run the installer and follow the wizard
Portable
- Download
dbflux-windows-amd64.zip - Extract and run
dbflux.exe
Note: The executable is not signed. Windows SmartScreen may show a warning. Click "More info" → "Run anyway".
Verify Downloads
All release artifacts are signed with GPG key A614B7D25134987A.
Import the public key (one time)
gpg --keyserver keyserver.ubuntu.com --recv-keys A614B7D25134987AVerify a detached GPG signature
# Linux tarball
gpg --verify dbflux-linux-amd64.tar.gz.asc dbflux-linux-amd64.tar.gz
# Linux AppImage
gpg --verify dbflux-linux-amd64.AppImage.asc dbflux-linux-amd64.AppImage
# macOS DMG
gpg --verify dbflux-macos-arm64.dmg.asc dbflux-macos-arm64.dmg
# Windows ZIP
gpg --verify dbflux-windows-amd64.zip.asc dbflux-windows-amd64.zip
# Windows installer
gpg --verify dbflux-windows-amd64-setup.exe.asc dbflux-windows-amd64-setup.exeVerify a native .deb package
dpkg-sig --verify dbflux_*.debVerify a native .rpm package
rpm --checksig dbflux-*.rpmVerify a SHA256 checksum
sha256sum -c dbflux-linux-amd64.tar.gz.sha256System Requirements
| Platform | Requirements |
|---|---|
| Linux | x86_64 or ARM64, Vulkan-capable GPU (recommended) |
| macOS | macOS 11.0 (Big Sur) or later |
| Windows | Windows 10 or later, x86_64 |
Full Changelog: v0.6.0-rc.5...v0.6.0