Skip to main content

Documentation

Quick start

From install to your first multi-agent layout in three steps.

  1. 1. Install

    Run the command for your platform from Install. No config file needed to get started.

    curl -fsSL https://bentomux.dev/install.sh | sh
  2. 2. Open Bentomux

    Launch the app. You'll get an empty workspace with a split-pane terminal. Split, drag borders and rename panes from the UI — no shortcuts to learn first.

  3. 3. Run your agents

    In each pane, start the agent you want — Claude Code, Codex CLI, pi, or any shell tool. Each pane holds a real PTY with scrollback; quitting and reopening restores the layout.

    claude  # in pane 1 
    codex   # in pane 2