ircbits.com

Docs / Best IRC clients for iOS in 2026

Best IRC clients for iOS in 2026

Updated June 4, 2026

iOS is even stricter than Android about background activity: apps get suspended seconds after you switch away, taking any direct IRC connection with them. A bare client that "supports iOS" but holds its own connection will be permanently reconnecting and permanently missing messages. The setups below are the ones that respect this reality.

goguma — modern and bouncer-native

goguma's iOS build brings the same design as on Android: a clean messenger-style interface built around IRCv3 chathistory and tight soju integration. With a bouncer behind it, suspension stops mattering — history fills in on resume, and notifications can be delivered through the bouncer connection. Open source, and the strongest pick if you run your own infrastructure.

IRCCloud — the path of least resistance

IRCCloud was practically designed for iOS's constraints: the connection lives on their servers, so the app is just a view, push notifications are real APNs pushes, and history is always complete. Free tier disconnects you after inactivity; the subscription keeps you online around the clock. For an iPhone user who wants IRC to feel like iMessage, this is it.

The web route — The Lounge as a PWA

A self-hosted The Lounge added to the home screen works well on iOS: your server holds the connection and history, Safari's PWA support delivers the notifications, and there is no App Store dependency at all. The same logic applies to gamja against a soju bouncer — a URL instead of an app.

What about the classic native clients?

iOS has a history of lovingly crafted native IRC clients, and some remain on the App Store. By all means try them — but check two things before settling: when the app was last updated, and what it does about persistence (its own push service? bouncer support?). An abandoned client with a defunct push relay gives mobile IRC its bad reputation.

Recommendations

  • Self-hosters: goguma (or gamja in Safari) against soju.
  • Everyone else: IRCCloud with the subscription.
  • The Lounge households: home-screen PWA, done.

And as on every platform that reconnects frequently: SASL with a registered nick, so every reconnect identifies you automatically.