智为无界

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:

OSMinimumRecommended
macOS10.15+13.0+
Windows1011
LinuxUbuntu 20.04+Ubuntu 22.04+

macOS

Using Homebrew

brew install iaterm

Manual Installation

  1. Download the latest version from our website
  2. Open the downloaded .dmg file
  3. Drag IATerm to the Applications folder

Windows

Using winget

winget install iaterm

Manual Installation

  1. Download the Windows installer from our website
  2. Run the .exe installer
  3. 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

Next Steps

After installation, continue to Quick Start to learn how to use IATerm.