Skip to content

v1.0.0

Latest

Choose a tag to compare

@kashsuks kashsuks released this 19 Apr 01:10
· 1 commit to master since this release
57b840f

Release binaries are distributed as compressed archives.

macOS

Download rustify-macos-universal.zip, then run:

unzip rustify-macos-universal.zip
chmod +x rustify
./rustify

The 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
./rustify

Windows

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.