-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
gus edited this page Feb 27, 2026
·
1 revision
curl -fsSL https://raw.githubusercontent.com/garagon/aguara/main/install.sh | bashThis downloads the latest release binary to ~/.local/bin. The script auto-detects your OS (Linux/macOS) and architecture (amd64/arm64).
# Specific version
VERSION=v0.3.1 curl -fsSL https://raw.githubusercontent.com/garagon/aguara/main/install.sh | bash
# Custom directory
INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/garagon/aguara/main/install.sh | bashgo install github.com/garagon/aguara/cmd/aguara@latestMake sure ~/go/bin is in your PATH:
# Add to ~/.bashrc or ~/.zshrc
export PATH="$HOME/go/bin:$PATH"Download from the Releases page. Available for:
| OS | Architecture | File |
|---|---|---|
| Linux | amd64 | aguara_linux_amd64.tar.gz |
| Linux | arm64 | aguara_linux_arm64.tar.gz |
| macOS | amd64 (Intel) | aguara_darwin_amd64.tar.gz |
| macOS | arm64 (Apple Silicon) | aguara_darwin_arm64.tar.gz |
| Windows | amd64 | aguara_windows_amd64.zip |
aguara versionExpected output:
aguara v0.3.1 (go1.25, darwin/arm64)
Rules: 148 built-in
- No runtime dependencies — single static binary
- Go 1.25+ only required if building from source
- Works offline — no network access needed during scanning
GitHub | Releases | Aguara Watch | Go Docs
Getting Started
Usage
Rules
Developer
Reference