Installation
Get Reliant up and running on your system with these simple installation steps.
Install via Homebrew (macOS/Linux)
The easiest way to install Reliant on macOS and Linux is via Homebrew.
Note: Homebrew must be installed on your system first. Visit brew.sh if you don’t have it.
brew install --cask reliant-labs/reliant/reliantOr add the tap first, then install:
brew tap reliant-labs/reliant
brew install --cask reliantHomebrew automatically downloads the correct version for your Mac (Apple Silicon or Intel).
System Requirements
Before installing Reliant, ensure your system meets these requirements:
Hardware Requirements
- RAM: Minimum 8GB, recommended 16GB+
- Storage: At least 4GB of free disk space
- Processor: Intel x86-64, Apple Silicon, or ARM64
Operating System
macOS
- Minimum: macOS 11.0 (Big Sur)
- Recommended: macOS 13.0 (Ventura) or later
- Supported: Both Intel and Apple Silicon
Linux
- Supported: x86_64 and ARM64 architectures
- Format: AppImage (compatible with most distributions)
Windows
- Supported: Windows 10/11 (x64 and ARM64)
- Format: EXE installer
Additional Requirements
- Internet Connection: Required for AI features and updates
- API Key: Required for AI functionality (see options below)
- Git: Optional but recommended for version control features
Getting an API Key
Option 1: Use Your Claude Code Subscription
If you have a Claude Code subscription, you can use it with Reliant:
- Run
claude setup-tokenin your terminal - Copy the displayed API key
- Use it with the Anthropic provider in Reliant
Option 2: Get a Provider API Key
Sign up directly with any supported provider (Anthropic, OpenAI, etc.) and generate an API key from their dashboard.
Direct Download
Alternatively, you can download Reliant directly.
macOS
Choose the version for your Mac:
For Apple M Series Macs
For Intel based Macs
Windows
Choose the installer for your Windows system:
For 64-bit Windows 10/11
For ARM64 Windows 10/11
Linux
Choose the version for your Linux system:
For Intel/AMD 64-bit systems
For ARM 64-bit systems
chmod +x Reliant-latest-linux-*.AppImage and run it.Post-Installation Setup
After installation, you’ll need to:
- Launch Reliant (from Applications on macOS, Start Menu on Windows, or run the AppImage on Linux)
- Choose a project folder to work with
- Select your preferred AI provider
- Configure API Key in the settings
Updating Reliant
Via Homebrew
If you installed via Homebrew:
brew upgrade --cask reliantManual Update
To manually check for updates:
- Go to Reliant → Check for Updates
- Or download from here
- Install over existing version (run the installer again)
- Restart Reliant
Uninstalling Reliant
Via Homebrew
If you installed via Homebrew:
brew uninstall --cask reliantTo also remove settings and logs:
brew uninstall --cask reliant --zapmacOS (Manual Removal)
To fully uninstall Reliant manually on macOS:
- Quit Reliant if it’s running
- Delete the app:
- Drag Reliant from Applications to Trash
- Empty Trash
- Remove settings (optional):
rm -rf ~/Library/Application\ Support/reliant rm -rf ~/Library/Logs/Reliant - Remove preferences:
defaults delete com.reliantlabs.reliant
Windows
To uninstall Reliant on Windows:
- Quit Reliant if it’s running
- Open Settings → Apps → Installed Apps
- Find Reliant, click the three dots, and select Uninstall
- Remove settings (optional):
- Delete
%APPDATA%\Reliant - Delete
%LOCALAPPDATA%\Reliant(if present)
- Delete
Linux
To fully uninstall Reliant on Linux:
- Quit Reliant if it’s running
- Delete the AppImage file
- Remove settings (optional):
rm -rf ~/.config/reliant rm -rf ~/.local/share/reliant
Your projects and code remain untouched
Getting Help
If you encounter installation issues contact support at support@reliantlabs.io
Next: Using Reliant — Learn the core concepts of using Reliant.