rmac and rln official website
  • About
  • rmac manual
  • History
  • Authors
  • Contact
  • Download

Download - Fri, Apr 3, 2020

So, you are convinced to try out rmac and rln - great! Here are the ways you can download them.

Windows binaries

rmac

2.2.15 (x64) 2.2.15 (x86) 2.2.14 (x64) 2.2.14 (x86) 2.2.7 (x64) 2.2.7 (x86) 2.2.4 (x64) 2.2.4 (x86) 2.2.2 (x64) 2.2.2 (x86) 2.1.13 2.1.12 2.1.8 2.0.21 2.0.20 2.0.16 2.0.12 2.0.6 2.0.4 2.0.0 1.13.1 1.12.5 1.11.0 1.9.1 1.9.0 1.8.7 1.7.2 1.6.4 1.4.12

rln

1.7.4 (x64) 1.7.4 (x86) 1.7.0 1.6.1 1.5.2 1.5.1

Macintosh binaries

rmac

2.2.15 (x64) 2.2.15 (M1) 2.2.14 (x64) 2.2.14 (M1) 2.2.7 (x64) 2.2.7 (M1) 2.2.4 (x64) 2.2.4 (M1) 2.2.2 (x64) 2.2.2 (M1) 2.1.13 (x64) 2.1.13 (M1) 2.1.12 2.1.8 2.0.21 2.0.20 2.0.16 2.0.13 2.0.6 2.0.0 1.13.5

rln

1.7.4 (x64) 1.7.0 (x64) 1.7.0 (M1) 1.6.1

Linux binaries

Starting with v2.1.8 we are offering experimental static builds for 64-bit Linux. These are built against Musl libc on Alpine Linux. The binaries have been (minimally) tested in a variety of Linux distros without issues, albeit they run slower than versions built on the host machine(s). However there is little guarantee that everything will work 100%. We still recommend that people build rmac and rln from source code on their distro.

rmac

2.2.15 2.2.15 2.2.14 2.2.14 2.2.7 2.2.4 2.2.2 2.1.13 2.1.12 2.1.8

rln

1.7.4 1.7.0

Source code (All platforms)

Using graphical web UI

You can click on the respective links for rmac and rln to get to the web UI pages of the two projects. You should see a file listing of the current source tree. To download the tree as a .tar.gz file just click on “snapshot”. On Windows use something like 7-zip to unpack the archives.

We don’t host on any of the major Git repositories, nor we plan to. 1

Using git

Just use the following commands on to clone the repositories for your use, or copy the URLs and paste them to your favorite Git program:

git clone http://shamusworld.gotdns.org/git/rmac

git clone http://shamusworld.gotdns.org/git/rln

Build instructions

Building is quite simple, don’t panic! After cloning (or updating) the repositories, go to the respective folder and type “make”. Make sure you have a “make” and a POSIX compiler installed (gcc or clang for Linux and Mac, Cygwin or MinGW for Windows).

Also, especially for Windows we do supply a Visual Studio 2015 project if you use this IDE. This is upwards compatible with future versions (2017, 2019), and Visual Studio community is free to download. Please note that you are expected to supply your own dirent.h equivalent. We recommend downloading it from this repository that has been tested and working.

It is possible to build rmac and rln on Android operating system. Firstly install Termux on your device, then launch it. Typing pkg install clang git make should install the necessary tools. Then simply follow the instructions at the start of this section and you should have binaries for rmac and rln without issues.


  1. Actually we do have set up two mirror repositories on Gitlab for rmac and rln. You can also use those although we don’t have issues enabled there. Use the bug trackers in the contact pages for that. [return]

Back to Home


© The rmac / rln authors 2011-2020