Install Melody

Binary builds are available in the Releases section of the GitHub repo. Just download and uncompress the Melody executable file into your bin directory. To get the latest unstable features or start contributing, you can also build Melody from source.

To quickly install the latest release for Linux or macOS, you can run the following:

curl -LH "X-SysInfo: $(uname -a)" https://melody.sh/download | gzip -d > melody
chmod u+x ./melody
mv ./melody ~/bin

Which will download one of the following releases:

To check that Melody is correctly installed, run:

melody --version