UI-TARS Desktop is a serious local computer-use agent — if you lock down the setup
ByteDance’s UI-TARS Desktop is one of the most interesting open-source computer-use agents right now: it sees your screen,...
Port Kill is a developer utility for the recurring local-dev problem where a process keeps holding ports like 3000, 5000, or 8000. It can list active ports, identify the process behind them, terminate blockers, restart saved services, and manage simple service orchestration from a project config.
The useful bit is that it is not just another one-line lsof | kill wrapper. The README documents a CLI, a macOS status-bar app, a pure console binary for all platforms, cache cleanup commands, smart restart history, service detection for npm/Docker Compose/Procfile/Python projects, and guard mode for keeping a local service alive.
Use it when you frequently run multiple local services and lose time figuring out which process is holding a port. It is especially useful for frontend/backend stacks, Docker Compose projects, demos, and AI-generated app experiments where dev servers are started and stopped often.
Most teams already know the manual commands, but Port Kill packages the workflow into repeatable commands: port-kill --list, port-kill 3000 --safe, port-kill --restart 3000, port-kill --detect, and port-kill --up for configured services. That makes it a small but useful productivity pick rather than a full blog story.
The official product page describes port monitoring, process detection, termination, port ranges, ignore rules, and cache clearing. The GitHub README adds the cross-platform CLI/status-bar split, smart restart, service detection, orchestration, and cache commands. The latest GitHub release visible during review was v0.5.41 from April 3, 2026, focused on dashboard discovery and default port-range fixes.
GitHub's refreshed pull requests dashboard is now generally available, giving developers and managers one place for revi…
Claude's Microsoft 365 connector now supports write actions for Outlook, Calendar, OneDrive, and SharePoint. Admins shou…
Cloudflare now requires new Durable Object namespaces to use the SQLite storage backend for accounts that do not already…
Sign in to join the discussion and vote on comments.
Sign in