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:
curl -fsSL https://redstonelogic.com/install | shThis installs RBM and Launchpad, then opens Launchpad automatically.
Windows
Section titled “Windows”Open PowerShell and run:
powershell -c "irm https://redstonelogic.com/install.ps1 | iex"This installs RBM and Launchpad, then launches the app.
macOS support is coming soon.
After install
Section titled “After install”- Launchpad opens with the Foundation workbench installed (free for personal use).
- Open a terminal in your workshop folder and start your CLI agent (Claude Code, Codex, or opencode).
- Your agent reads the workshop and is ready to work.
For the full get-started walkthrough, visit redstonelogic.com/get-started.