brt

Brew Remote Tools — a lightweight CLI packed with networking utilities, a friendly editor, command chaining, and secure remote terminal access. Installed with one command — the site detects your OS and shows the right installer.

Install with one command (macOS / Linux)
curl -fsSL https://brt.sushii.dev/install.sh | sh

Windows: irm https://brt.sushii.dev/win/install.ps1 | iex

Browse the full source code — open source, MIT licensed, hosted on this site.

Networking

IP, DNS, reverse DNS, port scan, SSL cert check, HTTP headers, ping, traceroute, WHOIS.

Command chains

Run sequential commands with wait: brt -run 'echo hi;wait 3;echo bye'

Simple editor

Line-based editor that's easier than nano — list, insert, replace, save, quit.

Remote access

Secure terminal relay with token auth. Serve on one machine, connect from another.

Data utilities

JSON, base64, URL encode/decode, hashing, grep, UUID, passwords, and calculator.

Terminal media

Render images and play videos in the terminal with brt -image and brt -video.

System tools

Kill port, listen ports, disk usage, extract archives, timer, weather, sysinfo, SSH key.