Single-channel signal so far. GitHub picked up +37 stars in 24h and dev.to writeups (1 articles / 7d). Reddit, Bluesky and X are still cold — typical for a niche project at this stage.
domcyrus/rustnet sits at 3,083 GitHub stars with steady Rust traction — organic growth keeps it on the trending list.
+37 stars 24h | +103 7d
10 in 24h | 1 source
1/6 channels firing
no linked package yet
last commit 3h ago
Each channel contributes 0-1. Per-channel tiers: GitHub (breakout 1.0 / hot 0.7 / rising 0.4), HN (front-page 1.0 / ≥3 mentions 0.7 / 1-2 mentions 0.4), Bluesky (≥5 mentions 1.0 / 2-4 0.7 / 1 0.4), dev.to (≥3 articles 1.0 / 2 0.7 / 1 0.4), Reddit (corpus-normalized 48h velocity), X (≥10 mentions 24h 1.0 / 3-9 0.7 / 1-2 0.4).
* Reddit bar shows a per-repo velocity proxy (raw score / 100); the score formula uses the corpus-normalized version so a single repo's bar may not match its contribution to the corpus-wide ranking.
// KNOWN REPO · PACKAGE · LAUNCH · SITE SURFACES
Another music player but written in rust using dioxus (local files and jellyfin supported)
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
Your Personal AI super intelligence. Private, Simple and extremely powerful.
One SQL interface over APIs, files, and live sources — built for agents.
Professional Antigravity Account Manager & Switcher. One-click seamless account switching for Antigravity Tools. Built with Tauri v2 + React (Rust).专业的 Antigravity 账号管理与切换工具。为 Antigravity 提供一键无缝账号切换功能。
A Kiro Client in Rust
Ranked confirmation layer for repo-specific X buzz in the last 24h.
在终端里按进程看实时网络连接,支持 TCP/UDP/QUIC 深度包检测,跨平台跑在沙盒里。 github.com/domcyrus/rustnet RustNet 是一款终端 TUI 工具,将每条 TCP/UDP/QUIC 连接关联到对应进程,通过深度包检测识别 HTTP、TLS/SNI、DNS、SSH、QUIC 等协议,无需外部解析器。Linux 上默认用 eBPF 实现低开销进程识别,macOS 用 PKTAP,Windows/FreeBSD 用原生 API。
Contains the canonical GitHub repository URL.
发现个终端里的网络监控神器! RustNet,在终端里就能实时监控所有网络连接,哪个进程在偷偷传数据、服务器被谁连了,一眼看清。 最爽的是能看到每个连接对应的应用程序,这点 Wireshark 都做不到。SSH 连服务器直接看,不用搞 X11 转发。 界面分四块: - 总览:所有连接列表 + 实时流量 - 详情:SNI、加密算法、地理位置、DPI - 图表:流量趋势、应用分布、Top 进程 - 网卡:每个接口的收发历史 支持 `port:` `process:` `sni:` 过滤,像 fzf 一样搜,排查问题贼快。还能自动降权运行,安全得很。 运维、后端、搞安全的,终端里备一个,排查网络问题效率翻倍。 项目地址放评论区了👇 #网络监控 #Rust #终端 #运维工具 #开源
Matched through a repo-specific project phrase query.
兄弟们,手把手教你用RustNet在终端里看穿所有网络连接!🔍 1️⃣ 一键追踪:TCP/UDP/QUIC连接秒级关联到具体进程 2️⃣ 黑科技检测:HTTP/TLS/SSH/QUIC协议深度包识别,不用装多余解析器 3️⃣ 跨平台无痛:Linux跳eBPF、macOS玩PKTAP、Windows/FreeBSD原生API 4️⃣ 沙盒运行:不污染系统,随时看流量实时波动 终端装逼+网络诊断神器,直接冲就完事!🔥 🔗 github.com/domcyrus/rustnet
Contains the canonical GitHub repository URL.
日常运维工作监控服务器网络连接,使用 netstat、ss 这些工具虽然能显示连接信息,但缺乏实时更新和直观展示。 最近找到了 RustNet 这款功能强大的网络监控开源工具,专为实时网络连接分析而设计,正好解决了这个痛点。 支持实时监控 TCP、UDP 等连接状态和生命周期,还能深度解析数据包内容,自动识别 HTTP、HTTPS、SSH 等协议详情。 GitHub: github.com/domcyrus/rustnet 除此之外,还提供高性能的并发包处理能力,以及高级过滤系统,支持 Vim 风格搜索和关键词过滤。 提供了多种安装方式,推荐通过 Cargo 安装,同时需要管理员权限进行网络包捕获,有需要的同学可以看一下。
Contains the canonical GitHub repository URL.
你的程序到底在偷偷连谁?以前排查网络请求像开盲盒,现在终于有个终端神器能一眼看穿。 发现个巨顺手的网络监控工具 RustNet,纯 Rust 写的 TUI,界面颜值和实战能力都在线。 🔍 进程级归属:每条 TCP/UDP 连接直接标出是哪个 App 发起的,Firefox、ssh、nginx 一目了然 🚦 状态颜色预警:白=正常,黄=快超时,红=待清理,扫一眼就知道网络健不健康 ⌨️ 过滤超丝滑:`/process:curl` `/port:443` `/sni:github`,组合筛选像 fzf 一样快 📦 协议全识别:内置 DPI,HTTP/TLS/DNS/QUIC 协议和 SNI 域名直接扒出来 💻 跨平台低开销:macOS/Linux/Win/FreeBSD 全支持,Linux 默认 eBPF 几乎不占 CPU SSH 连服务器直接 `sudo rustnet`,不用开 Wireshark 也不用转发 GUI。上次线上流量异常,靠它 5 分钟就揪出是哪个定时任务在狂调外部 API。运维、后端、搞安全的兄弟,终端里备一个真能省不少头发。 往期GitHub合集👉 pan.quark.cn/s/58863024362d 项目地址放评论区了👇
Matched through a repo-specific project phrase query.
RustNet — Per-Process Network Monitoring for Your Terminal 💀🔥 See live TCP, UDP, and QUIC connections with deep packet inspection and process attribution in real time. ✔ HTTP / TLS / DNS / SSH / QUIC detection ✔ eBPF-powered visibility ✔ GeoIP enrichment ✔ SSH-friendly TUI ✔ Historic connection tracking ✔ Cross-platform support Perfect for DFIR, Threat Hunting, Malware Analysis, and Linux monitoring. github.com/domcyrus/rustnet #CyberSecurity #ThreatHunting #DFIR #Linux #RustLang
Contains the canonical GitHub repository URL.
周五软件分享 - gpu-kill(图一):在浏览器展示 GPU 实时信息 github.com/kagehq/gpu-kill - RustNet:监控网络流量的终端工具 github.com/domcyrus/rustnet - PortNote:一个自托管的仪表盘,列出被占用的本地端口 github.com/crocofied/PortNot… 更多软件 #科技爱好者周刊 (第367期) ruanyifeng.com/blog/2025/09/…
Contains the canonical GitHub repository URL.
github.com/domcyrus/rustnet
Contains the canonical GitHub repository URL.
🚀 Canxium’s Next Timelines 🔹 Rusty Canxium - Port core from Go -> Rust for speed & safety 🔹 Rustnet - Rust-only testnet launch (2026 Q2) 🔹 PoW Reinvention - Return to pure Proof of Work via Retained PoW 🔹 Supply Cap Proposal - Cap total CAU supply at 20M for long-term sustainability 🔹 Cross-Chain Mining: ETC - Research interoperability with Ethereum Classic 🧭 The future of Canxium is being forged.
Matched through a repo-specific project phrase query.
Network monitor with deep packet inspection github.com/domcyrus/rustnet
Contains the canonical GitHub repository URL.