System Requirements
The Tenderly CLI is a single binary with no additional dependencies. It works on:- macOS (Intel and Apple Silicon)
- Linux (x86_64)
- Windows (x86_64)
Installation Methods
- macOS
- Linux
- Windows
Using Homebrew (Recommended)
The easiest way to install on macOS is via Homebrew:Using Installation Script
Alternatively, you can install using our installation script:- Download the latest version for your architecture
- Install the binary to
/usr/local/bin/tenderly - Make the binary executable
You may need to grant terminal permissions in System Preferences for the installation to complete.
Verify Installation
After installation, verify that the CLI is working correctly:Updating the CLI
Check Current Version
To check which version you’re currently running:Update via Homebrew (macOS)
If you installed via Homebrew, update with:Update via Installation Script
For installations via the curl script, simply run the installation command again:Update on Windows
For Windows installations:- Download the latest version from the releases page
- Replace your existing
tenderly.exefile with the new one - Verify the update with
tenderly version
Check for Updates
The CLI can automatically check for updates:- Check if a newer version is available
- Provide update instructions for your platform
- Show changelog information
Troubleshooting
Command Not Found
If you get a “command not found” error after installation:Check PATH
Verify that the installation directory is in your PATH:Look for
/usr/local/bin (macOS/Linux) or your Windows installation directory.Permission Denied (macOS/Linux)
If you get a permission denied error:Installation Script Fails
If the installation script fails:- Try running with
sudo(Linux only) - Manually download the binary from the releases page
- Move it to
/usr/local/binand make it executable:
Antivirus Warnings (Windows)
Some antivirus software may flag the Tenderly CLI. This is a false positive. You can:- Add an exception for
tenderly.exein your antivirus settings - Download from the official GitHub releases page
- Verify the binary’s checksum against the published values
Uninstalling
macOS (Homebrew)
macOS/Linux (Script Installation)
Windows
- Delete the
tenderly.exefile from your PATH directory - Remove the directory from your PATH environment variable (if you created a custom directory)
- Optionally delete the configuration directory (typically in
%USERPROFILE%\.tenderly)
Next Steps
Now that you have the CLI installed, you’re ready to:Quickstart Guide
Follow our quickstart to push your first contract
Authentication
Learn about login methods and authentication