# Install SingleStore Tools

The following instructions can be used to install SingleStore Tools.

## Install SingleStore Tools via Tarballs

## Download Files

Non-privileged (non-`sudo`) deployment of SingleStore is supported as of SingleStore Toolbox v1.3.0.

Download the following SingleStore packages onto a device with access to the Master Aggregator.

|   |   |   |
| - | - | - |

## Transfer Files

1. Create an `/opt/singlestore` directory on the **Master Aggregator**.
   ```shell
   cd /opt
   ```
   ```shell
   mkdir singlestore
   ```

2. Transfer the `singlestoredb-toolbox`, `singlestore-client`, and `singlestoredb-server` files to this new `/opt/singlestore` directory.

## Unpack Files

Perform the following steps on the **Master Aggregator**:

1. Change to the `/opt/singlestore` directory.
   ```shell
   cd /opt/singlestore

   ```

2. Unpack the SingleStore Tools files.
   ```shell
   tar xzvf singlestoredb-toolbox_<version>.tar.gz

   ```
   ```shell
   tar xzvf singlestore-client_<version>.tar.gz

   ```

***

Modified at: June 15, 2021

Source: [/db/v9.1/user-and-cluster-administration/migrate-from-ops-to-tools/non-sudo/install-singlestore-tools/](https://docs.singlestore.com/db/v9.1/user-and-cluster-administration/migrate-from-ops-to-tools/non-sudo/install-singlestore-tools/)

(An index of the documentation is available at /llms.txt)
