nxtrace/ntrace-core

NextTrace, an open source visual route tracking CLI tool

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 8th, 2026
Created on May 11th, 2022
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 492
Total Stargazers: 8,155 (+1)
Total Subscribers: 28 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.3 hours
Mean response time: 7.1 days
90th percentile: 11.1 days
Tracked items: 56

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 6
Closed in 7 days: 6
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 6
Closed in 7 days: 6
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (9)
  • bug (4)
  • help wanted (2)
  • question (1)

Detailed Description

NextTrace is a visual route tracking CLI tool that pursues lightweight design and is developed using Golang.

The tool solves the problem of understanding network routing paths by providing an open source alternative to traditional traceroute utilities. It enriches routing information with ASN lookup, geolocation data, and AS-path analysis, presenting this data in a visual format. The tool operates in multiple modes including traditional traceroute, MTR (My Traceroute), and raw output variants, allowing users to choose their preferred display and analysis approach.

Developers should choose this tool if they need a lightweight, cross-platform route tracing utility with built-in geolocation and ASN enrichment. It suits network analysis, debugging, and infrastructure monitoring tasks where understanding the geographic and autonomous system path to a destination is valuable. The project maintains multiple command variants: nexttrace for the full-featured version, nexttrace-tiny for resource-constrained environments, and ntr for MTR-only operation. Installation is straightforward through official package repositories on Debian and Ubuntu systems, with support for numerous architectures including standard x86 and ARM variants as well as less common platforms.

The project maintains a clear separation between development and stable branches, with active development occurring in a dedicated repository while stable versions are synchronized to the core repository after a period of testing. The tool has established infrastructure sponsorship and receives community contributions through a structured pull request process. Code quality is actively monitored through automated linting and build verification workflows.