When comparing HexChat vs WeeChat, the Slant community recommends HexChat for most people. In the question“What are the best IRC clients for Windows?” HexChat is ranked 1st while WeeChat is ranked 2nd. The most important reason people chose HexChat is:
HexChat is available as a free download with source code licensed under GPL v2 and available on [GitHub](https://github.com/HexChat/hexchat).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free and open source
HexChat is available as a free download with source code licensed under GPL v2 and available on GitHub.
Pro Simple, clear interface
HexChat's default interface is clear, well-organized and intuitive. Channels can be laid out as both tabs and in a tree structure. All components such as user lists, topics bar or even menu bar can be hidden to provide a clean way to interact. Conversely the interface can be configured to show quick access buttons for changing channel flags, sending files or performing operator actions.
Pro Works for any level of user
HexChat is an advanced IRC client that is good for beginners as well as those users who like to get under the hood. It is easy to get up and running, but has all the advanced features that a power user would need.
Pro Multi-platform
Windows , Linux and Mac. Source-code available. Someone named Berke Victor's responsible for the Mac version. It's not maintained by the github team (Win, Linux, source-code).
Pro Functionality can be extended with plugins and scripts
HexChat has a great list of plugins and scripts and is compatible with most XChat plugins. XChats library is incredibly extensive. There is a wide range of both useful and fun plugins. It's possible to add an RSS feed, play a game of chess or control an mp3 player via chat while translating everything written to l33t speek.
Pro Highly customizable look
While most clients allow changing the theme or style of a window, HexChat gives complete control over what it looks like. It's possible to set a custom image as the background, changing font, or syntax colors.
Pro The Win10 Store Trial Is actually the full version
The Win10 Store "trial" is actually the full version and is not time limited - the pay version is simply there to give Windows Store users the ability to donate to the project, because the Windows Store doesn't support a donate button.
Pro Portable
Pro Available in multiple languages
HexChat has either complete or partial translations in over 50 languages.
Pro Highly scriptable
HexChat supports scripting in Perl and Python. Both languages can be used to extend functionality of the software - bots can be written, automation can be added, new dialogs can be created.
Pro Actively developed
GitHub repository shows active development.
Pro Automation tools built into core application
Lots of automation features built into the core application. Custom keyboard shortcuts and Alias commands enabled. Winamp, url-logger, and many other plugins can be easily enabled for extra functionality. UI is highly configurable/themeable, large community of users. Supports countless simultaneous connections.
Pro Excellent documentation
Hexchat has well-organized, extensive documentation that covers everything from a basic Getting Started guide to enabling Spell Check, connecting to Twitch chat or using Tor.
Pro Terminal-based
WeeChat has a command line interface.
Pro Accessible to less expert users out of the box
WeeChat has an easy to use interface and sane defaults, making it a great client for beginner users.
Pro Builtin SSL support
Easy to configure weechat connect to server using certificates
Pro Highly customizable and configurable
Many dotfiles are publicly available.
Pro Flexible window splitting
Weechat allows very flexible window splitting behavior to show multiple IRC channels at once. Windows can be split vertically and horizontally.
Pro Fully keyboard driven
Weechat can be fully driven by keyboard shortcuts. Navigating between buffers, switching between windows and changing text styling can all be achieved with keyboard shortcuts.
Pro Extensible via plugins and scripts
Supports scripting in C, Python, Perl, Ruby, Lua, Tcl, Scheme and Javascript.
Pro Persistent connection
Works perfectly with a poor connection.
Pro Smart filtering
Smart filtering lets set a series of rules for IRC channels. For example, it allows instructing the client to show /quit and /join messages only if the user was speaking in the last 20 minutes.
Pro Free and open source
WeeChat is a free program licensed under GPL with source code available on GitHub.
Pro Can act as a relay for mobile client
It's possible to leave WeeChat running at home/on a server, then connect to it with a smartphone client. This way a choppy mobile internet connection won't disconnect from IRC, and still allow using a touch screen optimized UI.
Pro Active and helpful community support
Weechat community can be found on #weechat @ Freenode. The community, including devs, is helpful in answering any WeeChat related questions.
Pro Built-in script manager
WeeChat has a built-in tool for searching, downloading, installing and updating scripts and plugins.
Pro Intuitive, detail-oriented interface
By default WeeChat has a chat area surrounded by a nicklist on the right, title bar on top, and status and input bars at the bottom. The layout, though, can be completely customized and split vertically or horizontally. It supports 256 colors as long as the terminal supports 256 colors as well as bolded, italicized and underlined text. Even includes little touches as differently colored nicknames for people /away.
Pro Huge library of scripts
WeeChat scripts repository has hundreds of scripts including url shorteners, music player integrations and bandwidth monitors.
Pro Mouse support
Mouse click and gestures are supported on a local terminal as well as remote terminal accessed via ssh regardless of screen/tmux. To enable mouse support use /mouse enable
command or press alt+m
.
Pro Easy to customize
You are able to modify configurations inside application or via modifying files(i.e. colors).
Pro Actively developed
Pro Offers a choice of remote interfaces
WeeChat has html5, qt, android, emacs and javascript remote interface options.
Pro Incremental text search
Text is searched through in real time as search terms are being written.
Cons
Con It is not free on Windows Store
Caused by Windows Store way of installing. If you select install trial, you have full use without limit. Don't use Windows Store.
Con Bad character support
Writing normal apostrophes and certain characters is not possible without a certain plugin installed.
Additionally, it does not render all glyphs like most other programs would.
Con Poor high DPI display support
Text is blurry and hard to read on HDPI displays. Both in Windows and Mac.
Con High CPU usage on some Windows 8.1 & 10 versions
HexChat has a long-standing unresolved issue with high CPU usage spikes on key-presses that is noticed in some Windows 8.1 and 10 versions.
Con Doesn't support fingerprint verification for SSL certificate
Doesn't support certificate fingerprint verification for SSL certificates. Hence can't use self-signed certificates for SSL.
Con No official GUI option
While there are some unofficial remote graphical interfaces available for WeeChat, it is intended to be used as a terminal client. As such it might be challenging to use to those accustomed to graphical interfaces.
Con Scripting API allows poorly written scripts to be used as attack vectors
Plugin documentation includes the following warning:
In many functions, for speed reasons, WeeChat does not check if your pointer is correct or not. It’s your job to check you’re giving a valid pointer, otherwise you may see a nice crash report ;)