late.sh a cozy command-line clubhouse for computer people
$ ssh late.sh ▌ copy copied if it fails, generate a key first: ssh-keygen -t ed25519
$ curl -fsSL https://cli.late.sh/install.sh | bash copy copied installs the local `late` companion CLI on macOS, Linux, or Termux
PS> irm https://cli.late.sh/install.ps1 | iex copy copied installs `late.exe` on Windows PowerShell
$ git clone https://github.com/mpiorowski/late-sh && cd late-sh && cargo build --release copy copied or build the companion CLI from source
├─ chill radio, classical, and guest stations ├─ the arcade (2048, sudoku, nonograms, solitaire) ├─ collaborative artboard ├─ daily challenges & streaks ├─ live chat ├─ share & discuss news └─ multiplayer games (coming soon)
# artboard a shared ASCII canvas . paint, erase, sign your work. each cell remembers who placed it. snapshots are saved daily and monthly, so the history sticks around as the board keeps changing.
# work who's around, what they build, who's open to gigs . one profile per person, posted from the TUI. headline, status, skills, links — plus an optional bio, late.fetch readout, and showcase. to post yours, ssh late.sh , open the work room, press i .
# play a read-only peek at the TUI in your browser. tab around, see what's inside. no typing, no chat, no games — just a window into a shared demo session. for the real thing, ssh late.sh .
# identity no passwords. no OAuth. no accounts. your ssh key is your identity. chats, scores, and streaks are tied to your public key fingerprint. same key, same data.
... continue reading