sshoosh(1)

SSH workspace chat, served as a terminal.

`sshoosh` is a self-hosted chat server where users connect with SSH keys and work inside a dense TUI. It keeps the deployment small: one binary, one SQLite database, one SSH host key.

Demo

Start

# Install via the release script
curl -fsSL https://raw.githubusercontent.com/puemos/sshoosh/main/install.sh | sh

# Or install with Homebrew
brew install puemos/tap/sshoosh

sshoosh bootstrap-token
sshoosh serve --host 0.0.0.0 --port 2222
ssh -p 2222 127.0.0.1
# Paste the bootstrap token at the "Token:" prompt,
# then choose your username in the TUI.