nolanlawson/fuite
A tool for finding memory leaks in web apps observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 36
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1733
- days_rel: n/a
- days_push: 386
- n_releases_24m: 0
Adoption not part of the score
4623 stars · 74 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fuite is a CLI tool that finds memory leaks in web apps by launching Chrome via Puppeteer, running scenarios (like clicking links and pressing back) repeatedly, and analyzing heap snapshots for leaked objects, event listeners, DOM nodes, and collections. It outputs findings to stdout or a detailed JSON file.
Use cases
- find memory leaks in a single-page application
- detect leaked event listeners and DOM nodes in a web app
- check if client-side routing leaks memory on navigation
- run automated memory leak detection in CI
- analyze heap snapshots for growing collections like Maps and Sets
When to choose
- you maintain a client-rendered SPA and want automated leak detection
- you want a quick npx-runnable tool to catch leaks from navigation scenarios
- you need JSON output with details like the source line of a leaked listener
When to avoid
- you need memory profiling of Node.js server code rather than browser apps
- you require a GUI-based heap analysis workflow like Chrome DevTools
- your app is server-rendered with no internal links to click and no custom scenario available
Facets
cli-tool · maturity active
testing benchmarking developer-tools cli developer-tools web-development performance frontend cli cross-platform memory-leak-detection puppeteer heap-snapshot spa chrome-devtools nodejs
2 sources
- readme: https://github.com/nolanlawson/fuite · fetched 2026-08-28 · a583eb9f459a
- registry_npm: https://registry.npmjs.org/fuite · fetched 2026-08-29 · 4158128998bb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nolanlawson/fuite | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="nolanlawson/fuite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem