curl -fsSL https://orgs.sh/install.sh | sh
Installs the latest release to /usr/local/bin/orgs. Verify:
orgs --version
# orgs 0.9.0

Homebrew (macOS / Linux)

brew install l1feai/tap/orgs

Scoop (Windows)

scoop bucket add l1feai https://github.com/l1feai/scoop
scoop install orgs

From source

cargo install --git https://github.com/l1feai/orgs orgs-cli

Shell completions

# Bash
orgs completion bash > /etc/bash_completion.d/orgs

# Zsh
orgs completion zsh > "${fpath[1]}/_orgs"

# Fish
orgs completion fish > ~/.config/fish/completions/orgs.fish

Configuration

The CLI reads config from ~/.config/orgs/config.toml (XDG standard):
[default]
api_url = "https://api.orgs.sh/v1"
api_key = "sk_live_..."
default_entity = "helios-research"
editor = "vim"

[profiles.staging]
api_url = "https://api.stage.orgs.sh/v1"
api_key = "sk_test_..."
Switch profiles: orgs --profile staging ... or ORGS_PROFILE=staging orgs ....

Login

orgs auth login
Opens a browser to authenticate, then stores the API key in config.