Minimal anonymous terminal chatrooms.
Open a terminal → paste one command → instantly chat.
Built for quick collaboration, debugging sessions, pair programming, temporary communities, and internet-native realtime chat.
- Anonymous ephemeral chat rooms
- Zero account creation
- Realtime WebSocket messaging
- Modern terminal-native TUI
- Sidebar user list
- Mention highlighting (
@user) - Cross-platform bootstrap installer
- Linux / macOS / Windows / Android (Termux) support
- Auto-generated room IDs
- Nickname colors
- Responsive terminal layout
- GitHub Releases binary delivery
- Dockerized deployment
- GitHub Actions CI/CD
- GHCR container publishing
- Lightweight single-binary CLI
The latest TUI includes:
- Dedicated users sidebar
- Better spacing and layout
- Cleaner message rendering
- Improved command hints
- Status footer
- Mention highlighting
- Better input handling
- Adaptive resizing
┌────────────────────────────────────────────────────────────────────────────┐
│ [system] Alice joined the room │
│ Alice: Hey @Bob │
│ Bob: sup │
│ │
│ Commands: /help /clear /nick /color /quit │
├────────────────────────────────────────────────────────────────────────────┤
│ > Type a message... │
└────────────────────────────────────────────────────────────────────────────┘
Create a room:
curl -fsSL https://termchat.sacred99.online | bashJoin a room:
curl -fsSL https://termchat.sacred99.online/7WHB | bashCreate a room:
irm https://termchat.sacred99.online/win -OutFile termchat-bootstrap.ps1
.\termchat-bootstrap.ps1Join a room:
irm https://termchat.sacred99.online/win/7WHB -OutFile termchat-bootstrap.ps1
.\termchat-bootstrap.ps1If PowerShell blocks scripts:
Set-ExecutionPolicy -Scope Process Bypasspkg install curl
curl -fsSL https://termchat.sacred99.online | bash| Platform | Architectures |
|---|---|
| Linux | amd64, arm64, 386 / i686 |
| macOS | amd64, arm64 |
| Windows | amd64, arm64 |
| Android / Termux | arm64 |
| Command | Description |
|---|---|
/help |
Show available commands |
/clear |
Clear chat history |
/nick NAME |
Change nickname |
/color #HEX |
Change nickname color |
/quit |
Exit room |
Notes:
- The online users panel is built directly into the UI.
/userscommand has been removed.- Mentions highlight automatically when using
@nickname.
termchat rooms are:
- Temporary
- Memory-only
- Automatically created on join
- Deleted when empty
- Shareable via URL-style room codes
Example:
https://termchat.sacred99.online/7WHB
Current protections include:
- WebSocket keepalive
- Buffered outbound queues
- Graceful disconnect handling
- Inactive connection cleanup
- Cross-platform bootstrap detection
- Automatic binary fetching
- ANSI escape sanitization
- Message length enforcement
Recommended future hardening:
- Global + per-room rate limits
- Join throttling
- Room validation hardening
- Profanity / spam filtering
- Abuse detection
Planned ideas:
- File transfer
- Message reactions
- Terminal notifications
- Persistent optional identities
- Invite-only rooms
- End-to-end encryption experiments
- Self-hosted one-command deployment
- Rich markdown rendering
- Multi-room support
- Go
- Bubble Tea
- Lip Gloss
- Gorilla WebSocket
- Chi
- Docker
- Caddy
- GitHub Actions
- GitHub Container Registry
termchat is designed to feel:
- Instant
- Disposable
- Lightweight
- Terminal-first
- Frictionless
No signup. No browser tabs.
MIT