You can install Kavita on Windows either from GitHub releases or using Scoop
Go to https://github.com/Kareadita/Kavita/releases/latest and scroll down untill you see the 'assets' section Here there's a list of files that you can download
You should download the one that says kavita-win-x??
.
Unzip the archive to a writable directory.
Important Do not place it in Program Files/
or Program Files (x86)/
.
Note: Kavita's releases are made to be used out of the box. This means there's no need to install extra requirements
They are compressed in a .tar.gz file. You can use free software like 7zip to extract the files
Go here for latest Scoop installation instructions.
Run scoop bucket add extras
and then run scoop install kavita
.
IMPORTANT: If you are updating from a really old version you need to upgrade every 2 versions at a time. Doing otherwise you risk to having to restart with a fresh db
Kavita self-updating is down the road. Expected to be released in v0.6.0 per the project page
Before updating Kavita, stop the program/service from running.
config/
to your Kavita install directory.
Warning: If you replace config/
, you will lose your data.
Run scoop update kavita
Run the Kavita executable. If you've installed Kavita using Scoop, you can search Kavita
on you Windows Start Menu and then open it.
Alternate methods to run Kavita upon Windows startup are available instead of running the program each time you log in.
Open http://localhost:5000 and set up your user accounts and Libraries in the UI.
If you want to start using Kavita from any device inside your network, a Windows Firewall rule allowing incoming access to port 5000 may be required.
Note: localhost
should be replaced with the IP address of the machine that is running Kavita when accessing from inside your network from a different device like a phone or tablet.
For more instructions on how to make Kavita accessible from outside your home network... see the Reverse Proxy page.