Installation
Download and install the Gryt desktop client on Windows, macOS, or Linux
The Gryt desktop client is available for Windows, macOS, and Linux. Download the latest release from the GitHub Releases page or from gryt.chat.
Download
Download Gryt-Chat-Setup-x.x.x.exe from the releases page.
Install
- Run the
.exeinstaller - If Windows SmartScreen shows "Windows protected your PC", click More info then Run anyway. This happens because the app is not yet signed with an EV code signing certificate.
- Follow the installer prompts
- Gryt will launch automatically after installation
The app installs to C:\Users\<user>\AppData\Local\Programs\gryt-chat\ and auto-updates when new versions are released.
Uninstall
Go to Settings → Apps → Gryt Chat → Uninstall, or run the uninstaller from the install directory.
Download
Download Gryt-Chat-x.x.x-mac.zip from the releases page.
Install
- Extract the
.zipfile (double-click it in Finder) - Drag Gryt Chat.app into your Applications folder
- On first launch, macOS may show "Gryt Chat can't be opened because Apple cannot check it for malicious software." To bypass this:
- Right-click (or Control-click) the app
- Select Open
- Click Open in the confirmation dialog
- This only needs to be done once. Future launches work normally.
Uninstall
Drag Gryt Chat.app from Applications to the Trash.
AppImage (all distros)
Download Gryt-Chat-x.x.x.AppImage from the releases page.
chmod +x Gryt-Chat-*.AppImage
./Gryt-Chat-*.AppImageAppImages are self-contained and run on most distributions without installation. To integrate with your desktop environment (application menu, file associations), use AppImageLauncher or create a .desktop file manually.
.deb package (Debian / Ubuntu)
Download gryt-chat_x.x.x_amd64.deb from the releases page.
sudo dpkg -i gryt-chat_*.debLaunch from your application menu or run gryt-chat from the terminal.
Uninstall
# AppImage — just delete the file
rm Gryt-Chat-*.AppImage
# .deb
sudo apt remove gryt-chatConnecting to a server
- Open the Gryt desktop app
- Click Add Server
- Enter the server address (e.g.
gryt.example.comor192.168.1.100:5000) - Sign in with your Gryt account
Servers on your local network are discovered automatically via mDNS and will appear in the server list without manual entry.
The first user to join a brand-new server becomes the owner/admin. After that, the server is invite-only. Ask the server owner for an invite link, or if you're on the same LAN and the owner has enabled LAN open join, you can join without an invite.
Web client
If you don't want to install anything, you can use the hosted web client at app.gryt.chat. Note that some features (global push-to-talk, LAN server discovery, auto-updates) are only available in the desktop app.
Prefer to build from source?
See the Build from Source guide to compile the client yourself.
Troubleshooting
See Troubleshooting for common installation issues, including OS security warnings and update problems.