Installation Guide
Shellit is distributed as precompiled native binaries, portable archives, and through system package managers.
Windows
Option 1: Windows Package Manager (Winget)
Run the following command in PowerShell or Windows Terminal:
winget install Kobalt.ShellitOption 2: Scoop Package Manager
If you use Scoop for command-line tool management:
scoop bucket add shellit https://github.com/kobaltgit/Shellitscoop install shellitOption 3: Standalone Installer & Portable ZIP
- Head over to the official GitHub Releases page.
- Download either
shellit-windows-x64-setup.msifor standard system-wide installation orshellit-windows-x64-portable.zipfor a zero-installation portable setup. - If using the portable ZIP, extract it to any desired folder (e.g.,
D:\Tools\Shellit) and launchshellit.exe.
Linux
Option 1: Automated Shell Script
Install or update Shellit with a single command:
curl -fsSL https://shellit.dev/install.sh | bashOption 2: Debian / Ubuntu Package (.deb)
Download the .deb package from GitHub Releases and install using dpkg:
sudo dpkg -i shellit_linux_amd64.debsudo apt-get install -f # Resolve any missing dependenciesOption 3: Universal AppImage
For distributions without Debian packaging (Arch, Fedora, openSUSE):
chmod +x Shellit-x86_64.AppImage./Shellit-x86_64.AppImageAndroid
Shellit for mobile provides touch-optimized SSH terminal access, full SFTP browsing, and cryptographic sync.
- Download
shellit-release.apkdirectly from GitHub Releases. - Open the
.apkon your Android device and confirm installation. - Grant network permissions to enable remote host connections.