Make sure, that you have git and python installed.
git clone https://github.com/chlyNiklas/r2.git
cd r2
## create a venv
python -m venv .venv
## activate the venv
source .venv/bin/activate
## install all dependencies
pip install -r requirements.txt
# start the application
python main.py
Currently on MacOS 15.1 (Sequoia) on ARM choosing a file crashes the application, due to incompatible system API's.