Release · v1.0.11
Native installers.
No browser bundled.
Built in Rust on Tauri 2. Pick your platform — installers are 8–11 MB on macOS, Windows, and Linux (.deb). The AppImage bundles its own runtime, so it's larger.
macOS
Apple Silicon
Windows
x86_64
Full asset list (including SHA-256 files) → github.com/openidle-dev/queryden/releases/tag/v1.0.11
Verify your download
Every binary ships with its SHA-256.
Each installer has a matching .sha256 next to it on the GitHub release page.
Download both and compare — if the hashes don't match, don't run the installer.
System requirements
What you need to run it.
macOS
- macOS 11 Big Sur or newer
- Apple Silicon only (no Intel build right now)
- Universal WKWebView (system)
Windows
- Windows 10 1809 or newer
- x86_64
- WebView2 runtime (auto-installed)
Linux
- glibc 2.31+ (Debian 11 / Ubuntu 22.04+)
- webkit2gtk 4.1
- libsecret / GNOME Keyring for the vault
Build from source
Or compile it yourself.
Don't trust the binaries? Don't have to. The repo builds on macOS, Windows, and Linux with Rust + Node. Full instructions in the README.
git clone https://github.com/openidle-dev/queryden.git cd queryden npm install npm run tauri build