Download

Client & Server Downloads

The Libki Kiosk Managment System comes in two parts, the server, and the client. Both are available via Sourceforge. While it is possible to make a server and a client of different versions function together, it is recommended that both be the same version number to ensure full compatibility.

Libki Server Download

Libki Client Download

Libki Server VMWare Virtual Appliance Download

To make setting up Libki less difficult, a pre-setup edition of the Libki Server is available is a VMWare Virtual Appliance. This is an excellent way to try out Libki without building a dedicated Libki server. To use it, you will need VMWare Player, VMware Server, or another program capable of running a VMWare Virtual Machine Image.

Libki Server VMWare Virtual Appliance Download

Want to stay up to date with the absolute latest version of Libki? Use Git!

Git is the version control system choses for Libki. Running Libki directly from a local Git repository will simplify upgrades and allow you to stay up to date with the latest developments!

To download the latest version using git, you will need to install Git on your system and run the command:

git clone git://libki.git.sourceforge.net/gitroot/libki/libki

From there, you can symlink the files into there proper places. To upgrade, just run the command:

git pull

then run update_database.php and you are up to date!