Download NoderaMC
Installers for Linux, Windows and Android, the NeoForge and Paper builds, the headless node, and the checksums for all of them.
NoderaMC 0.2.0. This page shows the latest release, published . latest is a rolling prerelease, re-cut from every push to main — which is why its filenames carry latest rather than a version number.
Windows
Windows 10 or later. Pick x64 unless you know your machine is arm64.
Linux
A .deb for Debian and Ubuntu derivatives. Other distributions: build from source.
What changed
Rolling build from main@9959df1. Marked latest (prerelease) — not an officially published release.
Everything this release publishes
Most people want an installer and nothing else. The rest is here because a release that hides half of what it built is a release nobody can audit: the two service binaries are what a tracker or relay operator runs, and the jars are for a machine you administer rather than play on.
Installers5The companion app. It supervises the worker, and the mod refuses to start without it.
- nodera-app-android-universal.apk23.6 MB
- nodera-app-linux-arm64.deb26.2 MB
- nodera-app-linux-x64.deb26.4 MB
- nodera-app-windows-arm64.msi24.4 MB
- nodera-app-windows-x64.msi24.7 MB
Server-side jars3The NeoForge mod, the Paper endpoint plugin, and the headless node you can run with java -jar.
- nodera-neoforge-latest.jar2.2 MB
- nodera-paper-latest.jar1.8 MB
- nodera-peer-latest.jar17.8 MB
Service binaries4A tracker and a relay, for anyone who wants to run one. Neither holds authority over a world.
Integrity1The digest list this release published, and its signature when there is one.
- SHA256SUMS1.1 kBno digest published
What you need
- Minecraft 1.21.1 with NeoForge 21.1.238, and Java 21.
- The companion app, running. The mod requires it and aborts startup with an install prompt if nothing answers on
127.0.0.1:25610. - Every player in a world runs the mod. There is no vanilla-client population and no second-class lane — the handshake enforces it. If you want to play with someone who will not install anything, that is a different feature and it is the LAN tunnel.
Verify what you downloaded
Download SHA256SUMS from the table above into the same directory as the files you got, then:
sha256sum -c SHA256SUMS
Releases are not signed yet. SHA256SUMS proves the file you got is the file this release published; it does not prove who published it. The verification lane is built and tested and is waiting on a key that does not exist yet — tracker limitation L-81.
There is no macOS build
There was, and the arm64 half worked on the first attempt. The x86-64 half did not: GitHub's last Intel macOS image is deprecated, and a job asking for one sat waiting for a runner for fifteen hours without ever starting — which held the entire release, including the Windows and Linux installers that had built in minutes.
Shipping only the Apple-silicon build was the other option, and it is worse than shipping neither: an Intel Mac user downloading the one macOS file on the page gets a binary that cannot run, and nothing on the page tells them which Mac it was for. A platform is supported or it is not. Reviving it needs one matrix entry and a runner that can actually be scheduled, or a decision to cross-build — the packaging path is known to work.