Download
Binaries / Prepackaged
- alpine: enable testing and install with
apk add hinsightd
- gentoo: either enable guru repo and install from there or copy the guru ebuilds into a localrepo
- windows: this software requires linux APIs to work therefore it cannot be ported to windows or mac at this time. (it does work on android if you have a very recent phone)
Source Code
download development latest
download current stable (v0.9.20)
or git clone the git repo
git clone https://gitlab.com/tiotags/hin9.git && cd hin9
compile and run
mkdir -p build && cd build && cmake .. && make && cd .. && build/hin9
Running
- openrc:
/etc/init.d/hinsightd start
- systemd:
systemctl start hinsightd.service
- without an init system: instructions