A cross-platform remote terminal, built at MHacks (1st place, Google track), that lets users drive a remote shell in natural language, translating plain-English requests into OS-appropriate shell commands via the Gemini API.
The Electron/React client talks to a FastAPI server that spawns concurrent PTY-backed shell sessions over WebSockets, streaming live output and tracking exit codes and working directory per session.
Command execution is authenticated with an HMAC challenge-response handshake plus per-command SHA-256 signatures verified server-side, so unsigned or tampered requests are rejected before they reach a shell.
