Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:25
· 31 commits to main since this release

Installation

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/Boredooms/Moodwave-CLI/main/cli/scripts/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/Boredooms/Moodwave-CLI/main/cli/scripts/install.ps1 | iex

Manual download

Pick the binary for your platform from the assets below.

Platform File
Windows x64 moodwave-windows-amd64.exe
Windows ARM64 moodwave-windows-arm64.exe
macOS Intel moodwave-darwin-amd64
macOS Apple Silicon moodwave-darwin-arm64
Linux x64 moodwave-linux-amd64
Linux ARM64 moodwave-linux-arm64
Linux ARM moodwave-linux-arm

After install

moodwave doctor   # verify all dependencies
moodwave init     # set up config
moodwave          # launch and play

Verify checksum

sha256sum -c moodwave-<platform>.sha256

Full Changelog: v1.0.0...v1.0.2