Desktop Client Setup Guide
Get started with the OrngeChat desktop application on Windows or Linux. Download, install, and connect to servers in just a few steps.
Contents
1 Download the Client
The OrngeChat desktop client is available for Windows and Linux. Download the version for your platform below.
2 Installation
OrngeChat for Windows is a portable application. No installer needed — just download and run.
Setup Steps
- Create a folder for OrngeChat (recommended for clean updates):
C:\OrngeChat - Move the downloaded
OrngeChat.exeinto this folder. - (Optional) Right-click the exe → Create shortcut → move the shortcut to your Desktop.
- Double-click
OrngeChat.exeto launch.
The client stores settings and cache data alongside the executable. Keeping it in its own folder keeps things organized and ensures automatic updates work correctly.
First Launch
Windows SmartScreen may show a warning because the application isn't widely distributed yet. Click "More info" then "Run anyway" to proceed. The application is safe.
OrngeChat for Linux is distributed as an AppImage — a single portable file that works on most distributions without installation.
Quick Install (Script)
Run this one-liner to download, install, and create a desktop shortcut automatically:
curl -fsSL https://api.orngechat.site/install.sh | bash
This installs to ~/.local/bin/OrngeChat.AppImage and creates a desktop entry so it appears in your application menu.
Manual Install
- Download
OrngeChat.AppImagefrom the link above. - Make it executable:
chmod +x OrngeChat.AppImage - Move it somewhere on your PATH (optional but recommended):
mv OrngeChat.AppImage ~/.local/bin/ - Run it:
./OrngeChat.AppImage
If you see sandbox-related errors, try running with --no-sandbox flag, or make sure FUSE is installed on your system (sudo apt install libfuse2 on Debian/Ubuntu).
3 Joining a Server
OrngeChat supports connecting to multiple servers at once. Each server is an independent instance that can be self-hosted or use the official hosted service.
Add a New Server
- Click the "+" button in the server tab bar at the top of the window.
- Enter the server address (URL) in the dialog. For example:
https://chat.example.com - Click "Add Server" to connect.
- You'll be prompted to either:
- Log in if you already have an account on that server
- Register to create a new account on that server
Each server has its own user database. If you connect to a new server, you'll need to create an account on that server even if you have accounts elsewhere.
Switching Between Servers
Once you've added multiple servers, switch between them using the tabs at the top of the window. Each server maintains its own session, so you can be logged into multiple servers simultaneously.
Removing a Server
To remove a server from your client:
- Hover over the server tab you want to remove.
- Click the X button that appears next to the server name.
- Confirm the removal when prompted.
This only removes the server from your client — your account on that server remains active.
4 Join the Official Server
The official OrngeChat instance is hosted at app.orngechat.site. This is the main community server maintained by the OrngeChat team.
How to Join
- Click the "+" button in the server tab bar.
- Enter the official server address:
https://app.orngechat.site - Click "Add Server".
- Click "Register" to create a new account, or "Log In" if you already have one.
- Fill in your details:
- Username: Your display name (3–32 characters)
- Email: Used for account recovery
- Password: At least 8 characters
- Complete the registration and you're in!
After registration, you'll be prompted to set up encryption for your account. This ensures your direct messages are encrypted and only readable by you and the recipient. Make sure to save your recovery phrase!
Web Access
You can also access the official server directly in your browser without the desktop client:
5 Client Features
System Tray
OrngeChat minimizes to your system tray when you close the window. Right-click the tray icon to access:
- Show OrngeChat — Restore the main window
- Start with Windows — Toggle automatic startup
- Check for Updates — Manually check for new versions
- Quit — Fully exit the application
Auto Updates
The desktop client automatically checks for updates. When a new version is available, you'll see a notification with an option to download and install with a single click.
Native Notifications
Receive desktop notifications for new messages, mentions, and other activity even when the window is minimized. Clicking a notification takes you directly to the conversation.
Multi-Server Support
Connect to multiple OrngeChat servers simultaneously. Each server appears as a tab, making it easy to switch between different communities or self-hosted instances.
6 Troubleshooting
Windows SmartScreen Warning
If Windows shows "Windows protected your PC" when launching:
- Click "More info"
- Click "Run anyway"
This appears because the application hasn't been signed with a code-signing certificate. The application is safe to use.
Application Won't Start
- Make sure you're running Windows 10 or later (64-bit)
- Try running as Administrator (right-click → "Run as administrator")
- Check if your antivirus is blocking the application
- Re-download the application in case the file was corrupted
AppImage Won't Launch
- Make sure the file is executable:
chmod +x OrngeChat.AppImage - Install FUSE if missing:
sudo apt install libfuse2(Debian/Ubuntu) orsudo dnf install fuse-libs(Fedora) - Try running with
--no-sandboxflag if you see sandbox errors
No Tray Icon
Some desktop environments (like GNOME) don't show tray icons by default. Install an AppIndicator extension:
- GNOME: Install the AppIndicator extension
- KDE: Tray icons work out of the box
No Desktop Entry
If OrngeChat doesn't appear in your application menu after using the install script, try logging out and back in, or run:
update-desktop-database ~/.local/share/applications/
Connection Issues
If you can't connect to a server:
- Verify the server address is correct (include
https://) - Check your internet connection
- Make sure the server is online and accessible
- Try accessing the server URL in your web browser
Lost Encryption Recovery Phrase
If you've lost your encryption recovery phrase and can't access your messages on a new device:
- You can still log in and send new messages
- Previous messages encrypted before the key was lost cannot be recovered
- Consider setting up encryption again with a new recovery phrase
Due to end-to-end encryption, we cannot recover your messages if you lose your recovery phrase. Always store it securely!