Cascade Chat: A Hackable IRCv3 Client
It's a Go-based application built on Wails v3. This is a smart move for resource management because it uses the OS's native WebView instead of shipping a massive Chromium runtime like Electron. If you care about RAM usage, this is a huge win.
The extensibility is split into two distinct layers:
It handles the full IRCv3 capability set, including:
One interesting technical detail: the dev actually used agentic engineering to build this. He acted as the architect and reviewer, while coding agents handled the implementation between his design decisions. It's a solid real-world example of an AI workflow producing a high-quality, tested tool rather than just a pile of spaghetti code.
If you still use IRC for dev ops or community management and need a client that doesn't eat half your memory, this is worth a look. It's open source under the BSD 3-Clause license.