lazycomd: one daemon for every long-running command. Quit the TUI, nothing dies.

작성자

카테고리:

← 피드로
DEV Community · Huynh Thanh Phuc · 2026-09-12 개발(SW)
Cover image for lazycomd

Huynh Thanh Phuc

I was tired of six terminal tabs for tunnels, port-forwards, and local stacks.

lazycomd is a user-wide daemon. The TUI is only a client — q does not kill anything. A ports panel shows who actually owns 3000.

Install (macOS/Linux, starts the daemon and enables it at login):

curl -sSfL https://github.com/thanhphuchuynh/lazycomd/releases/latest/download/install.sh | sh

Enter fullscreen mode Exit fullscreen mode

Then lazycomd opens the TUI.

Repo: https://github.com/thanhphuchuynh/lazycomd

Docs: https://thanhphuchuynh.github.io/lazycomd/

vs mprocs / process-compose / overmind: those are per-project (and mprocs dies when you quit). This is one catalog for every project, with an HTTP API.

원문에서 계속 ↗