Installation
Install the Beakr CLI with pip. Requires Python 3.10 or later.
Install
pip install beakr-cliOr with pipx for isolated installation:
pipx install beakr-cliVerify
beakr versionDependencies
The CLI installs the following dependencies:
| Package | Purpose |
|---|---|
typer | CLI framework |
httpx | HTTP client |
rich | Terminal formatting |
mcp | Model Context Protocol server |
pydantic | Data validation |
keyring | Credential storage |
Upgrade
pip install --upgrade beakr-cli