macOS
Apple Silicon · notarizedNotarized with Apple Dev ID (7SB9GJ5W4L). Gatekeeper-friendly. macOS 12 (Monterey) or newer.
All builds are signed and reproducible from source on GitHub. 14-day Pro trial activates on first launch, no credit card.
Notarized with Apple Dev ID (7SB9GJ5W4L). Gatekeeper-friendly. macOS 12 (Monterey) or newer.
Tested on Ubuntu 22.04, Fedora 40, Arch (AppImage). Tray icon may need libappindicator on GNOME 40+.
Signed via Azure Trusted Signing. SmartScreen-friendly. Windows 10 21H2 / Windows 11.
# Direct DMG curl -L https://github.com/hernaninverso/furx/releases/latest/download/Furx_0.2.0_aarch64.dmg \ -o ~/Downloads/Furx.dmg open ~/Downloads/Furx.dmg
curl -L -O https://github.com/hernaninverso/furx/releases/latest/download/furx_0.2.0_amd64.deb sudo apt install ./furx_0.2.0_amd64.deb
curl -L -O https://github.com/hernaninverso/furx/releases/latest/download/furx-0.2.0-1.x86_64.rpm sudo dnf install ./furx-0.2.0-1.x86_64.rpm
Invoke-WebRequest ` -Uri https://github.com/hernaninverso/furx/releases/latest/download/furx_0.2.0_x64-setup.exe ` -OutFile $env:TEMP\furx-setup.exe & $env:TEMP\furx-setup.exe
Each release is signed with minisign (Tauri updater key) and a SHA256 manifest. Verify with shasum -a 256 -c SHA256SUMS.
| File | SHA256 |
|---|---|
| Furx_0.2.0_aarch64.dmg | — |
| Furx_0.2.0_x64.dmg | — |
| furx_0.2.0_amd64.deb | — |
| furx-0.2.0-1.x86_64.rpm | — |
| furx_0.2.0_amd64.AppImage | — |
| furx_0.2.0_x64-setup.exe | — |
Full SHA256 manifest: SHA256SUMS · SHA256SUMS.minisig (minisign).
Requires Rust 1.85+, Node 20+, and platform Tauri prerequisites (see Tauri docs).
git clone https://github.com/hernaninverso/furx && cd furx npm install (cd src-tauri && cargo build --release) npx tauri build --bundles app # Install as ~/Applications/Furx.app (macOS, dev cert) SRC=src-tauri/target/release/bundle/macos/Furx.app DEST=/Applications/Furx.app rm -rf "$DEST" && ditto "$SRC" "$DEST" && xattr -cr "$DEST" open "$DEST"