Skip to content

Installation

Requirements

  • Python 3.12+
  • UVinstall uv
  • Git (optional, for repository initialization)

Install from PyPI

The simplest way to run UV Forge:

# Run directly without installing (recommended)
uvx uv-forger

Or install it as a persistent tool:

uv tool install uv-forger
uv-forger

Run from source

git clone https://github.com/oktl/uv-forge.git
cd uv-forge
uv run uv-forger

Tip

Running from source is useful if you want to contribute or customize templates. See Contributing for development setup details.