Install the CLI
The CLI is the Python packageroboticks-cli published to PyPI, sources at github.com/roboticks-io/roboticks-cli. It installs two console scripts: rbtk and roboticks. Use whichever you prefer — they’re the same entry point.
Requirements
Python 3.10 or newer. Check with
python3 --version.A POSIX shell or Windows PowerShell.
Install
- pipx (recommended)
- pip
- Homebrew (macOS / Linux)
- From source
pipx installs the CLI into a dedicated virtualenv so it cannot collide with project Python deps.Verify
Shell completion
Tab completion is supported for Bash, Zsh, Fish, and PowerShell. Install once:- Bash
- Zsh
- Fish
- PowerShell
Uninstall
~/.config/roboticks/ directory; remove those manually if you want a clean slate:
Troubleshooting
`rbtk: command not found`
`rbtk: command not found`
Your PATH is missing the install dir. Common locations:
pipx:~/.local/bin(Linux/macOS),%USERPROFILE%\.local\bin(Windows)pip --user:python3 -m site --user-base/bin- Homebrew:
$(brew --prefix)/bin
which python3 then python3 -m pipx ensurepath to fix pipx PATH automatically.Python 3.10 not available
Python 3.10 not available
macOS:Ubuntu 22.04 ships 3.10; on 20.04 use Then point pipx at the new interpreter:
deadsnakes:SSL errors on install
SSL errors on install
Behind a corporate proxy or MITM:
Next
Authenticate
OAuth, API keys, GitHub OIDC.
Commands reference
All command groups, one page.