# al13n321/nnd

A debugger for Linux

Repository: https://github.com/al13n321/nnd
Canonical: https://ross.abutalabs.com/products/nnd
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-07-09T00:19:58+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 91, release rhythm 80, longevity 61
- inputs: {"age_days": 866, "days_push": 56, "days_rel": 56, "gap_med": 2.0, "n_releases_24m": 77}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1712, forks 38 (observed 2026-08-28T04:05:25.849234+00:00)

## What it is
nnd is a fast, TUI-based debugger for Linux implemented from scratch in Rust, not based on gdb or lldb. It supports breakpoints, stepping, watch expressions, and pretty-printers for C++ and Rust, and ships as a single dependency-free executable.

## Use cases
- debug native C++ or Rust programs on Linux
- a fast terminal debugger alternative to gdb
- debug large executables with heavy debug info
- debug over ssh in a TUI
- step through code with conditional and data breakpoints

## When to choose
- you debug native code (C++, Rust, Zig, Odin) on Linux x86-64
- you want a snappy TUI debugger without gdb/lldb
- you work over ssh and want a lightweight single-binary debugger

## When to avoid
- you need ARM, macOS, or Windows support
- you need remote debugging, GUI, IDE/DAP integration, or record/replay
- you debug Java, Python, or other managed runtimes
- you need multi-process/fork-following debugging

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: developer-tools, terminal-ui
- domain: developer-tools
- platform: cli
- tags: debugger, tui, native-code, rust, x86-64, standalone-executable, command-line, linux

## Member repositories
- al13n321/nnd (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:25.849234+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:34:51.589523+00:00, confidence not recorded.
  - readme: https://github.com/al13n321/nnd (fetched 2026-08-28T04:05:25.849234+00:00, sha 11e45174ab12)
  - registry_crates: https://crates.io/api/v1/crates/nnd (fetched 2026-08-29T11:10:47.822715+00:00, sha 54cfec04738d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
