What Is Rysh?
"A terminal that thinks. Shell mode runs commands. Prompt mode talks to AI."
What you'll see
- Type `rysh` and land in shell mode (marker `>`) -- a familiar PTY-backed terminal.
- Run `ls -la` in shell mode with full color and ANSI.
- Double-press Escape to cycle to prompt mode (marker `<`).
- Ask the AI "explain this directory structure" and watch the markdown response render in the same pane.
- Split with `Ctrl+P n`, then create a new tab with `Ctrl+T n`.
Key takeaway
Rysh is a terminal multiplexer where every pane is both a shell and an AI agent workspace.
Read the written tutorial