Skip to content

Installation

Nemu-x edited this page Jul 14, 2026 · 1 revision

Installation

Grab the latest build from the Releases page or the download site.

Windows

  • 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.

macOS

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.app

Linux

Packages: .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.rpm

Arch (AUR) — recommended, auto-updates

yay -S swissknife-graph-bin

Verify your download

Every release ships SHA256SUMS.txt, signed with minisign. The public key is minisign.pub.

minisign -Vm SHA256SUMS.txt -P "$(cat minisign.pub)"
sha256sum -c SHA256SUMS.txt

Updating

Use 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.

Clone this wiki locally