Getting started
Install Red
Install the Red binary for your platform, then check that its bundled runtime is ready.
Choose an installation method
The install scripts support Apple Silicon and Intel Macs, x86-64 glibc Linux, and 64-bit x86-64 Windows. Homebrew is also available on macOS and Linux.
curl --proto '=https' --tlsv1.2 -fsSL https://getred.dev/install.sh | shirm https://getred.dev/install.ps1 | iexbrew install codersauce/tap/redWhat the installer does
The shell and PowerShell installers download the release archive for your platform, compare it with the published SHA-256 checksum, install the binary, and run Red's self-check.
- On macOS and Linux, the default destination is
~/.local/bin/red. - On Windows, the default destination is
%LOCALAPPDATA%\Programs\Red\bin\red.exe. The installer adds that directory to your user PATH.
Check the installation
Open a new terminal if the red command is not available immediately, then run:
red --version
red --self-checkThe self-check lists the bundled plugins and finishes with red self-check ok. Agent support is optional and has its own setup check.
Open a project
red -r path/to/projectRed works without a configuration file. The default configuration, plugins, and themes are embedded in the binary.