Open Source IRC Client
A multiple-document interface IRC client for Windows and Linux
Current stable release: MERK 0.050.130
Current development version: 0.050.142
Help Fund MERK!
I am currently unemployed, and having difficulty finding work. If you'd like to help me and help support MERK, please consider donating. Anyone who donates $50 or more will get their name immortalized on the "patrons" tab in MERK's "about" dialog. MERK will always be free, and will always be open source. Thanks for your time, and I hope you enjoy MERK! Let's keep IRC alive in the 21st century!
- Downloads
- Summary
- Running MERK on Windows
- Running MERK with Python
- Python Requirements
- Features
- Screenshots
- Usage
- Commands
- Example command-line usage
- Why does MERK exist?
- What does MERK mean?
- Does MERK need any help?
All files are packed in ZIP archive files, unless otherwise noted. All files available for direct download below are for the current development version of MERK. If you have previously installed MERK and would like to update to a new version, just download the installer and install MERK again; your install will be updated to the latest version.
Type | Platform | Download |
---|---|---|
User Guide | - | View |
Current Release | - | MERK 0.050.130 Release |
Zip Archive | Cross-platform | Download MERK 0.050.142 (11.81 MB) |
Zip Archive | Windows | Download MERK 0.050.142 (48.61 MB) |
Windows Installer | Windows | Download MERK 0.050.142 (45.75 MB) |
MERK is a graphical open source Internet relay chat client. The current development version is 0.050.142. It uses a multiple-document interface, much like the popular Windows IRC client mIRC. MERK is written in Python 3, using the PyQt5 and Twisted libraries, and runs on both Windows and Linux. MERK is updated frequently with new features and bugfixes.
MERK is still in development, but it works, and can be used for most IRC activities. The current stable release of MERK is version 0.050.130. MERK has a user guide, which can be viewed here.
Join me on the official MERK IRC channel, #merk on the Libera Chat network! Connect to Libera in the client as one of the built-in server suggestions, or at irc.libera.chat, port 6667 (you can also connect via SSL on port 6697). Honestly, I work a lot, so I'm almost always idle, but I pop in and chat a few times a day!
MERK has a version built with PyInstaller which you can run without having to install Python or any of the requirements. You can download the current stable release here. For more information on MERK and how it works, check out the user guide.
To run MERK, download and unzip to any directory, and double click on merk.exe
to run the client. If you downloaded the installer, unzip and double click on setup.exe
to install MERK. You can install MERK any place you'd like.
If you have previously installed MERK and would like to update to a new version, just download the installer for the newer version and install MERK again; your install will be updated to the newer version.
A note: all command-line arguments, as documented below, work on the all versions of MERK.
First, make sure that all the requirements are installed. Next, download MERK. Extract the zipfile to a directory of your choice using your favorite archive/zip program. Open a command prompt, navigate to the directory you extracted MERK to, and type:
python merk.py
MERK requires Python 3, PyQt5, and Twisted. PyQt5 and Twisted can be installed by using pip:
pip install pyqt5
pip install Twisted
To connect to IRC servers via SSL, two additional libraries may be needed:
pip install pyOpenSSL
pip install service_identity
MERK is being developed with Python 3.13 on Windows 11 and Linux Mint.
If you're running Windows, and you're getting errors when trying to run MERK, you may have to install another library, pywin32. You can also install this with pip:
pip install pywin32
To run properly on Linux, the latest version of all required software is recommended.
There are three libraries that comes bundled with MERK:
- Runs on Windows and Linux
- Supports multiple connections (you can chat on more than one IRC server at a time)
- Open source (GPL 3)
- Uses a multiple document interface, much like popular Windows IRC client mIRC
- Built-in documentation!
- Dark mode!
- Audio notifications
- Can be triggered by seven different events, with each one able to be turned on and off
- Uses any WAV file as the notification sound, and can be set in the GUI
- Very configurable, without having to manually edit a configuration file
- Control application behavior, logging, features, and more!
- Over 180 different settings can be changed, allowing you to customize MERK to look and function exactly the way you want it to look and function.
- Almost all settings can be changed in the settings dialog without a restart. Have fun testing different options!
- Extensive command-line options
- A built-in list of over 80 IRC servers to connect to
- All text colors (and backgrounds) can be customized
- Individual channels can have their own color schemes
- User input text can highlight channels, nicknames, commands, and more as you type!
- Styles are saved and loaded automatically
- Easy to use GUI text style editor is built-in
- Changes to text style are immediate, without having to restart!
- Built-in spell checker (supports English, Spanish, French, German, Portuguese, Italian, Dutch, and Russian)
- Emoji support
- Insert emojis into chat by using shortcodes (such as
:joy:
😂,:yum:
😋, etc.) - A list of supported emoji short codes can be found here
- Insert emojis into chat by using shortcodes (such as
- Full IRC color support
- Full scripting engine
- Includes a built in script editor, with scripting macros and syntax highlighting
- Automatically execute scripts on connection (to join channels, login in ChanServ, etc.)
- Automatic logging of channel and private chats
- Includes a utility to export logs to JSON, CSV, or your own custom format
- Logs are stored in JSON, so parsing/scraping your own logs in easy
Screenshots may not reflect the current release (0.050.130), and may reflect the current development version (0.050.142). More screenshots are in the MERK User Guide.

MERK connected to Libera and EFnet, on Windows 11, using the "windows" widget set.

MERK connected to DALnet, Freenode, and Libera on Linux Mint 20.2 in "dark mode", using the "windows" widget set.



The MERK connection dialog, the first thing users see when running MERK. All settings are saved automatically, including the connection script. The extra text describing how the individual settings work can be removed with the "Simplified dialogs" option in settings.

The text style dialog. The text style can be edited for all windows/channels, or for specific channels. Styles are saved by network, so they are applied no matter what server you're connected to. Changes, once saved, are automatically and instantly applied.

The first "page" of the settings dialog. MERK features over 180 settings that can be tweaked until MERK looks and works exactly like you want it to. All settings (except for "dark mode") are applied instantly.

The settings menu also includes many commonly used settings that can be toggled directly, without opening the settings dialog. All settings in this menu are applied instantly.

The channel list dialog, listing all visible channels on a server. The list can be searched and filtered by user count. This screenshot shows the channel list for the Libera network. The instructional text can be removed with the "Simplified dialogs" option in settings.

The script editor, with an example file open. In the editor, you can edit, create, and execute MERK scripts. The editor features syntax highlighting, which highlights commands, channels, aliases, and comments, as well as command generator macros, making it easy to write scripts.

The log manager, where you can search, view, export, and manage MERK logs. Logs can be exported to JSON or a custom delimited text format.
usage: python merk.py [--ssl] [-p PASSWORD] [-c CHANNEL[:KEY]] [-a NICKNAME]
[-C SERVER:PORT[:PASSWORD]] [-n NICKNAME] [-u USERNAME]
[-S SERVER:PORT[:PASSWORD]] [-r REALNAME] [-h] [-d] [-x]
[-t] [-R] [-o] [-s FILENAME][--config-name NAME]
[--config-directory DIRECTORY] [--config-local]
[--scripts-directory DIRECTORY] [--user-file FILENAME]
[--config-file FILENAME] [--reset] [--reset-user]
[--reset-all] [-Q NAME] [-D] [-L]
[SERVER] [PORT]
Connection:
SERVER Server to connect to
PORT Server port to connect to (6667)
--ssl, --tls Use SSL/TLS to connect to IRC
-p, --password PASSWORD
Use server password to connect
-c, --channel CHANNEL[:KEY]
Join channel on connection
-C, --connect SERVER:PORT[:PASSWORD]
Connect to server via TCP/IP
-S, --connectssl SERVER:PORT[:PASSWORD]
Connect to server via SSL/TLS
User Information:
-n, --nickname NICKNAME
Use this nickname to connect
-u, --username USERNAME
Use this username to connect
-a, --alternate NICKNAME
Use this alternate nickname to connect
-r, --realname REALNAME
Use this realname to connect
Options:
-h, --help Show help and usage information
-d, --donotsave Do not save new user settings
-x, --donotexecute Do not execute connection script
-t, --reconnect Reconnect to servers on disconnection
-R, --run Don't ask for connection information on start
-o, --on-top Application window always on top
-s, --script FILE Use a file as a connection script
Files and Directories:
--config-name NAME Name of the configuration file directory (default: .merk)
--config-directory DIRECTORY
Location to store configuration files
--config-local Store configuration files in install directory
--scripts-directory DIRECTORY
Location to look for script files
--user-file FILE File to use for user data
--config-file FILE File to use for configuration data
--reset Reset configuration file to default values
--reset-user Reset user file to default values
--reset-all Reset all configuration files to default values
Appearance:
-Q, --qtstyle NAME Set Qt widget style (default: Windows)
-D, --dark Run in dark mode
-L, --light Run in light mode
All of these commands can be issued in the client, or from scripts, unless otherwise noted.
Commands | Description |
---|---|
/alias |
Prints a list of all current aliases |
/alias TOKEN TEXT... |
Creates an alias that can be referenced by $TOKEN |
/away [MESSAGE] |
Sets status as "away" |
/back |
Sets status as "back" |
/cascade |
Cascades all subwindows |
/clear [WINDOW] |
Clears a window's chat display |
/config [SETTING] [VALUE...] |
Changes a setting, or searches and displays one or all settings in the configuration file. Caution: use at your own risk! |
/connect SERVER [PORT] [PASSWORD] |
Connects to an IRC server |
/connectssl SERVER [PORT] [PASSWORD] |
Connects to an IRC server via SSL |
/context WINDOW_NAME |
Moves execution of the script to WINDOW_NAME ; can only be called from scripts |
/ctcp USER REQUEST |
Sends a CTCP request to USER ; valid REQUEST s are TIME, VERSION, or FINGER |
/edit [FILENAME] |
Opens a script in the editor |
/end |
Immediately ends a script; can only be called from scripts |
/exit [SECONDS] |
Exits the client, with an optional pause of SECONDS before exit |
/find [TERMS] |
Finds filenames that can be found by other commands; use * for multi-character wildcards, and ? for single character wildcards |
/focus [SERVER] WINDOW |
Switches focus to another window. Cannot be called from scripts (use /context instead) |
/help |
Displays command usage information |
/ignore USER |
Hides a USER 's chat' |
/invite NICKNAME CHANNEL |
Sends a channel invitation |
/insert FILE [FILE...] |
Inserts the contents of FILE where it appears in the script. Can only be called by scripts. |
/join CHANNEL [KEY] |
Joins a channel |
/kick CHANNEL NICKNAME [MESSAGE] |
Kicks a user from a channel |
/knock CHANNEL [MESSAGE] |
Requests an invitation to a channel |
/list [TERMS] |
Lists or searches channels on the server; use "*" for multi-character wildcard and "?" for single character |
/log |
Opens the log manager |
/maximize [SERVER] WINDOW |
Maximizes a window |
/me MESSAGE... |
Sends a CTCP action message to the current chat |
/minimize [SERVER] WINDOW |
Minimizes a window |
/mode TARGET MODE... |
Sets a mode on a channel or user |
/msg TARGET MESSAGE... |
Sends a message |
/msgbox MESSAGE... |
Displays a messagebox with a short message |
/nick NEW_NICKNAME |
Changes your nickname |
/notice TARGET MESSAGE... |
Sends a notice |
/oper USERNAME PASSWORD |
Logs into an operator account |
/part CHANNEL [MESSAGE] |
Leaves a channel |
/ping USER [TEXT] |
Sends a CTCP ping to a user |
/play FILENAME |
Plays a WAV file |
/print [WINDOW] TEXT... |
Prints text to a window |
/private NICKNAME |
Opens a private chat window for NICKNAME |
/quit [MESSAGE] |
Disconnects from the current IRC server |
/raw TEXT... |
Sends unprocessed data to the server |
/refresh |
Requests a new list of channels from the server |
/restrict SERVER |CHANNEL |PRIVATE |
Prevents a script from running if it is not being ran in a SERVER , CHANNEL , or PRIVATE window. Up to two window types can be passed. Can only be called from scripts |
/restore [SERVER] WINDOW |
Restores a window |
/s FILENAME [ARGUMENTS] |
A shortcut for the /script command |
/script FILENAME [ARGUMENTS] |
Executes a list of commands in a file |
/settings |
Opens the settings dialog |
/shell ALIAS COMMAND... |
Executes an external program, and stores the output in an alias |
/style |
Edits the current window's style |
/tile |
Tiles all subwindows |
/time |
Requests server time |
/topic CHANNEL NEW_TOPIC |
Sets a channel topic |
/unalias TOKEN |
Deletes the alias referenced by $TOKEN |
/unignore USER |
Un-hides a USER 's chat. To un-hide all users, use * as the argument |
/usage NUMBER [MESSAGE...] |
Prevents a script from running unless NUMBER arguments are passed to it, and displays MESSAGE . Can only be called by scripts |
/version [SERVER] |
Requests server version |
/wait SECONDS |
Pauses script execution for SECONDS ; can only be called from scripts |
/who NICKNAME [o] |
Requests user information from the server |
/whois NICKNAME [SERVER] |
Requests user information from the server |
/whowas NICKNAME [COUNT] [SERVER] |
Requests information about previously connected users |
/xconnect SERVER [PORT] [PASSWORD] |
Connects to an IRC server & executes connection script |
/xconnectssl SERVER [PORT] [PASSWORD] |
Connects to an IRC server via SSL & executes connection script |
In the following examples, the first command-line is how you would do the task using MERK as a Python script, and second command-line is how you would do it using the MERK Windows executable. Note that the command-lines, other than the initial executable, are the same!
Let's assume that you want to use the command-line to connect MERK to the 2600.net
network and join the #linux
channel:
python merk.py --channel "#linux" irc.2600.net 6667
merk.exe --channel "#linux" irc.2600.net 6667
Easy, right? Now let's try something a little more complex. Let's say you want to connect the the Libera
network, which uses SSL/TLS. You want to use a different nickname than you normally use; you want to use the nickname merker
, but you don't want to save this nickname as your default. When you join the network, you want to join two channels: #python
and #merk
:
python merk.py --donotsave -n merker -c "#python" -c "#merk" --ssl irc.libera.chat 6697
merk.exe --donotsave -n merker -c "#python" -c "#merk" --ssl irc.libera.chat 6697
You can do some things with the command-line that you can't do with the GUI. Let's say that you're using MERK on a computer that someone else also uses for MERK. You want to store your configuration files in a different folder, just for your use. You always want to use light mode, no matter what the configuration file says, and you've stored some MERK scripts in the C:\Merk_Scripts
folder. You don't want MERK to ask you for a server to connect to, you just want it to start up, and you can choose a server from the "IRC" menu:
python merk.py --light --config-name .mymerk --scripts-directory "C:\Merk_Scripts" --run
merk.exe --light --config-name .mymerk --scripts-directory "C:\Merk_Scripts" --run
Now, let's try something that commonly done with other IRC clients: connecting to multiple servers automatically on startup. You want to use your standard settings, but connect to three different IRC servers as soon as you run MERK: you want to connect to the 2600 network and DALNet, using standard TCP/IP,and Libera, using SSL:
python merk.py -C irc.2600.net:6667 -S irc.libera.chat:6697 -C us.dal.net:6667
merk.exe -C irc.2600.net:6667 -S irc.libera.chat:6697 -C us.dal.net:6667
This command will start up MERK and connect to three of these servers without any extra effort!
You can do a lot of things from the command-line. For a really complicated example, let's try this scenario. Here's what this command-line will do:
- Connect to Libera via SSL/TLS
- Connect to DALnet via TCP/IP
- Make sure that we reconnect automatically if we get disconnected from either of these servers
- Join the
#merk
and#python
channels on both networks - Make sure that we don't execute any connection scripts we have set up
- Run in "light mode", regardless of what the configuration settings say
- Run a MERK script file named
stuff.merk
on connection, for both connections
Here's the set of arguments that will make all of that happen:
python merk.py -Ltx -s stuff.merk -S irc.libera.chat:6697 -C us.dal.net:6667 -c "#python" -c "#merk"
merk.exe -Ltx -s stuff.merk -S irc.libera.chat:6697 -C us.dal.net:6667 -c "#python" -c "#merk"
All command-line options are what they say on the tin: optional. Just running the script with no command-line options will initially open up the connection dialog, and you can do just about everything completely inside the GUI.
It's simple. I don't currently like any of the other IRC clients. I've used many, many other IRC clients for Windows and Linux, and they just didn't feel right. They weren't customizable enough, didn't have features that I wanted, or just plain looked ancient. I wanted a GUI IRC client that looked and felt modern, and could be heavily customized. My previous IRC client was called Ərk, and although I liked developing it and working on it, I honestly didn't use it that much. I fell out of love with the "single window" interface that so many other IRC clients use, and decided to try something "new" (and by "new" I mean 30 years old). I remembered using mIRC back when I was younger, and decided to try and write a new client that used the multiple-document interface style I remember fondly. And thus, MERK was born!
I honestly think that MERK may be the most configurable IRC client ever created. With over 180 different settings to work with, you can configure MERK to look and operate exactly how you want. Want to display all channel userlists on the left, or not display userlists at all? You can do that. Want to turn off all the pretty stuff, and display only raw, (nearly) unaltered text? You can do that. Maybe you want to use text styles only on the chat display, and leave the userlists and text input alone? You can do that. One of the things I hated about XChat/Hexchat is how un-configurable the UI is, and how most other clients require plugins or scripts to change the client UI. I wanted a client where you could alter or change most aspects of the UI without needed external tools or editing configuration files manually. With MERK, you can change all settings in the client and see the effects instantly. There are a few settings that can only be changed by editing the configuration files, but they are for settings most users will probably never change; but you can still change them and MERK will compensate, and not break the client!
Well, if you were to pronounce "IRC" as a word and not an acronym, it would probably be pronounced /Ərk/. Since the client allows a user to connect to multiple IRC servers at the same time, well, that might be what the "M" stands for. Either that, or "multiple-document interface". "MDIIRC" doesn't exactly roll off the tongue, so we combined the "M" with the word-pronunciation of IRC, and came up with MERK!
Yes! MERK is being written by me, Dan Hetrick, a software developer that can not do everything that this piece of software needs. There's few things I need help with!
- Icons and other graphics work. I am not a graphic designer, and I think that that shows in this project, heh. I need help with creating better icons, and a better logo for MERK. I'm doing my best, here, but I'm a computer programmer, not an artist!
- Packaging. MERK now has a PyInstaller-based distribution! However, I can't seem to get PyInstaller working on a Linux binary for reasons that are beyond me. I'd love some help on getting packaging for Linux, be it with PyInstaller or anything else that's easy for end-users to use. I also know next to nothing about making Python packages for use with
pip
, but that's another thing I'd love help with! - DCC chat and file transfers. The DCC functionality in Twisted is undocumented, and I'll be honest, I can't make heads or tails of it. I'd love to be able to add this functionality to MERK, but I need help!
- Using MERK and giving me feedback. Let me know what you love about MERK and what you hate about MERK! Got ideas for ways you'd like to customize the client? Features you'd like? Let me know! I can't guarantee that I'll put in everything that you want, but I love hearing new ideas, and I love hearing about how people are using MERK!
Contacting me is easy! Drop me an email or say hi in the official MERK IRC channel: #merk
on the Libera network (irc.libera.chat
, port 6667 for TCP/IP and port 6697 for SSL). I work a lot, so I'm not always active, but I idle in #merk
everyday, and pop in to talk to people when I have a spare minute.