Skip to content

Releases: savitojs/Gurbani-Live

Release v0.8

05 Jul 05:15
7ad6a6a

Choose a tag to compare

Gurbani Live - v0.8

Quick Installation (Recommended)

Install latest stable release:

curl -sL https://github.com/savitojs/Gurbani-Live/releases/latest/download/gurbani-live | bash -s -- --install

Install this specific version:

curl -sL https://github.com/savitojs/Gurbani-Live/releases/download/v0.8/gurbani-live | bash -s -- --install

Install development version (main branch):

curl -sL https://raw.githubusercontent.com/savitojs/Gurbani-Live/main/gurbani-live | bash -s -- --install

This will automatically download and install using the script's built-in interactive installer.

Manual Installation

Option 1: Download script directly

# Download the script
curl -L -o gurbani-live "https://github.com/savitojs/Gurbani-Live/releases/download/v0.8/gurbani-live"

# Make it executable
chmod +x gurbani-live

# Move to PATH (optional)
sudo mv gurbani-live /usr/local/bin/

Option 2: Download archive

# Download and extract
curl -L "https://github.com/savitojs/Gurbani-Live/releases/download/v0.8/gurbani-live-v0.8.tar.gz" | tar -xz

# Make executable and install
chmod +x gurbani-live
sudo mv gurbani-live /usr/local/bin/

Usage

gurbani-live --help

Verification

Verify the download with checksums:

sha256sum -c gurbani-live.sha256

0.7

17 Sep 17:05
2402662

Choose a tag to compare

0.7

Full Changelog: 0.6...0.7

0.6

07 Sep 17:53
b0374d6

Choose a tag to compare

0.6
  • b0374d6 bug: minor fix for multiple playbacks on MacOS

Full Changelog: 0.5...0.6

0.5

06 Sep 19:09
0a0bf77

Choose a tag to compare

0.5

Full Changelog: 0.1...0.5

0.1

03 Sep 22:14
0a998a1

Choose a tag to compare