Skip to content
Matt Joiner edited this page Oct 10, 2024 · 1 revision

Installation

Choose or try the installation method you prefer.

Windows

See the Windows instructions.

Homebrew

On Linux and macOS, you can use the homebrew tap.

brew tap anacrolix/cove
brew install cove

Arch Linux

cove is in the Arch User Repository (AUR) and installable

$ yay -S cove

Release asset

Download the release asset that matches your OS and CPU architecture from https://github.com/anacrolix/cove/releases.

Docker

See https://hub.docker.com/r/anacrolix/cove.

Platform instructions

Windows

macOS and Linux

Run the executable cove from the release asset. On macOS you may get an error that "cove" is an app downloaded from the internet. Are you sure you want to open it?. Click Open.

ffmpeg

It is recommend to install ffmpeg for transcoding and metadata extraction. ffmpeg is not currently available for Android.

Windows

Download the cove-$VERSION-windows-ffmpeg-$VERSION.zip asset and extract it to the same directory as you did for the main cove release files. If you have done this already for a previous release, it's not necessary to do it again unless the cove-windows-ffmpeg.zip version has changed.

MacOS

Install via Homebrew, brew install ffmpeg.

Linux

Install via your system package manager, for example on Debian-based OS such as Ubuntu, sudo apt install ffmpeg.

Using a desktop installation from another device on your network (such as your phone)

Run cove on your desktop machine. It will open a browser to a URL containing a local network IP address. Use that same URL on your devices elsewhere on the same network to use cove remotely from those devices.