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-bucket
Scoop — Free
scoop install pixify/pixify-free
Scoop — Pro
scoop install pixify/pixify-pro
PowerShell — Free (+ libvips)
irm https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.ps1 | iex
PowerShell — Pro (+ libvips)
$env:PIXIFY_EDITION = 'Pro'; irm https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.ps1 | iex

Direct download (assets for v1.0.0)

macOS / Linux

Homebrew — Free
brew install mahammed-gaber/pixify/pixify-free
Homebrew — Pro
brew install mahammed-gaber/pixify/pixify-pro
Bash — Free
curl -fsSL https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.sh | bash
Bash — Pro
curl -fsSL https://raw.githubusercontent.com/Mahammed-Gaber/pixify/main/install-pixify.sh | bash -s -- --edition pro

Direct download (assets for v1.0.0)

All releases on GitHubZIP links use v1.0.0 by default.