Skip to content

CoolerDash v3.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 00:25
0695e0c

Changes:

  • Version updated to 3.2.3

    Refactor: remove/modify CoolerDash related setup files,
    Improved circle mode and GUI


AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash_3.2.3_amd64.deb
sudo apt install ./coolerdash_3.2.3_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.2.3-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.2.3-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.2.3-1.opensuse.x86_64.rpm

Manual Installation

# STEP 1: Clone repository
git clone https://github.com/damachine/coolerdash.git
cd coolerdash

# STEP 2: Build and install (auto-detects Linux distribution and installs dependencies)
make install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

Full Changelog: v3.2.2...v3.2.3