Download

Stop clicking.
Start querying.
Free, MIT licensed, no account and no telemetry. Windows and Linux binaries are published with every release; macOS builds from source.
Download HuginnDBLatest release:stableWindows · Linux
No account, no telemetry, no phoning home.
What a release contains
Windows
The NSIS installer. Download the latest -setup.exe from the releases page and run it.
HuginnDB_<version>_x64-setup.exe
Get the installerLinux — .deb
For Debian, Ubuntu, Mint and Pop!_OS. Runtime dependencies come through apt.
HuginnDB_<version>_amd64.deb
Get the .debLinux — .AppImage
Any distro, no install step. Built on Ubuntu 22.04, so older glibc may refuse to start it — build from source in that case.
HuginnDB_<version>_amd64.AppImage
Get the AppImagemacOS
No published binary yet. The code builds on macOS but those builds are unverified, so treat it as build-from-source for now.
Build from source
A word about the Windows warning
HuginnDB binaries are not yet signed with an Authenticode certificate, so Windows Defender SmartScreen shows a blue "Windows protected your PC" dialog on first launch. That is the default for any unsigned executable from a publisher SmartScreen has not seen before — it is not a malware detection. Click More info, then Run anyway. You can verify the installer’s SHA-256 against the digest published on the releases page; code signing is on the roadmap.
Or build it yourself
The whole app is on GitHub under the MIT licence — Rust backend, React frontend, Tauri 2 shell. Reproducible builds are encouraged.
View source on GitHub