# divan/gotrace

Concurrency tracer and visualizer for Go (Golang) programming language

Repository: https://github.com/divan/gotrace
Canonical: https://ross.abutalabs.com/products/gotrace
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-11-12T05:04:37+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3827, "days_push": 1390, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1979, forks 128 (observed 2026-08-28T04:06:01.624752+00:00)

## What it is
GoTrace is a CLI tool that analyzes Go execution traces produced by the Go runtime and renders a 3D WebGL visualization of concurrency flow in the browser. It is primarily an educational tool for understanding Go's goroutine and scheduler behavior in small, short-running programs.

## Use cases
- visualize goroutine concurrency in 3d
- understand go scheduler behavior
- teach go concurrency patterns
- analyze go execution traces visually
- debug goroutine interactions in small programs
- render go trace files as webgl animation

## When to choose
- you are learning or teaching Go concurrency concepts
- you want an intuitive visual view of goroutine scheduling in short traces
- you want to explore how channels and goroutines interact over time

## When to avoid
- you need production performance profiling of long-running programs
- your traces are large or your program runs for a long time
- you need standard go tool trace analysis rather than 3D visualization
- you cannot patch the Go runtime or use the provided Docker image

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: tracing, data-visualization, developer-tools
- domain: developer-tools, programming-languages, education
- platform: go, browser, cross-platform
- tags: go-concurrency, webgl, 3d-visualization, goroutines, execution-trace, educational, concurrency, docker

## Member repositories
- divan/gotrace (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:01.624752+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-30T03:04:41.608971+00:00, confidence not recorded.
  - readme: https://github.com/divan/gotrace (fetched 2026-08-28T04:06:01.624752+00:00, sha 0990efd83d79)
- Data as of 2026-08-30T08:39:29.467469+00:00.
