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

4 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

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

Rust

AI Summary: Implement a new filter option for `somo` to easily filter connections by their state (e.g., ESTABLISHED, TIME_WAIT). This would allow users to quickly see only the active connections, reducing the output from `somo -to` which currently shows a large number of connections in various states.

Complexity: 3/5
good first issue

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

Rust

AI Summary: The task is to create a Nix package for the `somo` project, making it easily installable and manageable within the Nix package manager ecosystem. This involves creating a Nix expression that describes how to build and install `somo`, handling dependencies, and potentially integrating it with Nix's build system.

Complexity: 4/5
good first issue

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

Rust
Homebrew formula 3 months ago

AI Summary: Create a Homebrew formula for the `somo` project to simplify installation on macOS and potentially Linux. This involves writing a recipe file that describes how Homebrew should build and install `somo`, handling dependencies and platform-specific considerations.

Complexity: 3/5
good first issue

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

Rust