Installation
Termial is available for macOS, Windows, and Linux. Choose the installation method that works best for you.
macOS
Mac App Store (Recommended)
The easiest way to install Termial on macOS:
- Open the Mac App Store
- Search for "Termial" or click the direct link
- Click Get and then Install
- Once installed, click Open or find Termial in your Applications folder
Benefits of App Store version:
- Automatic updates
- Apple notarization and security review
- Easy installation and removal
Limitations:
- No local terminal (macOS sandbox restriction)
- SSH connections only
Direct Download
For users who want the full-featured version:
- Visit termial.app/download
- Download the DMG file for your processor:
- Apple Silicon (M1/M2/M3)
- Intel
- Open the DMG and drag Termial to your Applications folder
- Launch Termial from your Applications folder
First launch: macOS may show a security warning. Right-click Termial and select Open, then click Open in the dialog.
Windows
- Visit termial.app/download
- Download the Windows installer (.exe)
- Run the installer and follow the prompts
- Launch Termial from the Start menu
Windows SmartScreen: If you see a SmartScreen warning, click More info then Run anyway.
Linux
AppImage (Universal)
Works on any Linux distribution:
- Visit termial.app/download
- Download the AppImage file
- Make it executable:
chmod +x Termial-*.AppImage - Run the AppImage:
./Termial-*.AppImage
Debian/Ubuntu (.deb)
For Debian-based distributions:
- Download the .deb package from termial.app/download
- Install with:
sudo dpkg -i termial_*.deb - Launch from your application menu or run
termial
Updating Termial
Mac App Store
Updates are handled automatically by the App Store.
Direct Download (macOS/Windows/Linux)
Termial checks for updates automatically. When an update is available, you'll see a notification with the option to download and install.
Uninstalling
macOS
App Store version:
- Open Launchpad
- Hold Option and click the X on Termial
Direct download:
- Quit Termial
- Drag Termial from Applications to Trash
- Empty Trash
Remove app data (optional):
rm -rf ~/Library/Application\ Support/Termial
rm -rf ~/Library/Caches/Termial
Windows
- Open Settings → Apps → Apps & features
- Find Termial and click Uninstall
- Follow the uninstall wizard
Remove app data (optional):
Delete the folder: %APPDATA%\Termial
Linux
DEB:
sudo dpkg -r termial
AppImage: Simply delete the AppImage file.
Remove app data (optional):
rm -rf ~/.config/Termial
Troubleshooting Installation
macOS: "Termial can't be opened because it is from an unidentified developer"
For the direct download version:
- Right-click (or Control-click) on Termial
- Select Open from the menu
- Click Open in the dialog
Windows: SmartScreen Warning
If Windows SmartScreen blocks the installer:
- Click More info
- Click Run anyway
Linux: AppImage Won't Run
Ensure the file is executable:
chmod +x Termial-*.AppImage
Need Help?
If you encounter any issues during installation, contact our support team.