# ondrajz/go-callvis

Visualize call graph of a Go program using Graphviz

Repository: https://github.com/ondrajz/go-callvis
Canonical: https://ross.abutalabs.com/products/go-callvis
Homepage: https://ondrajz.github.io/go-callvis/
Language: Go
License: MIT
License Family: permissive
Topics: callgraph, graphviz, visualization, golang, golang-tools, static-analysis, awesome-go
Last push: 2026-03-30T16:22:18+00:00

## Health v2 (maintenance only)
Score: 56/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 74, release rhythm 8, longevity 100
- inputs: {"age_days": 3651, "days_push": 156, "days_rel": 608, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6508, forks 431 (observed 2026-08-28T04:09:44.744985+00:00)

## What it is
go-callvis is a development tool that visualizes the call graph of Go programs using pointer analysis and Graphviz dot output. It provides an interactive web-based viewer for exploring call graphs of packages and types.

## Use cases
- visualize call graph of a Go program
- understand unfamiliar Go codebase structure
- explore how packages and functions relate in a large project
- generate dot files of function call relationships
- focus on a specific package's call graph interactively
- group methods by receiver type for code review

## When to choose
- you need to understand or document the structure of a Go codebase
- you want an interactive viewer to navigate call graphs of large projects
- you need static call graph output for analysis or presentations

## When to avoid
- you need runtime or dynamic profiling data rather than static analysis
- your project is not written in Go
- you cannot install Graphviz and need rendered images beyond SVG

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, data-visualization, graphics
- domain: developer-tools, programming-languages, parsers
- platform: go, cli, cross-platform
- tags: callgraph, static-analysis, graphviz, pointer-analysis, code-comprehension

## Member repositories
- ondrajz/go-callvis (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:44.744985+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:44:27.457578+00:00, confidence not recorded.
  - readme: https://github.com/ondrajz/go-callvis (fetched 2026-08-28T04:09:44.744985+00:00, sha 25bfd691a74e)
  - homepage: https://ondrajz.github.io/go-callvis/ (fetched 2026-08-29T08:40:42.731723+00:00, sha 541869b34771)
- Data as of 2026-08-30T08:39:29.467469+00:00.
