runex ships through multiple channels. Pick the one that fits your platform and tooling.
cargo install runexmise use -g cargo:runexNo Rust toolchain needed.
mise use -g github:ShortArrow/runexrunex lives in a third-party tap (shortarrow/homebrew-runex). Install it in one line with the fully-qualified name:
brew install shortarrow/runex/runex…or add the tap first and install with the short name:
brew tap shortarrow/runex
brew install runexPre-built binary via runex-bin:
paru -S runex-bin # or: yay -S runex-binwinget install ShortArrow.runexEach GitHub release ships binaries for:
- Windows (x86_64)
- macOS (x86_64 / aarch64)
- Linux (x86_64 / aarch64)
- Termux / Android (aarch64)
Download the appropriate archive, extract runex, and place it somewhere on your PATH.
If runex is not found, make sure Cargo's bin directory is on your PATH:
- Linux/macOS:
~/.cargo/bin - Windows:
%USERPROFILE%\.cargo\bin
Generated shell scripts and your config.toml are part of your local shell environment. Only load and sync files you trust.
Once runex is on your PATH, continue to setup to wire up shell integration.