Ross ROSS = Recommend OSS · open-source software intelligence for agents

gabotechs/dep-tree

Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them. observed · 2026-08-28

github.com/gabotechs/dep-tree · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

39/100

  • Activity 12
  • Release rhythm 40
  • Longevity 97
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 6
  • age_days: 1362
  • days_rel: 529
  • days_push: 529
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1723 stars · 56 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

dep-tree is a CLI tool that visualizes a codebase's file dependency structure as a 3D force-directed graph, exposing coupling and modularity. It also lets teams define and enforce custom dependency rules via `dep-tree check`, supporting languages like Go, TypeScript/JavaScript, Python, and Rust.

Use cases

  • visualize my codebase dependency graph in 3d
  • check that my code follows architecture rules in ci
  • find tightly coupled files in a large repository
  • generate a dependency graph for a golang project
  • enforce module boundaries in typescript codebase
  • analyze entropy of a python project's imports

When to choose

  • you want a visual, interactive view of file-level dependencies across multiple languages
  • you need to enforce custom architectural decoupling rules in CI
  • you're auditing a large codebase for modularity and coupling

When to avoid

  • you need package-level or runtime dependency analysis rather than static file-level graphs
  • you want a linter for code style issues rather than dependency structure
  • your project uses a language not yet supported by dep-tree

Facets

cli-tool · maturity active

developer-tools linter data-visualization graphics developer-tools version-control data-visualization cli cross-platform windows dependency-graph code-visualization architecture-rules 3d-graph static-analysis entropy command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
gabotechs/dep-treemain39

For agents

markdown · JSON · MCP: product_card(name="gabotechs/dep-tree")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem