Downloads
Release Builds
Download Shux
Download pre-built binaries from the releases page.
- macOS: Signed and notarized DMG (separate builds for Intel/Apple Silicon)
- Linux: AppImage
- Windows (alpha): Installer exe
Development Builds
Download pre-built binaries ofmain from GitHub Actions:
- macOS: Signed and notarized DMG
build-macos-x64(Intel Macs)build-macos-arm64(Apple Silicon)
- Linux:
build-linuxAppImage (portable, works on most distros) - Windows:
build-windowsinstaller exe
- Go to the PR workflow (main branch)
- Click on the latest successful run
- Scroll down to “Artifacts” section
- Download the appropriate artifact for your platform
Installation
macOS
- Download the DMG file for your Mac:
- Intel Mac:
macos-dmg-x64 - Apple Silicon:
macos-dmg-arm64
- Intel Mac:
- Open the DMG file
- Drag Shux to Applications folder
- Open the app normally
Linux
- Download the AppImage file
- Make it executable:
chmod +x shux-*.AppImage - Run it:
./shux-*.AppImage
Windows
(alpha) Prerequisites:- Install Git for Windows (includes Git Bash). WSL is not supported.
- Restart Shux after installing Git for Windows.
- Download the installer exe from releases (e.g.,
shux-x.x.x-x64.exe) - Run the installer
- Follow the installation prompts
- Launch Shux from the Start menu or desktop shortcut
Testing Pre-Release Builds
- After installing, open Terminal
- Run:
xattr -cr /Applications/shux.app - Run:
codesign --force --deep --sign - /Applications/shux.app - Now you can open the app normally
CLI via npm
The Shux CLI can also be run directly vianpx without installing the desktop app:
mux package and command forward to the matching Shux release during the transition. See Mux compatibility for storage, environment-variable, and downgrade details.
This is ideal for CI/CD pipelines and scripted automation. See the CLI documentation for all available commands and options.