Installation
How to install IATerm on your system
Last updated: 2024-01-02
This guide will help you install IATerm on different operating systems.
System Requirements
Before installation, ensure your system meets the minimum requirements:
| OS | Minimum | Recommended |
|---|---|---|
| macOS | 10.15+ | 13.0+ |
| Windows | 10 | 11 |
| Linux | Ubuntu 20.04+ | Ubuntu 22.04+ |
macOS
Using Homebrew
brew install iaterm
Manual Installation
- Download the latest version from our website
- Open the downloaded
.dmgfile - Drag IATerm to the Applications folder
Windows
Using winget
winget install iaterm
Manual Installation
- Download the Windows installer from our website
- Run the
.exeinstaller - Follow the installation wizard
Linux
Debian/Ubuntu
# Add GPG key
curl -fsSL https://iaterm.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/iaterm.gpg
# Add repository
echo "deb [signed-by=/usr/share/keyrings/iaterm.gpg] https://repo.iaterm.io/apt stable main" | sudo tee /etc/apt/sources.list.d/iaterm.list
# Install
sudo apt update && sudo apt install iaterm
Fedora/RHEL
sudo dnf install iaterm
Installation Complete
After installation, you can launch the application by typing iaterm in your terminal.
Next Steps
After installation, continue to Quick Start to learn how to use IATerm.