The DRC has been deprecated. Use at own risk.

DRC background image

Downloads

Download Deeeep.io Reef Client

Downloads

It is not recommended to continue using the Client. It puts you at risk of getting banned.

Microsoft Windows

macOS

Linux


Please contact the developer if you don't know which to choose.

My antivirus is blocking it!

See the FAQs. The Client is not a virus, you can scan it yourself with your antivirus, but verification costs a lot and I don't have money.

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. Remember to disable auto-updating when testing old versions.

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