The Khiops Desktop Application (No-Code Environment)
Simplifying Data Science for Everyone
Welcome to the Khiops desktop application download page. Our intuitive, user-friendly desktop interface is designed for those who may not be familiar with Python or scikit-learn, as well as for users who prefer the convenience of a Graphical User Interface (GUI) for data manipulation. With the Khiops desktop application, advanced data analytics is now just a few clicks away.
Download & Installation
To get started with the Khiops desktop application, follow the relevant procedure for your operating system. Please click on the relevant operating system after reading README.txt, install.txt and whatsnew.txt:
The Khiops installer automatically installs the Khiops desktop application, all its dependencies, plus the Khiops samples and the Khiops Visualization application.
The installation of the Khiops desktop application involves two packages: khiops-core
and khiops
(containing the GUI).
You can run the following command:
CODENAME=$(lsb_release -cs) && \
TEMP_DEB_CORE="$(mktemp)" && \
TEMP_DEB_KHIOPS="$(mktemp)" && \
wget -O "$TEMP_DEB_CORE" "https://github.com/KhiopsML/khiops/releases/download/v10.2.0/khiops-core_10.2.0-1-${CODENAME}.amd64.deb" && \
wget -O "$TEMP_DEB_KHIOPS" "https://github.com/KhiopsML/khiops/releases/download/v10.2.0/khiops_10.2.0-1-${CODENAME}.amd64.deb" && \
sudo dpkg -i "$TEMP_DEB_CORE" "$TEMP_DEB_KHIOPS" || sudo apt-get -f -y install && \
rm -f $TEMP_DEB_CORE $TEMP_DEB_KHIOPS
If you need the Khiops samples, you can install the khiops-samples
package:
The installation of the Khiops desktop application requires two packages: khiops-core
and khiops
(containing the GUI).
You can run the following command:
CENTOS_VERSION=$(rpm -E %{rhel}) && \
TEMP_RPM="$(mktemp)" && \
TEMP_RPM_KHIOPS="$(mktemp)" && \
wget -O "$TEMP_RPM" "https://github.com/KhiopsML/khiops/releases/download/v10.2.0/khiops-core-10.2.0-1.el${CENTOS_VERSION}.x86_64.rpm" && \
wget -O "$TEMP_RPM_KHIOPS" "https://github.com/KhiopsML/khiops/releases/download/v10.2.0/khiops-10.2.0-1.el${CENTOS_VERSION}.x86_64.rpm" && \
sudo yum localinstall "$TEMP_RPM" "$TEMP_RPM_KHIOPS" -y && \
rm -f $TEMP_RPM $TEMP_RPM_KHIOPS
If you need the Khiops samples, you can install the khiops-samples
package:
You can find the all versions on the releases page.
Documentation
For a comprehensive guide on how to use the Khiops desktop application, please download our PDF Documentation.
The users already familiar with the CoClustering approach will find the dedicated documentation here.
A tutorial is also available to help you understand and grasp the Khiops desktop application.
For users on Khiops versions prior to 10.1, the license support is available via khiops.tech.orange
Screenshots

