Download Clide — Secure AI SSH Terminal
Free MIT-licensed desktop client for Windows, macOS, and Linux. Includes Windows portable zip (no installer).
Windows
- Installer:
Clide_*_x64-setup.exe— in-app updates supported - Portable:
Clide_*_x64-portable.zip— extract and runclide.exe(v0.1.76+) - Requires WebView2 (preinstalled on most Win10/11)
# Portable: unzip, then double-click clide.exe
macOS
Clide_*_aarch64.dmg— Apple SiliconClide_*_x86_64.dmg— Intel
App reported as damaged
The current macOS package has not yet completed Apple signing and notarization, so Gatekeeper quarantines it. Move Clide to Applications, then Control-click it and choose Open. If macOS still blocks the package:
sudo xattr -dr com.apple.quarantine /Applications/Clide.app open /Applications/Clide.app
Replace the path if the app is elsewhere. A formally released package with Developer ID signing and Apple notarization will not require this step.
Linux
Clide_*_amd64.deb— Debian/UbuntuClide_*_amd64.AppImage— universal
sudo dpkg -i Clide_*_amd64.deb # or chmod +x Clide_*.AppImage && ./Clide_*.AppImage