Skip to content

ReBel v1.0.1

Compare
Choose a tag to compare
@samuelsenior samuelsenior released this 14 May 14:41
· 45 commits to master since this release

The Windows version of ReBel is found here. To run it simply download it, unzip it, go to the 'bin' folder and double click 'ReBel.exe'.

The macOS version of ReBel is found here. To run it simply download it, unzip it, go to the 'bin' directory and double click the 'ReBel' app.

To run a ReBel server on Windows just download the Windows ReBel version, unzip it, go to the 'bin' folder and double click 'server'.

To run a ReBel server on macOS just download the macOS ReBel version, unzip it, go to the 'bin' directory and double click 'server'.

Both the Windows executables and the macOS executables are 64bit only, though 32bit versions can be run by downloading the source code, changing to the 'src' directory, and running 'rebel.py'/'server.py' using a 32bit installation of Python 3, with 'rebel.py' being for the client and 'server.py' being for the server (see the readme notes for the python dependencies you'll need to install to run them in Python).

ReBel can also be run on other Python 3 supported operating systems by running it using Python on that OS.

Changes

  • Windows and macOS executables for the ReBel server have now been provided.
  • Fix for server when bundled into executable.