01 / Source-run quickstart
Get the CLI running.
You need Linux, Git, uv and CPython 3.11 through 3.14. Strict-local confinement also needs a qualified host; follow the operator guide before using that mode.
git clone https://github.com/anthonykewl20/ranex.git cd ranex uv sync --frozen uv run --frozen ranex --version uv run --frozen ranex --help
These commands use the current main branch. For a fixed version, choose a published release and check out its tag before syncing.
