Skip to content

Install Prof

Prerequisites

Requirement Notes
Go 1.24.3+ (go.mod in repo).
Module root Your project’s go.mod when you run Prof.
Graphviz Optional; for PNG call graphs. If missing, use prof auto --skip-png or skip PNG in prof ui / prof tui.

Install the binary

go install github.com/AlexsanderHamir/prof/cmd/prof@latest
prof --help

From the module root, run prof ui or follow Quickstart.

Next step

Quickstart