Download



(*) For Linux 64-bit distros, you need to install 32-bit supporting libraries.

If you are using an Ubuntu 18.04+ version, you should use libcurl4 with multiarch:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install libc6:i386 libcurl4:i386 \
    libgtk-3-0:i386 libgdk-pixbuf2.0-0:i386
If you are using a Debian 7+ or Ubuntu 13.10+ version, you should use libcurl3 with multiarch:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install libc6:i386 libcurl3:i386 \
    libgtk-3-0:i386 libgdk-pixbuf2.0-0:i386
For Fedora/Redhat/Centos distros:
    sudo yum install glibc.i686
    sudo yum install libcurl.i686
    sudo yum install gtk3.i686
For FreeBSD, no prebuilt binaries yet, you need to cross-compile, or get the Red sources, a Rebol interpreter (here) and a couple packages: libcrypto.so.8, which can be found in the openssl package, and libcurl.so.4 (temporary dependency):
    pkg install openssl
    pkg install fpc-libcurl-3.0.2
For ArchLinux (Manjaro included), there is a Red package here. Or you can run above Linux binary after installing 32-bit support with:
    pacman -S lib32-curl
For step by step instructions on compiling your first script, please find them here.

Install Red using a package manager
  • Chocolatey: choco install red (not functional, waiting to be updated)

Direct links to latest builds

Fork me on GitHub