Downloads

Windows x64 Portable

Portable application, download, unzip and double click on Kooboo.exe to run.

MacOS

Download and Click to run, support both Arm and X64

Microsoft Store

Windows user may search Kooboo on Microsoft Store and install from there.

Windows x64 Installer

Install Kooboo into Windows OS, easier to use, suitable for long term user.

Linux x64

Linux x64 portable, download, unzip and run: dotnet Kooboo.Web.dll. Configure as service yourself.
 
Or use below command to install:
 
sudo /bin/bash -c "$(curl -fsSL https://www.kooboo.com/install.sh)"
 
After installation successfully, use below commands to start or stop service
 
sudo systemctl status kooboo
sudo systemctl stop kooboo
sudo systemctl start kooboo