Installation
Wox is a self-contained application — no installation required. Simply download and run.
Download & Run
Windows
- Download the latest Windows build from Releases.
- Extract the archive to any folder you like.
- Double-click
Wox.exeto run.
macOS
- Download the latest macOS build from Releases.
- Open the downloaded image and drag Wox to the Applications folder.
- Open Wox from the Applications folder.
Linux
- Download the latest Linux build from Releases.
- Extract the archive to any directory.
- Run
./woxto start Wox.
Uninstall
Since Wox is self-contained, simply delete the application files to uninstall.
Windows
- Delete the folder where you extracted Wox.
- Remove User Data: delete
%USERPROFILE%\.woxif you also want to clear settings.
macOS
- Quit Wox.
- Remove Wox from Applications folder.
- Remove User Data:
rm -rf ~/.woxif you also want to clear settings.
Linux
- Delete the directory where you extracted Wox.
- Remove User Data:
rm -rf ~/.woxif you also want to clear settings.