Skip to content

Download maiTerm

macOS

Apple Silicon (M1 and later)

Windows

64-bit (x64)

All releases and release notes →

After you install

maiTerm updates itself. When a new version is out you’ll get a prompt with the release notes and an Install & Restart button — you won’t need to come back here.

macOS

The app is signed with a Developer ID certificate and notarized by Apple, so it opens normally. Builds are Apple Silicon only — there is no Intel build, and an Intel Mac can’t run it.

Windows

The installer is unsigned, so SmartScreen shows a “Windows protected your PC” warning the first time. Choose More info → Run anyway.

Linux

The AppImage runs anywhere — chmod +x it and go. The .deb is for Debian and Ubuntu, and is the better choice if you want a menu entry and normal package management.

Both are built against webkit2gtk-4.1 on Ubuntu 24.04, so they need a distribution of roughly that vintage or newer. On Debian/Ubuntu:

Terminal window
sudo apt install libwebkit2gtk-4.1-0

These URLs always redirect to the newest release, so they’re safe to put in a README, a script or an email — they don’t go stale when a version ships.

https://github.com/Flexmark-Intl/maiterm/releases/latest/download/maiTerm-macos-aarch64.dmg
https://github.com/Flexmark-Intl/maiterm/releases/latest/download/maiTerm-windows-x64-setup.exe
https://github.com/Flexmark-Intl/maiterm/releases/latest/download/maiTerm-linux-amd64.AppImage
https://github.com/Flexmark-Intl/maiterm/releases/latest/download/maiTerm-linux-amd64.deb

Each release also carries the same files under versioned names (maiTerm_2.0.0_aarch64.dmg and so on) if you need to pin to a specific version — those URLs name the release rather than latest.

Building from source

If you’d rather build it yourself, see the build guide.