Skip to content

Installation

  • Docker (Desktop or Engine) — get Docker
  • Python 3.10+ — ships with most systems; verify with python3 --version
Terminal window
pipx install locraft

pipx installs CLI tools in isolated environments so they don’t pollute your global Python packages.

Terminal window
locraft --version

You should see something like:

locraft 0.1.0

Head to the Quick Start guide to create your first project.