Skip to content

Install & first run

Install brings two things: RBM (the workbench manager, a CLI tool) and Launchpad (the desktop app that hosts your workbench tiles). One command on Linux or Windows handles both.

Open a terminal and run:

Terminal window
curl -fsSL https://redstonelogic.com/install | sh

This installs RBM and Launchpad, then opens Launchpad automatically.

Open PowerShell and run:

Terminal window
powershell -c "irm https://redstonelogic.com/install.ps1 | iex"

This installs RBM and Launchpad, then launches the app.

macOS support is coming soon.

  1. Launchpad opens with the Foundation workbench installed (free for personal use).
  2. Open a terminal in your workshop folder and start your CLI agent (Claude Code, Codex, or opencode).
  3. Your agent reads the workshop and is ready to work.

For the full get-started walkthrough, visit redstonelogic.com/get-started.