Skip to content

Install

Requirements

  • Python 3.13+
  • A Groq API key

Install UV (by Astral) and then install the CLI system-wide. See the official UV docs: UV by Astral

curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install naturally-linux

Install from PyPI (pip)

pip install naturally-linux

Set the API key

Recommended (stored locally in config):

naturally-linux config set-key YOUR_GROQ_API_KEY

Alternative (environment variable):

export GROQ_API_KEY="your-key"

The CLI uses this priority: environment variable first, then config file.

Verify

naturally-linux --help