Skip to content

0.1.12

Pre-release
Pre-release

Choose a tag to compare

@reality2-roycdavies reality2-roycdavies released this 07 Feb 20:06
· 268 commits to main since this release

Release 0.1.12

Major Changes:

  • various tweaks to main WebApp

Platforms are:

  • x86_64_GNU_Linux - 64 bit intel or amd processors running Linux
  • arm64_Darwin - 64 bit ARM MacOS
  • aarch64_GNU_Linux - 64 bit ARM for raspberry-pi SBC (3, 4, 5, zero 2W) and Unihiker SBC (and likely other ARM based linux SBCs)
  • riscv64_GNU_Linux - 64 bit Risc-V for Risc-V based SBC or similar.
  • amd64_FreeBSD - 64 bit intel BSD

Download this to your Reality2 node and save it to some appropriate folder, then:

unzip [platform].zip
cd [platform]
tar -zxf reality2_[version].tar.gz
cd reality2
./run

where [platform] is the platform above, and
where [version] is the version of reality2 that you have downloaded (eg 0.1.12)

Troubleshooting