SuperChat mascot

SuperChat

Terminal-based threaded chat for the command line

Anonymous, threaded discussions in your terminal

SuperChat brings forum-style threaded conversations to the command line. No registration required, just download and connect.

SuperChat channel list view SuperChat thread view with nested replies

Features

Download

Get the latest release for your platform:

Quick Start

One-line installer (Linux/macOS/FreeBSD):

# Install to ~/.local/bin (user install, no sudo required)
curl -fsSL https://raw.githubusercontent.com/aeolun/superchat/main/install.sh | sh

# Or install to /usr/bin (system-wide, requires sudo)
curl -fsSL https://raw.githubusercontent.com/aeolun/superchat/main/install.sh | sudo sh -s -- --global

This installs sc (client) and scd (server)

Usage:

# Connect to the default server (superchat.win)
sc

# Or specify a different server (sc:// protocol, default port 6465)
sc --server sc://yourserver.com

# Or connect over SSH (defaults to port 6466)
# SSH connection automatically signs you in and registers your SSH key
sc --server ssh://user@yourserver.com

# Or run your own server
scd --port 6465

Open Source

SuperChat is open source and available on GitHub. Contributions welcome!