Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  1. Detect your platform (macOS/Linux, x86_64/aarch64)
  2. Download the latest release from GitHub
  3. Install argo to ~/.local/bin/
  4. 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

  1. Authenticate with GitHub
  2. Navigate to a git repository and run argo to launch the TUI