Skip to content

Releases: s4e-io/shellguard

Release list

v1.1.0 — Beta

Choose a tag to compare

@onur-s4e onur-s4e released this 06 Jun 16:22

Installation

macOS (Apple Silicon)

curl -Lo shellguard https://github.com/s4e-io/shellguard/releases/download/v1.1.0/shellguard-darwin-arm64
chmod +x shellguard && sudo mv shellguard /usr/local/bin/

macOS (Intel)

curl -Lo shellguard https://github.com/s4e-io/shellguard/releases/download/v1.1.0/shellguard-darwin-amd64
chmod +x shellguard && sudo mv shellguard /usr/local/bin/

Linux (x86_64)

curl -Lo shellguard https://github.com/s4e-io/shellguard/releases/download/v1.1.0/shellguard-linux-amd64
chmod +x shellguard && sudo mv shellguard /usr/local/bin/

See the README for full setup instructions.

Full Changelog: https://github.com/s4e-io/shellguard/commits/v1.1.0