{"id":38470911,"url":"https://github.com/shellrow/netdia","last_synced_at":"2026-02-01T16:00:41.407Z","repository":{"id":331757365,"uuid":"1128955518","full_name":"shellrow/netdia","owner":"shellrow","description":"Cross-platform network diagnostic tool","archived":false,"fork":false,"pushed_at":"2026-01-31T11:44:55.000Z","size":3042,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T20:30:58.387Z","etag":null,"topics":["desktop-app","network","rust","tauri"],"latest_commit_sha":null,"homepage":"https://netdia.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shellrow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T11:50:02.000Z","updated_at":"2026-01-31T11:34:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shellrow/netdia","commit_stats":null,"previous_names":["shellrow/netdia"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shellrow/netdia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Fnetdia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Fnetdia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Fnetdia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Fnetdia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellrow","download_url":"https://codeload.github.com/shellrow/netdia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Fnetdia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28981893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T15:35:50.179Z","status":"ssl_error","status_checked_at":"2026-02-01T15:35:38.075Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","network","rust","tauri"],"created_at":"2026-01-17T05:07:02.846Z","updated_at":"2026-02-01T16:00:41.402Z","avatar_url":"https://github.com/shellrow.png","language":"Rust","funding_links":[],"categories":["Applications"],"sub_categories":["Networking"],"readme":"# NetDia\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/icon/nd-icon.png\" alt=\"NetDia Logo\" width=\"128\" height=\"128\" /\u003e\n\u003c/p\u003e\n\nCross-platform network diagnostic tool built with **Rust** + **Tauri**.  \nInspect, monitor, and analyze your network.\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/shellrow/netdia)\n![License](https://img.shields.io/github/license/shellrow/netdia)\n![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blue)\n\n---\n\n## Features\n\n- **Interface Overview** - Active interfaces with IPs, gateways, and real-time stats  \n- **Live Traffic Charts** - RX/TX throughput and AVG/MAX\n- **Speed Test** - Measure download \u0026 upload speed with real-time progress\n- **Neighbor Scan** - Discover devices in your local network\n- **Net Route** - Inspect routing tables, gateways, and metrics  \n- **Socket Connection** - View active TCP/UDP sockets with process information  \n- **Public IP Info** - Detect IPv4 / IPv6, ASN, and country  \n- **Ping (ICMP / TCP / UDP / QUIC)** - Measure latency and reachability across protocols  \n- **Traceroute (ICMP / UDP)** - Per-hop RTT with detailed hop visualization\n- **Port Scan** - Detect open ports and services (Common, Top1000, or custom sets)  \n- **Host Scan** - Scan your network to identify alive hosts  \n- **Cross-Platform** - macOS, Windows, and Linux supported  \n\n---\n\n## 🚀 Getting Started\n\n### 📦 Using Installer\n\n#### **macOS**\nDownload the notarized and signed DMG from the [**Releases page**](https://github.com/shellrow/netdia/releases).  \nDrag \u0026 drop to install (Applications folder) \n\u003e 🔄 NetDia supports in-app automatic updates on macOS.\n\n#### **Windows**\nAvailable on the [**Microsoft Store**](https://apps.microsoft.com/detail/9NLQ03PT1DXQ)\n\u003e ℹ️ On Windows, updates are managed by the Microsoft Store.  \n\n#### **Linux**\nAvailable as **AppImage(GPG signed)**, **deb**, and **rpm** packages.\n\u003e 🔄 NetDia supports in-app automatic updates on Linux.\n\n[**Releases page**](https://github.com/shellrow/netdia/releases)\n\nAppImage signature\n```\n3BA76883CE83EC30C03B1399261B16ACBF7FF010\n```\n\n### 🦀 Build from source\n```bash\n# 1. Clone the repository\ngit clone https://github.com/shellrow/netdia.git\ncd netdia\n\n# 2. Install dependencies\ncargo install tauri-cli\nnpm install\n\n# 3. Run in development mode\ncargo tauri dev\n\n# 4. Build release package\ncargo tauri build\n```\n\n## Screenshots\n![NetDia Dashboard](resources/ss/nd-dashboard.png)\n![NetDia Monitor](resources/ss/nd-monitor.png)\n![NetDia Traceroute](resources/ss/nd-traceroute.png)\n![NetDia Neighbor](resources/ss/nd-neighbor.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellrow%2Fnetdia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellrow%2Fnetdia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellrow%2Fnetdia/lists"}