Install latest/stable of spiderweb

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install spiderweb

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for spiderweb

Package name

  • spiderweb

License

  • unset

Last updated

  • 21 January 2026 - latest/stable
  • 21 January 2026 - latest/edge

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Universal Code Debugger CLI - Multi-language static analysis tool

Spiderweb is a lightweight, regex-based static analysis tool that instantly shows:

  • Callers: Which functions call a target function
  • Callees: Which functions are called by a target function
  • Both: Complete call relationship tree

Supported Languages:

  • Python (.py, .pyi)
  • JavaScript/TypeScript (.js, .jsx, .ts, .tsx, .mjs, .cjs)
  • Nim (.nim, .nims, .nimble)
  • Rust (.rs)
  • C/C++ (.c, .cpp, .cc, .cxx, .h, .hpp, .hxx)

Usage: spiderweb file:function --show=callers|callees|both

Examples: spiderweb test.py:greet --show=callers spiderweb test.nim:greet --show=callees spiderweb main.rs:main --show=both


Install spiderweb on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.