| Crates.io | scroll-chat |
| lib.rs | scroll-chat |
| version | 0.2.0 |
| created_at | 2026-01-13 14:06:01.261532+00 |
| updated_at | 2026-01-13 17:00:45.058221+00 |
| description | A secure terminal chat over SSH - host or join chatrooms with end-to-end encryption |
| homepage | https://github.com/asengupta07/scroll |
| repository | https://github.com/asengupta07/scroll |
| max_upload_size | |
| id | 2040244 |
| size | 138,472 |
A lightweight Rust-based CLI tool for secure, real-time communication that allows users to join and host chatrooms directly over SSH.
cargo install scroll-chat
Or install bore for public access:
cargo install bore-cli
# Local only
scroll create --port 2222 --pw mysecret
# With public access (requires bore)
scroll create --port 2222 --pw mysecret --tunnel
# Local
scroll join 127.0.0.1:2222 --pw mysecret --user alice
# Public (bore tunnel)
scroll join bore.pub:12345 --pw mysecret --user alice
MIT