KLIMATE FOR LINUX 2026.0901
=========================

This release is for 64-bit Intel/AMD Linux systems (AMD64/x86_64).
It installs:

  * klimate-service - the background monitoring service
  * klimate         - the status command-line client

The browser console is embedded in the background service.


UBUNTU OR DEBIAN
----------------

Open a terminal in the folder containing the downloaded package and run:

  sudo apt install ./klimate_2026.0901_amd64.deb


FEDORA, RHEL, ROCKY LINUX, OR ALMALINUX
---------------------------------------

Open a terminal in the folder containing the downloaded package and run:

  sudo dnf install ./klimate-2026.0901-1.x86_64.rpm


CHECK THE INSTALLATION
----------------------

The installer enables and starts the Klimate service automatically.

Check the service:

  sudo systemctl status klimate-agent

View the Klimate status:

  klimate status

Or open the local browser console:

  http://127.0.0.1:9898/

Follow the service log:

  sudo journalctl -u klimate-agent -f


RESTARTING THE SERVICE
----------------------

  sudo systemctl restart klimate-agent


UNINSTALLING
------------

Ubuntu or Debian:

  sudo apt remove klimate

Fedora, RHEL, Rocky Linux, or AlmaLinux:

  sudo dnf remove klimate

Uninstalling deliberately retains /var/lib/klimate and /var/log/klimate.
These directories contain the probe identity, monitoring state, and logs,
allowing the same identity to be reused after reinstalling.


TROUBLESHOOTING
---------------

If "klimate status" reports that the service is unavailable, run:

  sudo systemctl status klimate-agent
  sudo journalctl -u klimate-agent --no-pager -n 100

For more information, visit:

  https://klimate.app
