Download Clide — Secure AI SSH Terminal

Free MIT-licensed desktop client for Windows, macOS, and Linux. Includes Windows portable zip (no installer).

Windows

# Portable: unzip, then double-click clide.exe

macOS

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

sudo dpkg -i Clide_*_amd64.deb
# or
chmod +x Clide_*.AppImage && ./Clide_*.AppImage

Source code · llms.txt