Settings

Theme

Show HN: Dev Cockpit (OSS) – TUI System Monitor for Apple Silicon

devcockpit.app

3 points by caioricciuti 7 months ago · 1 comment · 1 min read

Reader

Built a terminal dashboard for my M2 Mac because I wanted something better than jumping between Activity Monitor, terminal commands, and random cleanup scripts.

What it does:

Real-time charts for CPU, memory, disk... Quick actions menu - one key to flush DNS, fix WiFi, kill processes... Clean up all the dev cache garbage in one place (npm, Homebrew, Xcode, Go, Yarn) System insights with performance scoring

Basically everything I was doing manually or with different tools, now in one TUI.

Written in Go, GPL-3.0.

https://github.com/caioricciuti/dev-cockpit

Install:

curl -fsSL https://raw.githubusercontent.com/caioricciuti/dev-cockpit/m... | bash

Would appreciate feedback on the UI and what other quick actions or monitoring would be useful.

tra3 7 months ago

Love TUIs!

Screenshots on the main project page (not in GitHub): https://devcockpit.app

What made you decide to create this and how is it different from top/htop?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection