New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sweepur

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sweepur

A small OpenTUI dashboard for sweeping local ports and Docker containers.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Sweepur

Sweepur is a small OpenTUI dashboard for answering one question quickly:

What is running on this machine, and how do I stop it?

It combines two local views in one terminal UI:

  • Local Ports: listening TCP ports discovered via lsof
  • Docker Containers: container state discovered via docker ps -a

Controls

  • Tab, Left, Right: switch between Ports and Docker
  • Up, Down, PageUp, PageDown: move selection
  • G: refresh both tabs
  • K: terminate the selected process on the Ports tab
  • S: stop the selected Docker container
  • R: restart the selected Docker container
  • D: delete the selected Docker container
  • Q: quit

K and D are confirmation-gated: press the same key twice within 4 seconds.

Prerequisites

  • bun
  • lsof
  • docker if you want the Docker tab to return live data
  • macOS or Linux for the current ports implementation

Run From GitHub

git clone https://github.com/jacksonwyt/sweepur.git
cd sweepur
bun install
bun run dev

Published Install

Try it without installing:

bunx sweepur

Or install it globally:

npm install -g sweepur
sweepur

sweepur is a Bun-backed CLI. npm can install the package, but the executable still expects bun to be present on the machine. Prefer bunx over npx.

Verify

bun run check

Keywords

tui

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts