RobustIRC
Highly available IRC network using Raft consensus
RobustIRC is an IRC network implementation designed to avoid traditional netsplits by using a Raft-based distributed consensus. It lets standard IRC clients connect via a bridge that provides transparent failover and server rollouts without interrupting user sessions.
Key Features
- Raft consensus to maintain a consistent network state and avoid netsplits during server outages or upgrades
- Client bridge that tunnels IRC (RFC2812) over a RobustSession protocol, enabling seamless reconnection between servers
- Compatibility with standard IRC clients through a local SOCKS5 bridge or a legacy TLS endpoint
- Designed for high availability and cluster operation, allowing rolling upgrades and node restarts with minimal user impact
- Implemented in Go with tooling to run as containerized services or standalone binaries
Use Cases
- Host a resilient public or private IRC network that remains available during maintenance and node failures
- Provide IRC access for communities or teams while ensuring session continuity during server rollouts
- Run an internal real-time chat infrastructure for legacy IRC clients with modern cluster-backed reliability
Limitations and Considerations
- Direct connections to a legacy TLS endpoint may still experience occasional disconnects; using the official bridge provides the best transparent failover
- Running a Raft-backed cluster requires operational knowledge of distributed consensus and coordination for node management
- Feature set targets robust connectivity and availability rather than the wide ecosystem integrations of long-established IRC networks
RobustIRC is a focused solution for teams and communities that need an IRC-compatible chat network with strong availability guarantees. It prioritizes connection continuity and cluster stability while remaining compatible with existing IRC clients.
Categories:
Tags:
Tech Stack:
Similar Services

Rocket.Chat
Self-hosted secure team chat with voice, video, and omnichannel
Rocket.Chat is an open-source communications platform for secure team messaging, channels, DMs, voice/video, integrations, and customer omnichannel support.


Novu
Open-source notifications infrastructure for inbox and multi-channel delivery
Novu is an open-source notifications platform with a unified API, workflow orchestration, and embeddable in-app inbox for email, SMS, push, and chat.

Mattermost
Secure, self-hosted team collaboration and messaging platform.
Open-source, self-hosted messaging platform for secure team collaboration with real-time chat, audio calls, screen sharing, and integrations.


ntfy
HTTP-based pub-sub push notification service via PUT/POST
ntfy is a lightweight HTTP pub-sub service to send push notifications to phones, desktops, and browsers via PUT/POST or a REST API.

Chatwoot
Open-source omnichannel customer support and live chat platform
Chatwoot is an open-source customer support platform with a shared inbox for live chat, email, and messaging channels, plus automation, reporting, and a help center.

Zulip
Organized team chat with topic-based threading
Open-source team chat server with topic-based threading for focused, asynchronous, and real-time communication in distributed teams.
Go
Docker