Skip to content

Installation

PyPI

pip install rom-manager            # core CLI + Api facade
pip install "rom-manager[mcp]"     # + MCP server (rom-manager-mcp)
pip install "rom-manager[agent]"   # + A2A agent server (rom-manager-agent)
pip install "rom-manager[native]"  # + patool (archive extraction)
pip install "rom-manager[all]"     # everything

From source

git clone https://github.com/Knuckles-Team/rom-manager
pip install -e ".[all]"

External binaries (required for conversion)

rom-manager shells out to native tools for the actual conversion. Install the ones you need:

The Python package installs cleanly without these binaries; only the conversion actions require them at runtime.