Install
Download the native app or start Cove with Docker, then open it and create your owner account.
Install
Install Cove as a native app or run it with Docker. Either way, it sets itself up the first time you start it. There's nothing to configure before you can add media and start organizing.
Download Cove for Windows, macOS, or Linux and run it. On first launch it downloads and sets up everything it needs, then opens in your browser. No database to install manually, no manual configuration.
One image with everything included. A good fit for any system that can run Linux containers, including Docker Desktop on Windows or macOS.
docker compose --file docker-compose.allinone.yml up --detachRun the app and its database as separate containers, so you can upgrade and back up each one on its own. The right choice if you like more control over your setup.
docker compose up --detachDownload the native app or start Cove with Docker, then open it and create your owner account.
Point Cove at your library folders and let the first scan build your initial catalog.
Use search, filters, tags, groups, and generated previews to turn a folder of files into a usable library.
Add downloaders, scrapers, and other extensions once you want Cove to do more than it does out of the box.
However you install it, Cove brings its own database and media tools, applies updates on startup, and backs up your library before every upgrade.
You decide where your library lives, which downloaders and providers are enabled, how Cove is reached on your network, and which extensions can run.
Get Started helps you choose the right installation, complete first-run setup, scan your first library, and learn the essentials.
Working on Cove itself?
If you want to inspect, modify, or build extensions for Cove, run it from source. The development guides cover local setup and extension development.