Public release artifacts for ArgusRed.
This repository only hosts the compiled release binaries that brew install argusred
downloads. The ArgusRed source code lives in a separate private repository.
Recommended — one-line installer (plain HTTPS, no Homebrew/git, no keychain prompt):
curl -fsSL https://raw.githubusercontent.com/CosineAI/argusred-dist/main/install.sh | shOr with Homebrew:
brew install CosineAI/argusred/argusredThe installer (install.sh in this repo) detects your platform, downloads the
latest published release tarball, verifies its SHA-256 checksum, strips the
macOS quarantine attribute (macOS only), and installs the argusred binary to
a directory on your PATH. Re-run it any time to update.
| OS | Asset |
|---|---|
| macOS (Apple Silicon) | argusred-darwin-arm64.tar.gz |
| Linux x86_64 | argusred-linux-amd64.tar.gz |
| Linux arm64 | argusred-linux-arm64.tar.gz |
Intel macOS and Windows are not built yet. On Linux, code search uses ripgrep
when available (the bundled native search engine is macOS-only for now).
Releases are published here as GitHub Release assets
(argusred-<platform>.tar.gz) by the ArgusRed release pipeline.