Installation
Kerminal is available for Linux, Windows, and macOS.
Linux
Arch Linux (AUR)
The easiest way to install on Arch Linux is through the AUR:
Using an AUR helper (recommended):
bash
# Install binary package (faster)
yay -S kerminal-bin
# Or build from source
yay -S kerminalManual installation:
bash
git clone https://aur.archlinux.org/kerminal-bin.git
cd kerminal-bin
makepkg -siDebian/Ubuntu
Download the .deb package from the releases page:
bash
# Download the latest .deb package
wget https://github.com/klpod221/kerminal/releases/latest/download/kerminal_x.x.x_amd64.deb
# Install
sudo dpkg -i kerminal_*.deb
# Fix any dependency issues
sudo apt-get install -fFedora/RHEL
Download the .rpm package from the releases page:
bash
# Download the latest .rpm package
wget https://github.com/klpod221/kerminal/releases/latest/download/kerminal-x.x.x-1.x86_64.rpm
# Install
sudo rpm -i kerminal-*.rpmAppImage
For any Linux distribution:
bash
# Download the AppImage
wget https://github.com/klpod221/kerminal/releases/latest/download/kerminal_x.x.x_amd64.AppImage
# Make it executable
chmod +x kerminal_*.AppImage
# Run
./kerminal_*.AppImageWindows
Installer
- Download the latest
.msior.exeinstaller from the releases page - Run the installer
- Follow the installation wizard
- Launch Kerminal from the Start menu
Portable
- Download the portable
.zipfrom the releases page - Extract to your preferred location
- Run
Kerminal.exe
macOS
Important Note
The macOS version is not signed/notarized due to Apple Developer Program restrictions ($99/year). You'll need to bypass Gatekeeper to run the app.
Installation
- Download the latest
.dmgfrom the releases page - Open the
.dmgfile - Drag Kerminal to the Applications folder
Bypass Gatekeeper
After first launch attempt, run this command in Terminal:
bash
xattr -rd com.apple.quarantine /Applications/Kerminal.appThen try launching Kerminal again.
Build from Source
If you prefer, you can build from source:
bash
git clone https://github.com/klpod221/kerminal.git
cd kerminal
npm install
npm run tauri buildVerifying Downloads
You can verify the integrity of downloaded files using the checksums provided in each release.
bash
# Example for Linux
sha256sum -c kerminal_x.x.x_amd64.deb.sha256System Requirements
Minimum Requirements
| Component | Requirement |
|---|---|
| OS | Windows 10+, macOS 11+, Linux (kernel 5.0+) |
| RAM | 256 MB |
| Storage | 100 MB |
| Display | 1024x768 resolution |
Recommended
| Component | Recommendation |
|---|---|
| RAM | 512 MB+ |
| Storage | SSD recommended |
| Display | 1920x1080+ |
| GPU | WebGL 2.0 capable |
Next Steps
After installation, check out:
- Getting Started - Introduction to Kerminal
- Features - Explore all features
- SSH Management - Set up your first SSH connection
