# Install Mind+ on Chromebook

## Configure the Linux environment

You need to [**turn on Linux**](https://docs.petoi.com/apis/set-up-development-environment-on-chromebook#turn-on-linux) on the Chromebook to access the Linux environment via the terminal app.

Then, follow the following steps to install Mind+.

## Check the processor architecture

Use the following command to check the processor architecture in the terminal:\
\&#xNAN;***`uname -m`***\
The output will be similar to "i686", "x86\_64" or "armv7":\
i686 (or similar) - 32-bit Intel/AMD processor (common in older computers).\
x86\_64 (or similar) - 64-bit Intel/AMD processors (modern laptops, desktops, and most Chromebooks).\
armv7 (or higher) - ARM processor. (Mobile phones, tablets, 2nd and 3rd generation Raspberry Pis running Ubuntu Mate, and some Chromebooks. Most are 32-bit now)<br>

## Download package

According to different  architectures to download different versions:<https://mindplus.dfrobot.com/linux><br>

## Installation

Use the following command in the terminal to install it (Replace **\*\*\*\*\*** with the file name of the installation package):\
\&#xNAN;***`sudo dpkg -i *****.deb`***\
\&#xNAN;***`sudo apt-get -f install`***

After installed, you can start the **Mind+** app in the Chromebook launcher:

<figure><img src="https://1565080149-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQ6a951Q6Jn1Zzt5Ajr-887967055%2Fuploads%2FdeWSlN3za31bYVRgI6Ci%2FstartMind%2B.jpg?alt=media&#x26;token=dad6dafc-0df0-4bed-b542-013670756533" alt=""><figcaption></figcaption></figure>

## Run Mind+

Now, you can proceed to the [Mind+ tutorial](https://docs.petoi.com/block-based-programming/petoi-coding-blocks).

{% hint style="warning" %}
Currently, connection via Bluetooth is not supported.&#x20;
{% endhint %}
