DRC background image

Downloads

Deeeep.io Reef Client

Downloads

There are many ways to download DRC.

Download from installer

Latest version

The latest version can be found on the blue "Downloads" button" on the top of the page.

Older versions

The installers for older versions can be found in our GitHub Releases page, but just for convenience I have included links to all the releases at the bottom of this page.

From source

For programmers who know what they are doing

Requires Git and NPM/Node.JS installed

  1. Clone this repository
    git clone https://github.com/Deeeep-Reef-Client/deeeep-reef-client.git
  2. Install the dependencies
    npm install
  3. Start the app
    npm run start
  4. (OPTIONAL) Build the app
    npm run build