www/docs/guide/installation.md
Choose the installer that matches how you normally manage desktop apps. Package managers are easier to update; the release archive is useful when you want a portable copy. Wox uses the stable update channel by default.
| Platform | Method | Command |
|---|---|---|
| macOS | Homebrew | brew install --cask wox |
| Windows | Winget | winget install -e --id Wox.Wox |
| Windows | Scoop | scoop install extras/wox |
| Arch Linux | AUR | yay -S wox-bin |
| Debian / Ubuntu | .deb | Download wox-linux-amd64.deb from Releases, then sudo apt install ./wox-linux-amd64.deb |
| Fedora / RHEL | .rpm | Download wox-linux-amd64.rpm from Releases, then sudo dnf install ./wox-linux-amd64.rpm |
| openSUSE | .rpm | Download wox-linux-amd64.rpm from Releases, then sudo zypper install ./wox-linux-amd64.rpm |
After installation, start Wox from your app launcher or run the installed executable once. Wox creates its data directory on first launch.
Download the latest stable package from GitHub Releases if your platform does not have a package-manager entry yet or you prefer a portable setup.
Wox checks the stable update channel by default. To receive beta prereleases, open Settings -> General -> Update channel and choose Beta channel. Beta users receive beta prereleases and later stable releases; stable users do not receive prereleases automatically.
C:\Tools\Wox.Wox.exe.If Windows SmartScreen asks for confirmation, check that the file came from the official Wox release page before continuing.
Applications.Applications.If macOS blocks the first launch, open Wox from Finder once and choose Open from the confirmation dialog.
.deb from Releases with sudo apt install ./wox-linux-amd64.deb.rpm from Releases with sudo dnf install ./wox-linux-amd64.rpm.rpm from Releases with sudo zypper install ./wox-linux-amd64.rpmwox-bin from the AURwox-linux-amd64.AppImage, mark it executable, and run it~/Applications/wox, and run ./wox.If the binary or AppImage is not executable after download, run:
chmod +x ./wox
# or
chmod +x ./wox-linux-amd64.AppImage
Wox keeps settings, plugin data, cache, and logs outside the application directory:
| Platform | Data directory | Core log |
|---|---|---|
| Windows | %USERPROFILE%\.wox | %USERPROFILE%\.wox\log\wox.log |
| macOS | ~/.wox | ~/.wox/log/wox.log |
| Linux | ~/.wox | ~/.wox/log/wox.log |
Back up this directory if you want to move your configuration to another machine.
Remove the application first, then decide whether to keep user data.
winget uninstall -e --id Wox.Woxscoop uninstall wox%USERPROFILE%\.woxbrew uninstall --cask woxApplications~/.woxwox-bin with your AUR helper or package managersudo apt remove woxsudo dnf remove woxsudo zypper remove wox~/.wox