TinyMUX

Download

Download TinyMUX

TinyMUX is available for Unix/Linux, macOS, and Windows platforms.

Current Releases

VersionStatusNotes
TinyMUX 2.14ALPHALatest development — JIT compiler, SQLite backend, Lua scripting, routing system, GMCP/MSSP/WebSocket. See What’s New.
TinyMUX 2.13BETAStabilization branch with ongoing bug fixes.

Source Code

Installation

See the Documentation page for installation guides:

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