Modern chat, timeless protocol.
Iris is a sleek, mobile-first chat application that brings modern UX to the IRC protocol. Featuring a clean, Discord-inspired interface, Iris makes traditional IRC networks feel like modern chat platforms. Built with a Go-based gateway and a Flutter-powered client, Iris adds support for images, avatars, and real-time messaging---all while staying true to IRC fundamentals.
- đą Beautiful Android client with modern chat UI
- đ Gateway server connects to an Ergo IRC Server
- Places a WebSocket interface between IRC and the Flutter/Android client
- Supports ProxyProtocol v1 to forward the client IP to the IRC server
- đ NickServ authentication for secure identity
- đŧī¸ Embedded media support, including avatars and image file attachments
- Images are stored for 12 hours (configurable in
config.go
)
- Images are stored for 12 hours (configurable in
- đŦ Discord-style experience with channel list, private messages, and real-time updates
- Channel list stays synced with joined channels
- Fully working DMs with last message preview and channel activity status
- Hold user avatar/name to DM or block user, or hide a message
- Tap and hold hidden messages or user to unhide/unblock
- Hold DM user to remove DM from list
- Messages in notifications for DMs are added to your local DM history
- đ /away and /back support
- Automatically sets you as away when the app is backgrounded or the phone is put to sleep
- Keeps you connected for push notifications while showing accurate presence in IRC
- đ Gateway-integrated bot for enhanced history and presence tracking
- The bot joins channels and can be invited to private rooms
- Enables better message history and archival features
- đ ī¸ Many UI fixes for improved responsiveness, layout, and stability
- đ Discord-like push notifications now fully working!
- đĨ Dynamic member list updates live on join/part events
- đ Session restore: Seamlessly reload your chat state and sync across devices/SASL accounts
- đ Channel list with real-time indicators
- đŧī¸ Image attachments
- Send images in-line with your chats directly from your Android device!
- đšī¸ Tap and hold on channels to leave/part
- đ Encrypted DMs fully functional
- @ Mentions for users with message highlighting
- đ IRC-safe emoji picker
- đ Edit messages (updates message in IRC; app updates in place, like Discord)
- đĢ Friends list
- Frontend: Flutter
- Backend Gateway: Go
- Protocol: IRC + custom metadata layer
- Auth: Ergo IRC API (
/v1/check_auth
)
More features and improvements coming soon!