> Linux Release
Statically compiled using `musl` for compatibility across distributions. Contains all server binaries, Docker runtime files, and visual world building packages.
Current Stable Version: v0.13.0
The package includes all three core binaries:
Statically compiled using `musl` for compatibility across distributions. Contains all server binaries, Docker runtime files, and visual world building packages.
The release archive bundles a preconfigured Dockerfile and docker-compose.yml. Docker provides the fastest and most portable way to run Oxide MUD on Linux, macOS, or Windows.
tar -xzf oxide-0.13.0-*.tar.gz
cd oxide-0.13.0-*docker compose up -d --buildBuilds and runs the server container with persistent mounts for server.toml, content/, data/, and logs/. Exposes ports 4000 (Telnet) and 8080 (REST & WebSockets).
ws://localhost:8080/ws/play./bin/spade connect ws://localhost:8080/ws/spadetelnet localhost 4000For bare-metal Linux servers or systemd management, run the bundled interactive installer:
./install.shThe script installs binaries to ~/.oxidemud (or /opt/oxide as root), configures paths, and sets up optional background systemd services.
Once your server is running, explore our documentation to configure game mechanics, build world zones, and manage your realm.
What's new in v0.13.0
Release notes could not be loaded directly (rate limit or offline). View the latest release on GitHub.