EST. 2026 // SSH-NATIVE // TWO GAMES, ONE ROOM

Pull up a seat. // leave the browser behind.

gameroom.sh is a live game room you reach over SSH. No browser. No signup. No email. Bring a key, take a seat — play no-limit hold’em or rated chess without leaving your shell. Same room, same handle, same rating wherever you connect from. Just ssh gameroom.sh.

how it works
1,402
Hands / week
318
Games / week
47
Seated now

What's in the room // two front doors, one shell.

[ 03 modules online ]

01 // POKER

No-limit hold’em, all the math.

Multi-table cash games and tournaments share the same engine. Side-pot accounting that actually works. Sit-out timers, re-buys, dealer button — all built in.

variant
NL hold'em
format
cash · tourney
stakes
play-chips
seats
2 — 9

02 // CHESS

Blitz, rapid, classical — rated.

1+0 through 30+0 time controls. Glicko-2 ratings tied to your key fingerprint. PGN export. Spectator mode for every board.

rules
FIDE
time
1+0 — 30+0
rating
Glicko-2
export
PGN · FEN

03 // THE ROOM

One handle. One room. Over SSH.

Same identity across both games. No password, no email, no recovery flow — your SSH key is your account. Web is intentionally not on the roadmap.

auth
ssh key
tracking
none
analytics
none
web
shell only
[ HOW TO CONNECT ]

One command. // No client. No password. No browser.

Open a terminal. Type ssh gameroom.sh. The room boots a Bubble Tea TUI right there in your shell. Tab between poker and chess like switching windows in a window manager — same handle, same fingerprint, same room.

//connect
$ ssh gameroom.sh_
//first-time setup (if you don't have a key)
$ ssh-keygen -t ed25519
//throwaway key (zero attribution)
$ ssh-keygen -t ed25519 -f ~/.ssh/gameroom_throwaway && \
  ssh -o IdentitiesOnly=yes -i ~/.ssh/gameroom_throwaway gameroom.sh

The next deal is waiting. The clock is ticking.

FREE TO PLAY· NO ACCOUNT· NO EMAIL· NO BROWSER