Skip to content

Install

Run from Release or Run From Source.

Run From Release

  1. Download the latest release for your operating system.
  2. Extract the contents of the release.
  3. Execute NfoForge.

Run From Source

  1. Install uv.
  1. Install Python with uv if not already installed.

    What version of Python?

    Refer to the requires-python value in pyproject.toml to see the supported Python range.

    uv python install 3.12
    
  2. Create a virtual environment and install dependencies.

    uv pip install -r pyproject.toml
    
  3. Start the application.

    uv run .\start_ui.py