-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Nemu-x edited this page Jul 14, 2026
·
1 revision
Grab the latest build from the Releases page or the download site.
-
Installer:
SwissKnifeGraph-windows-amd64-installer.exe— adds Start-menu shortcut and uninstaller. -
Portable:
SwissKnifeGraph-windows-amd64.exe— just run it, no install.
The build is currently unsigned, so SmartScreen may warn on first run — choose More info → Run anyway.
Download SwissKnifeGraph-macos-universal.zip (Apple Silicon + Intel), unzip, and move the app to Applications.
It's not notarized yet, so if it's blocked:
xattr -dr com.apple.quarantine SwissKnifeGraph.appPackages: .deb, .rpm, or the portable .tar.gz. They need webkit2gtk-4.1 and gtk3 from your distro.
# Debian/Ubuntu
sudo apt install ./SwissKnifeGraph-linux-amd64.deb
# Fedora/RHEL
sudo dnf install ./SwissKnifeGraph-linux-amd64.rpmyay -S swissknife-graph-binEvery release ships SHA256SUMS.txt, signed with minisign.
The public key is minisign.pub.
minisign -Vm SHA256SUMS.txt -P "$(cat minisign.pub)"
sha256sum -c SHA256SUMS.txtUse Settings → Check for updates inside the app — it compares your version to the latest release and links the download. Arch users get updates through their AUR helper automatically.