# Installing Binaries

## System requirements

### **OPERATING SYSTEMS**

Konduit Serving is supported on&#x20;

* Linux
* MacOS
* Windows

### **DEPENDENCIES**

* Ensure that you have JDK 8.0 installed
* Install Python 3.7.x to be used with the Python Step

### **HARDWARE REQUIREMENTS**

Binaries are provided for

* Intel/x86 architectures
* ARM

### **GPU SUPPORT**&#x20;

Hardware acceleration with&#x20;

* CUDA version 11.0

## INSTALLATION INSTRUCTIONS

Installation for each type of distribution is as follows:&#x20;

### TAR/ZIP

After extracting, just put the `bin` folder into the `PATH` environment variable.

### DEB

```
dpkg -i konduit-serving-deb/target/**/*.deb
```

### RPM

```
rpm -i konduit-serving-rpm/target/**/*.rpm
```

### EXE

Just put the folder containing the `konduit.exe` file into the `PATH` environment variable.

## CONFIGURATIONS

### LINUX/MACOS

The configuration file is present inside the `conf/konduit-serving-env.sh` file for the `TAR/ZIP` distro. For Konduit-Serving distro installed from the `DEB` and `RPM` packages, the configuration file is present inside the location `/opt/konduit/conf/konduit-serving-env.sh`. Just uncomment the variables you want to set and specify the value you like.

### WINDOWS

The configuration file for the `TAR/ZIP` distro is present inside the `conf/konduit-serving-env.cmd` file. Just uncomment the variables you want to set and specify the value you like.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serving.konduit.ai/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
