# theopfr/somo

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.

Repository: https://github.com/theopfr/somo
Canonical: https://ross.abutalabs.com/products/somo
Homepage: https://crates.io/crates/somo
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-08-21T22:06:26+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 86, longevity 86
- inputs: {"age_days": 1206, "days_push": 12, "days_rel": 16, "gap_med": 48, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2617, forks 66 (observed 2026-08-28T04:07:04.666984+00:00)

## What it is
somo is a Rust-based CLI tool that serves as a human-friendly alternative to netstat for inspecting socket and port connections on Linux and macOS. It presents connections in a filterable, sortable table view and supports interactive process killing plus JSON and custom output formats.

## Use cases
- find which process is listening on a port
- inspect open TCP and UDP connections in a readable table
- kill a process occupying a port interactively
- filter connections by remote IP, port, program, or PID
- export socket information as JSON for scripting
- replace netstat -tulpn with a friendlier command

## When to choose
- you want a modern, readable replacement for netstat on Linux or macOS
- you need to quickly identify and kill processes bound to ports
- you want machine-readable socket output (JSON/custom formats) for automation

## When to avoid
- you need Windows support
- you need deep packet inspection or traffic capture rather than socket listing
- you require netstat-compatible flags or scripts

## Facets
- artifact type: cli-tool
- maturity: active
- function: monitoring, networking, cli, developer-tools
- domain: networking, developer-tools
- platform: cli, rust
- tags: netstat-alternative, socket-monitoring, port-monitoring, process-inspection, interactive-process-kill, command-line, linux, macos

## Member repositories
- theopfr/somo (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.666984+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-30T02:20:24.893192+00:00, confidence not recorded.
  - readme: https://github.com/theopfr/somo (fetched 2026-08-28T04:07:04.666984+00:00, sha d6c16ce28e38)
  - registry_crates: https://crates.io/api/v1/crates/somo (fetched 2026-08-29T10:03:22.983506+00:00, sha c3ce7dd2bf1a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
