Is this your app? Claim this page to add your own description, links and contact info. It's free. →
Version
2026.08
Size
0 Bytes
Updated
1 month ago
Released
30 Sep 2022
Description
MUD Client is a simple but powerful multi user dungeon client.
Featuring:
+ Javascript based scripting
Javascript is one of the most popular languages in existence. MUD Client takes advantage of this, allowing scripts to be written for aliases and triggers.
+ ANSI colors
A full range of ANSI colors is supported. Everything from foreground colors, background colors, underlines and even blinking text.
+ macOS custom functionality
Being written ground up for macOS, the scripting includes support for interacting with the status bar, system notifications and the app icon badge. This allows for advanced actions such as displaying HP in the macOS status bar/app badge or allowing you send notifications when a creature has been killed.
Privacy policy: https://www.mudclient.app/privacypolicy.html
Terms of use: https://www.mudclient.app/termsofuse.html
Estimates
Availability
Devices
MacDesktop
Pricing by country
| Country | Price |
|---|---|
| Canada | free |
| China | free |
| France | free |
| Germany | free |
| Italy | free |
| Netherlands | free |
| Portugal | free |
| Spain | free |
| UK | free |
| India | free |
| Japan | free |
| Korea, Republic Of | free |
| Poland | free |
| Russia | free |
| Turkey | free |
| USA | free |
| Ukraine | free |
Version History
Latest: 2026.08
- Text no longer drops characters. Output that used extended or non-ASCII characters could lose letters mid-line; everything now displays correctly. ([#29](https://github.com/hankinsoft/MudClient/issues/29))
- Commands no longer need to be sent twice. A line-ending change means every command registers with the MUD the first time. ([#26](https://github.com/hankinsoft/MudClient/issues/26))
- Dropped connections are detected reliably, so you are no longer left looking at a frozen session that has actually gone away. ([#11](https://github.com/hankinsoft/MudClient/issues/11))
- Connections no longer vanish. Saved connections are now kept in sync between this Mac and iCloud, so they stop disappearing. ([#15](https://github.com/hankinsoft/MudClient/issues/15))
- Duplicate / hidden triggers fixed. You can no longer end up with two items of the same name hiding each other in a folder, and renames that would collide are blocked. ([#2](https://github.com/hankinsoft/MudClient/issues/2))
- Split-on-scrollback. When you scroll up to read back, a live pane keeps showing new incoming text at the bottom so you never miss anything while reading history. ([#20](https://github.com/hankinsoft/MudClient/issues/20))
- Confirm before quitting while connected. An optional prompt warns you if you try to quit with an active MUD session (off by default; enable it in Settings). ([#21](https://github.com/hankinsoft/MudClient/issues/21))
- Redesigned Settings window with a modern sidebar layout.
- Show-whitespace option to reveal spaces and tabs in the terminal.
- Spellcheck in the input field now follows your preference.
- Updated application icon.
- Faster, lighter connections. MCCP2 compression is now on by default with automatic fallback, reducing bandwidth on servers that support it. ([#5](https://github.com/hankinsoft/MudClient/issues/5))
- GMCP support fixed. GMCP negotiation now works correctly, so GMCP-aware scripts and the automapper get clean data. ([#7](https://github.com/hankinsoft/MudClient/issues/7))
- Scripting window rebuilt. Notes, aliases, triggers, and scripts now share a modern, syntax-highlighted editor with a clear breadcrumb header.
- New Scripts section. Write reusable JavaScript with include() and require() to share code across your triggers and aliases.
- New aliases now default to "begins with" matching.
- New scripting helpers: lastUserInput() and setGMCP().
- Output trimming keeps long sessions responsive.
- Fixed a crash that could occur while scripts updated overlays.
- Connections screen rebuilt with grid cards, an inline edit sheet, and a dedicated login-script editor.
- Find in terminal (Cmd+F) with next/previous navigation and highlighted matches.
- Automapper added: an area-aware map window that draws rooms and exits from GMCP data, with zoom in/out/reset/fit.
- ANSI blinking text is now rendered.
- GMCP can be toggled per connection in the connection editor.
- Smarter reconnect with tiered backoff.
- Faster startup and connect, plus snappier alias matching.
v2024.38
1 month ago