Gryt

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

Download Gryt-Chat-Setup-x.x.x.exe from the releases page.

Install

  1. Run the .exe installer
  2. 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.
  3. Follow the installer prompts
  4. 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

  1. Extract the .zip file (double-click it in Finder)
  2. Drag Gryt Chat.app into your Applications folder
  3. 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
  4. This only needs to be done once. Future launches work normally.

Uninstall

Drag Gryt Chat.app from Applications to the Trash.

Install from the Snap Store:

sudo snap install gryt-chat

Auto-updates are handled by snapd.

Arch Linux (AUR)

Install gryt-chat-bin with your preferred AUR helper:

yay -S gryt-chat-bin

.deb package (Debian / Ubuntu)

Download Gryt-Chat-x.x.x-linux-amd64.deb from the releases page.

sudo dpkg -i Gryt-Chat-*-linux-amd64.deb

Launch from your application menu or run gryt-chat from the terminal.

AppImage (all distros)

Download Gryt-Chat-x.x.x-linux-x86_64.AppImage from the releases page.

mkdir -p ~/Applications
mv Gryt-Chat-*-linux-x86_64.AppImage ~/Applications/
chmod +x ~/Applications/Gryt-Chat-*.AppImage
~/Applications/Gryt-Chat-*.AppImage

Run the AppImage from a permanent location like ~/Applications/. Running it from ~/Downloads/ or /tmp/ will break the gryt:// protocol handler needed for login, since the registered path won't persist between launches.

AppImages 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.

Uninstall

# Snap
sudo snap remove gryt-chat

# AUR
sudo pacman -R gryt-chat-bin

# .deb
sudo apt remove gryt-chat

# AppImage — just delete the file
rm Gryt-Chat-*.AppImage

Connecting to a server

  1. Open the Gryt desktop app
  2. Click Add Server
  3. Enter the server address (e.g. gryt.example.com or 192.168.1.100:5000)
  4. 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.

On this page