Install Prof¶
This page explains how to install the prof binary, what you need on your machine first, and how to confirm the install.
Before you begin¶
| Requirement | Notes |
|---|---|
| Go | 1.24.3 or newer (matches the go.mod in this project). |
| Module root | Your project’s go.mod directory when you run Prof. |
| Graphviz | Optional; for PNG call graphs. If missing, use prof auto --skip-png or skip PNG in prof ui or prof tui. |
Install the binary¶
Confirm the install¶
You should see the root command help with subcommands (ui, auto, track, and others).
From the module root, run prof ui or follow Quickstart.
Testing / verify¶
prof --helpexits with code0and prints usage.prof --version(if supported by your build) shows a version string; development builds may showdevel.
Next steps¶
- Quickstart for your first collect and compare.
- CLI reference for every subcommand.