Installation
macOS on Apple silicon or Intel. Linux and Windows are not supported yet.
Script
Section titled “Script”Installs the app into /Applications and the rexa CLI into ~/.local/bin,
verifying every download against the release manifest.
curl -fsSL https://rexa.sh/install.sh | shCLI only, for headless or remote machines:
curl -fsSL https://rexa.sh/install.sh | sh -s -- --cli-onlyDisk image
Section titled “Disk image”Download the .dmg for your architecture from releases and drag
Rexa.app to /Applications. The app links the CLI on first launch.
Updating
Section titled “Updating”The app checks the stable channel at startup and every six hours; an available update shows as a download badge in the sidebar. From a shell:
rexa update # download and applyrexa update check # exit 10 when an update is availableEvery version, with notes, is listed at rexa.sh/releases.