Brings essential Unix command-line utilities to Windows. Installs and manages a curated set of common Unix tools (ls, grep, awk, sed, cat, etc.) so developers can use familiar commands in Windows terminals without WSL or Cygwin.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
--install |
-i |
Install all bundled Unix tools to the system PATH | No |
--all |
-a |
List all available Unix tools included in the bundle | No |
--cmd |
-c |
Run a single command through the busybox environment | No |
--json |
-j |
Output tool listing and status in JSON format | No |
-d |
— | Specify target installation directory | Yes |
--version |
-v |
Print scorpiox-busybox version and exit | No |
--help |
-h |
Show usage information and exit | No |