NOTE: the electron edition was the default version before we switched to golang because of some drawbacks of electron.
Welcome to the official repository of the Deeeep.io Desktop Client!
The Deeeep.io Desktop Client is a free and open source desktop app made with go for the hit io game called Deeeep.io.
Version | Platform | Availability |
---|---|---|
v2.0 | Windows | Published |
v2.0 | MacOS | Published |
v2.0 | Linux | Published |
- Windows 64-bit version
- Windows 32-bit version
- Mac universal version
- Linux amd64 version
- Linux 386 version
To install:
iwr -useb https://raw.githubusercontent.com/SirReadsALot/Deeeep.io-Desktop-Client/golang/installers/install-windows.ps1 | iex
To uninstall:
iwr -useb https://raw.githubusercontent.com/SirReadsALot/Deeeep.io-Desktop-Client/golang/installers/uninstall-windows.ps1 | iex
This application requires go to be installed.
To download this repository:
This step requires Git to be installed
git clone https://github.com/SirReadsALot/Deeeep.io-Desktop-Client.git
cd Deeeep.io-Desktop-Client
Run the app using:
go run main.go
or by doing
./go_run.exe
Build the app using:
go build -o dist/Deeeep.io-Desktop-Client.exe
or by doing:
./go_build.exe
Join our Discord server or check out our website.
This repository will not receive any major updates other than fixes
The Deeeep.io Desktop Client is licensed under the MIT license.