Installation
How to install Ream Desktop on macOS and Windows in a single command.
Ream Desktop is distributed through GitHub Releases. On both platforms the recommended way to install is a single command: it installs the app without any system warnings.
One-command install (macOS)
- Open Terminal: press
⌘ Space, type "Terminal" and hit Enter. - Paste the command and hit Enter:
curl -fsSL https://ream.design/install.sh | shThe script does exactly three things:
- downloads the latest Ream release from GitHub Releases for your architecture (Apple Silicon or Intel);
- copies
Ream.appinto/Applications, replacing the previous version if there was one; - launches the app.
It installs and changes nothing else. You can read the script before running it: ream.design/install.sh.
After installation Ream keeps itself up to date through the built-in updater — you never need to run the command again.
One-command install (Windows)
- Open PowerShell: press
Win, type "PowerShell" and hit Enter. - Paste the command and hit Enter:
irm https://ream.design/install.ps1 | iexThe script does exactly four things:
- downloads the latest Ream release for 64-bit Windows from GitHub Releases;
- verifies it against the published sha256 checksum;
- runs the installer for the current user — no administrator prompt;
- launches the app.
It installs and changes nothing else. You can read the script before running it: ream.design/install.ps1.
If you downloaded the .exe from the downloads page instead, run it and click "More info" → "Run anyway" when SmartScreen appears — Ream is not signed with an Authenticode certificate yet, so Windows warns about any browser-downloaded installer.
What's next
Connect your coding agent to Ream: Connect your agent.