Download
Download TinyMUX
TinyMUX is available for Unix/Linux, macOS, and Windows platforms.
Current Releases
| Version | Status | Notes |
|---|---|---|
| TinyMUX 2.14 | ALPHA | Latest development — JIT compiler, SQLite backend, Lua scripting, routing system, GMCP/MSSP/WebSocket. See What’s New. |
| TinyMUX 2.13 | BETA | Stabilization branch with ongoing bug fixes. |
Source Code
- GitHub Repository — Latest source code
- GitHub Releases — Packaged release artifacts
- FTP Repository — All versions and distributions
Installation
See the Documentation page for installation guides:
- INSTALL — Unix/Linux/macOS installation instructions
- Windows Installation — Windows installation guide
Build Requirements (2.14)
TinyMUX 2.14 requires:
- C++17 compiler (GCC 9+, Clang 10+, MSVC 2019+)
- OpenSSL (Unix) or Schannel (Windows) — SSL is always enabled
- PCRE2 — regular expression library
- SQLite3 — storage backend (bundled)
- Lua 5.4 (optional, bundled)
Tools
- Omega Flatfile Converter — Convert between different MUSH database formats