rsrRemote Script Runner โ run shell scripts with a single command
Auto-detects bash, zsh, sh, fish
macOS, Linux, WSL
POSIX-compatible
Review scripts before running
Install rsr to your local bin directory:
curl -fsSL https://codefuturist.github.io/remote-script-runner/install.sh | bash
Run scripts directly without installing:
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | sh -s -- run <script-name>
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | sh -s -- list
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | sh -s -- --help
Check system health: CPU, memory, disk usage, network status
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | sh -s -- run system-health-check -v
Initial server setup: users, SSH hardening, firewall, common tools
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | sh -s -- run server-setup
Always review scripts before executing them:
curl -fsSL https://codefuturist.github.io/remote-script-runner/rsr | less
Run specific shell versions directly:
curl -fsSL https://codefuturist.github.io/remote-script-runner/scripts/bash/system-health-check.sh | bash