Documentation Index
Fetch the complete documentation index at: https://mintlify.com/brimblehq/rexec/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
The fastest way to install the Rexec CLI is using the installation script:- Detects your platform (Linux, macOS, Windows)
- Downloads the correct binary for your architecture (amd64/arm64)
- Installs to
/usr/local/bin - Verifies the installation
Platform Support
The CLI supports the following platforms:| OS | Architecture | Binary Name |
|---|---|---|
| Linux | x86_64 (amd64) | rexec-cli-linux-amd64 |
| Linux | ARM64 (aarch64) | rexec-cli-linux-arm64 |
| macOS | Intel (amd64) | rexec-cli-darwin-amd64 |
| macOS | Apple Silicon (arm64) | rexec-cli-darwin-arm64 |
Manual Installation
Download from Releases
- Visit the GitHub releases page
-
Download the binary for your platform:
-
Make it executable and move to your PATH:
-
Verify installation:
Download from Rexec API
Binaries are also hosted directly on the Rexec platform:Build from Source
Requires Go 1.21 or later.Prerequisites
Clone and Build
Build for All Platforms
To build binaries for all supported platforms:downloads/ directory:
rexec-cli-linux-amd64rexec-cli-linux-arm64rexec-cli-darwin-amd64rexec-cli-darwin-arm64
Configuration
After installation, the CLI stores configuration in~/.rexec/config.json:
Environment Variables
You can override configuration with environment variables:Environment variables take precedence over the config file.
Verify Installation
Check that the CLI is correctly installed:Next Steps
Authentication
Login and authenticate with Rexec
CLI Commands
Learn all available commands
Troubleshooting
Command Not Found
If you getcommand not found: rexec, ensure /usr/local/bin is in your PATH: