Quick Install
The easiest way to install argo-rs on macOS or Linux.
One-Line Install
curl -sSL https://raw.githubusercontent.com/stefanodecillis/argo-rs/main/install.sh | bash
This will:
- Detect your platform (macOS/Linux, x86_64/aarch64)
- Download the latest release from GitHub
- Install
argoto~/.local/bin/ - Sign the binary on macOS for Keychain compatibility
Verify Installation
After installation, verify it works:
argo --version
If the command is not found, ensure ~/.local/bin is in your PATH:
# Add to ~/.bashrc or ~/.zshrc
export PATH="$HOME/.local/bin:$PATH"
Then reload your shell:
source ~/.bashrc # or source ~/.zshrc
Next Steps
- Authenticate with GitHub
- Navigate to a git repository and run
argoto launch the TUI