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

haampie/libtree

ldd as a tree observed · 2026-08-28

github.com/haampie/libtree · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: n/a
  • age_days: 2342
  • days_rel: n/a
  • days_push: 803
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2770 stars · 64 forks observed · 2026-08-28

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

A small C command-line utility that renders the output of ldd as a tree of shared library dependencies. It also explains how each library was resolved or why it could not be located.

Use cases

  • visualize shared library dependencies of an executable as a tree
  • debug why a shared library cannot be found at runtime
  • inspect which sonames or paths ldd resolves for a binary
  • find duplicate or redundant library dependencies in a build
  • check dynamic linking issues before deploying a binary to another machine

When to choose

  • you are on Linux and want a clearer, tree-shaped alternative to ldd
  • you need to diagnose missing or unexpectedly resolved shared libraries
  • you want a tiny static binary with no runtime dependencies

When to avoid

  • you need dependency analysis for non-ELF binaries or non-Linux platforms
  • you want package-level dependency graphs rather than ELF shared library resolution
  • you need a GUI or continuous dependency monitoring tool

Facets

cli-tool · maturity stable

developer-tools cli file-system developer-tools operating-systems cli ldd shared-libraries dependency-tree elf linker dynamic-linking debugging command-line linux

1 source

Member repositories

RepositoryRoleHealth v2
haampie/libtreemain23

For agents

markdown · JSON · MCP: product_card(name="haampie/libtree")

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