Release binaries are distributed as compressed archives.
macOS
Download rustify-macos-universal.zip, then run:
unzip rustify-macos-universal.zip
chmod +x rustify
./rustifyThe macOS binary is universal and supports both Apple Silicon and Intel Macs.
Because the binary is not code-signed, macOS may block it the first time you
open it. If that happens, remove the quarantine flag and run it again:
xattr -dr com.apple.quarantine rustify
./rustifyWindows
Download rustify-windows-x86_64.zip, extract it, then run rustify.exe.
Because the executable is not code-signed, Windows SmartScreen may show a
warning the first time it runs. Choose More info, then Run anyway if you
trust the build.