HomeTutorials › Web & Desktop
Web & Desktop

The Desktop App

#101 0:13 Part of the Rysh video series

The same rysh multiplexer, as a native desktop app.

The Desktop App — 0:13 walkthrough

What you'll see

  1. Introduce rysh-cli-app: an Electron + React desktop client wrapping the same multiplexer.
  2. It offers every input mode, full mouse support, and the same tabs and panes in a resizable window.
  3. It adds dedicated side panels for Agents, Humanoids, and Shares.
  4. Wrap: full rysh power with point-and-click GUI access.

Commands shown

echo 'rysh-cli-app: Electron + React desktop client'
echo 'Same modes, mouse, tabs, panes -- in a native window'
echo 'Side panels: Agents | Humanoids | Shares'
echo 'Desktop app = full rysh power, GUI-first'

Keys used

Enter

Transcript

0:00The same rysh multiplexer, as a native desktop app.

0:05rysh-cli-app is the desktop client -- an Electron and React app that wraps the exact same multiplexer you run in the terminal.

0:13You get every mode, full mouse support, and the same tabs and panes -- just in a resizable window instead of a terminal emulator.

0:23What the desktop app adds is dedicated side panels: one for Agents, one for Humanoids, one for Shares -- so you can manage them without typing a command.

0:34If you prefer a GUI, the desktop app gives you the full power of rysh with point-and-click access to its actors.

Key takeaway
rysh-cli-app is an Electron/React desktop client with the full multiplexer plus side panels for Agents, Humanoids, and Shares.