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.
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.
IP, DNS, reverse DNS, port scan, SSL cert check, HTTP headers, ping, traceroute, WHOIS.
Run sequential commands with wait: brt -run 'echo hi;wait 3;echo bye'
Line-based editor that's easier than nano — list, insert, replace, save, quit.
Secure terminal relay with token auth. Serve on one machine, connect from another.
JSON, base64, URL encode/decode, hashing, grep, UUID, passwords, and calculator.
Render images and play videos in the terminal with brt -image and brt -video.
Kill port, listen ports, disk usage, extract archives, timer, weather, sysinfo, SSH key.