Skip to content
Getting Started

Getting Started

Install and run UpgradeMate in just a few minutes.

Prerequisites

  • A supported package manager (npm, pip, go modules, or cargo)
  • Git ≥ 2.30
  • Read/write access to your repository

Install

brew install upgrademate

First run

upgrademate init
upgrademate scan
upgrademate upgrade --dry-run
The --dry-run flag shows what would change without modifying any files — perfect for your first run.

Next steps