Skip to content

Installation

Machineconfig 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 Machineconfig

uv tool install --upgrade --python 3.14 machineconfig

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

devops --help

Upgrade or remove

uv tool upgrade machineconfig
uv tool uninstall machineconfig