Skip to content

Installation

StackOps supports Python 3.13+ and is easiest to install with uv.

Install with uv

1. Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

2. Install StackOps

uv tool install --upgrade --python 3.14 stackops

This should give entrypoints: devops, cloud, terminal, agents, utils, fire, croshell, seek You can verify with, e.g.:

devops --help

Upgrade or remove

uv tool upgrade stackops
uv tool uninstall stackops