A desktop chat app that runs on Python.
Powered by Firebase. Share a room code and chat with anyone, anywhere.
RELAY needs Python (free) and a Firebase project (also free).
Takes about 5 minutes total.
Download from python.org. tkinter is included automatically, no extra packages needed.
Go to console.firebase.google.com
→ New Project → Build → Realtime Database
→ Create database → Start in test mode
→ Copy the database URL (ends in .firebaseio.com)
Download the script and run it:
python relay.py
Paste your Firebase URL, pick a name and room code, and you're in.
One Python file. Cross-platform. Free forever.
RELAY is a single Python file. Save it anywhere and run it with Python.