What Is Rysh?
A terminal that thinks. Shell mode runs commands. Prompt mode talks to AI.
What you'll see
- Type
ryshand land in shell mode (marker>) -- a familiar PTY-backed terminal. - Run
ls -lain 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 withCtrl+T n.
Commands shown
rysh
ls -la
explain this directory structure
n
n
Keys used
Transcript
0:00A terminal that thinks. Shell mode runs commands, prompt mode talks to AI -- and every pane is both.
0:04Just type rysh. You land in shell mode -- your familiar terminal, fully PTY-backed.
0:10In shell mode everything works like a normal terminal. Full color, full ANSI -- run any command you want.
0:18Double-press Escape to cycle the input mode. Watch the marker change to a less-than sign -- now you're talking to an AI agent.
0:26Ask anything. The agent sees your terminal context and answers right inside the pane, rendered as markdown.
0:40Escape again brings you back through the modes to shell. One pane, two ways to work.
0:46Ctrl+P enters pane mode. Press n to split right -- two independent panes, each its own shell and agent.
0:53Ctrl+T enters tab mode. Press n for a whole new tab. That's Rysh: every pane is a shell plus an AI agent.