▗▄▄▄▖▗▖ ▗▖▗▄▄▄▖▗▄▄▄▖▗▄▄▖▗▄▄▄▖▗▖ ▗▖▗▄▄▄▖
█ ▐▛▚▖▐▌ █ ▐▌ ▐▌ ▐▌ █ ▐▌ ▐▌ █
█ ▐▌ ▝▜▌ █ ▐▛▀▀▘▐▛▀▚▖ █ ▐▌ ▐▌ █
▗▄█▄▖▐▌ ▐▌ █ ▐▙▄▄▖▐▌ ▐▌ █ ▝▚▄▞▘▗▄█▄▖
A terminal client for Intercept, the hacking MUD by bubmet. Built with Bubble Tea.
This project is unofficial and not affiliated with the game or its authors.
- Go 1.25 or later
- A terminal that supports ANSI colors and alternate screen mode
go install github.com/jakehwll/intertui@latestOr build from source:
git clone https://github.com/jakehwll/intertui.git
cd intertui
go build -o intertui .# New account (registers on server + writes ~/.intertui/config.yaml)
intertui register --server HOST --user YOU --pass SECRET
# Or one-time setup if you already have an account
intertui init --server HOST --user YOU --pass SECRET
# Start the intertui UI
intertui| Flag | Description |
|---|---|
--user |
Intercept username |
--pass |
Intercept password |
| Variable | Flag |
|---|---|
INTERCEPT_USER |
--user |
INTERCEPT_PASS |
--pass |
Default settings live in ~/.intertui/config.yaml (create with intertui register or intertui init). --user and --pass override the file for a single session.
Session logs are written to ~/.intertui/logs/latest.log.
See CONTRIBUTING.md.
GNU General Public License v3.0 or later. See LICENSE.
- Intercept by bubmet
- intercept.py for protocol reference
- Charm — Bubble Tea, Bubbles, Lip Gloss
