Download MLC Terminal
Free for macOS, Windows, and Linux. No installation required on the remote side.
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/mlctermLinux — 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
| Field | Value |
|---|---|
| Owner | Michael Lechner (For Open Source Projects) |
| lechner.altenstadt@web.de | |
| Type | RSA 4096 |
| Fingerprint | FFCF 525C E9BE DC19 E5B7 0959 105B 0566 8CF1 21A8 |
| Expires | 2030-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
webkit2gtk4.1Embedded web renderer (Wails UI)gtk3Native window chromeglib2GLib runtimelibsoup3HTTP stack used by WebKitgdk-pixbuf2Image loading
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