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, Cove sets itself up the first time you start it, so you can open the app, add your media, and start organizing right away.
Download Cove for Windows, macOS, or Linux, then run it. The first time you start it, Cove gets everything it needs ready for you automatically. There is nothing to install or configure by hand.
Run Cove from a single image that includes everything it needs. A good fit for a home server or NAS such as UnRAID or Synology, where you want one thing to start and keep running.
docker compose -f docker-compose.allinone.yml up -dRun Cove and its database as separate pieces. This keeps them easy to manage, upgrade, and back up on their own, which suits people who like more control over their setup.
docker compose up -dDownload 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 gets the pieces it needs to run and process your media ready for you, applies updates on startup, and keeps your library working across upgrades.
You decide where your library lives, which downloaders and providers are turned on, how Cove is reached on your network, and which extensions are allowed to run.
The install guide walks through each path step by step. The user docs cover your first scan, importing an existing library, metadata tools, and sharing.
Working on Cove itself?
If you want to inspect, modify, or build extensions for Cove, run it from source. The developer docs cover local setup and extension development.