Windows

A conventional installer, which registers Kubuno as a Windows service and starts it with the machine.

Requirements #

  • Windows 10, Windows 11 or Windows Server, 64-bit.
  • A reachable PostgreSQL 16 — it is not bundled in the installer.

Installation #

  1. Download kubuno-core-setup-<version>-x64.exe from the core's Releases page.
  2. Run it: it installs the server, the interface and the migrations, then registers and starts the “Kubuno Core” service.
  3. Open http://localhost:8080/ — the installation wizard greets you.
https://github.com/kubuno/core/releases/latest
Warning

The installer is not digitally signed: Windows will show a SmartScreen warning when it starts. Choose More info then Run anyway. Do check that you downloaded it from the official Releases page.

Where the installer puts what #

C:\Program Files\Kubuno\        # serveur, interface, migrations
C:\ProgramData\Kubuno\         # config.toml, files\, logs\ (données)

Controlling the service #

sc query   kubuno
sc stop    kubuno
sc start   kubuno

The service appears under the name Kubuno Core in the services console; its identifier, the one the commands expect, is kubuno.

Updating #

Run the installer for the new version: it replaces the programs without touching C:\ProgramData\Kubuno, so neither your configuration nor your data.

Uninstalling #

Through “Programs and Features”, like any other software. The data in C:\ProgramData\Kubuno is kept: delete it by hand if you want to start from scratch.