Download MLC Terminal

Free for macOS, Windows, and Linux. No installation required on the remote side.

v1.22.5 — Latest
🍎
macOS
Apple Silicon (arm64) + Intel (x64)
macOS 12 Monterey or later
🪟
Windows
Windows 10 / 11 — x64
NSIS installer or portable .exe
🐧
Linux
x86-64 — native binary or RPM
Fedora, RHEL, Rocky, Ubuntu, Debian
Windows SmartScreen warning: On first launch Windows may show a "Windows protected your PC" dialog because the app is not signed with a commercial certificate. Click More infoRun anyway. The binary contains no malware.

GitHub Repository Access

The source code repository is available to registered users. Enter your license key to reveal the link.

Access granted — you can now view and clone the repository:

github.com/mlc911/mlcterm

Linux — RPM installation (Fedora / RHEL / Rocky)

All RPM packages are signed with the developer's GPG key. Import it once so RPM can verify the package:

sudo rpm --import https://mlcterm.mlcgo.eu/mlcterm-pubkey.asc

Verify the fingerprint:

gpg --show-keys mlcterm-pubkey.asc
FieldValue
OwnerMichael Lechner (For Open Source Projects)
E-Maillechner.altenstadt@web.de
TypeRSA 4096
FingerprintFFCF 525C E9BE DC19 E5B7 0959 105B 0566 8CF1 21A8
Expires2030-04-03

Install with dnf (resolves runtime dependencies automatically):

sudo dnf install ./mlcterm-1.22.5-1.x86_64.rpm

Or verify the signature manually before installing:

rpm --checksig mlcterm-1.22.5-1.x86_64.rpm
# Expected: mlcterm-1.22.5-1.x86_64.rpm: digests signatures OK

Linux — Runtime dependencies

When installing via dnf, dependencies are resolved automatically. For manual rpm -ivh installs:

sudo dnf install webkit2gtk4.1 gtk3 glib2 libsoup3 gdk-pixbuf2

Troubleshooting

App not showing in menu after Linux install:
Run manually once to refresh caches:

gtk-update-icon-cache -q -f /usr/share/icons/hicolor
update-desktop-database /usr/share/applications

webkit2gtk4.1 not found on older Fedora/RHEL:
Try the older variant:

sudo dnf install webkit2gtk3

App does not start via X11 forwarding:

GDK_BACKEND=x11 WEBKIT_DISABLE_SANDBOX=1 mlcterm

Uninstall:

sudo rpm -e mlcterm
# or
sudo dnf remove mlcterm