Skip to main content

Installation

Homebrew

brew install pranav100000/aether/aether

Verify Installation

Confirm the CLI is installed and accessible.
aether version
aether version 0.1.0 (abc1234)

Shell Completion

Set up tab completion for your shell. See the completion reference for full setup instructions.
source <(aether completion bash)
To persist across sessions, add to your ~/.bashrc:
echo 'source <(aether completion bash)' >> ~/.bashrc

Next Steps

After installing, authenticate with the Aether API:
aether auth login
See the auth reference for details on authentication options.