Download & install Pixify
Free and Pro CLIs — copy a command for your OS or grab a direct binary. Same builds as the official GitHub releases.
Quick install — copy a command
Same binaries as GitHub releases. Pick your OS, then Free or Pro.
Windows
Scoop — add bucket (once)
scoop bucket add pixify https://github.com/Mahammed-Gaber/scoop-bucketScoop — Free
scoop install pixify/pixify-freeScoop — Pro
scoop install pixify/pixify-proPowerShell — Free (+ libvips)
irm https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.ps1 | iexPowerShell — Pro (+ libvips)
$env:PIXIFY_EDITION = 'Pro'; irm https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.ps1 | iexDirect download (assets for v1.0.0)
macOS / Linux
Homebrew — Free
brew install mahammed-gaber/pixify/pixify-freeHomebrew — Pro
brew install mahammed-gaber/pixify/pixify-proBash — Free
curl -fsSL https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.sh | bashBash — Pro
curl -fsSL https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.sh | bash -s -- --edition proDirect download (assets for v1.0.0)
All releases on GitHubZIP links use v1.0.0 by default.