# About TRIK Studio

**TRIK Studio** — free robot programming environment.

<div align="center"><img src="/files/-M0-7vhzD5-0n86hHjNt" alt=""></div>

It allows you to solve problems using both [visual](/en/studio/programming-visual.md) and [textual](/en/studio/programming-code.md) programming languages.

{% tabs %}
{% tab title="Visual programming" %}
![](/files/-MNIySAAqdca7Od-4Gfy)
{% endtab %}

{% tab title="Textual programming" %}
![](/files/-MNIyYakp6r0sSOo58yQ)
{% endtab %}
{% endtabs %}

A distinctive feature of TRIK Studio is an [interactive simulation mode](/en/studio/2d-model.md). You don't need to have a constructor to learn how to program.

![](/files/-MNTScx2CoMzAR7_dabH)

TRIK Studio — universal software for teaching programming basics. It provides a smooth transition [from diagrams to text languages](/en/studio/programming-code.md#generation).

{% tabs %}
{% tab title="Java Script" %}
![](/files/-MOY0X8oRGqEKKhp65pn)
{% endtab %}

{% tab title="Python" %}
![](/files/-MOY10J8wNcd3H2hRkjx)
{% endtab %}
{% endtabs %}

## Supported platforms <a href="#platforms" id="platforms"></a>

TRIK Studio supports 4 platforms:

* [TRIK controller](/en/trik/about.md).
* [LEGO EV3](/en/ev3/about.md).
* [LEGO NXT 2.0](/en/nxt/about.md).
* [Pioneer Kit](/en/pioneer/about.md).

## Download&#x20;

You can download the latest version of TRIK Studio on the website [trikset.com](https://trikset.com/en/downloads#trikstudio).

{% content-ref url="/pages/-M0-Kubk53IOXwzPcScx" %}
[How to find out the version of TRIK Studio](/en/studio/about/version.md)
{% endcontent-ref %}

## Recommended system requirements

* RAM: 4 GB or more.
* Operating system:
  * 64-bit Microsoft Ⓡ Windows 10.
  * Ubuntu 16.04 and later.
  * macOS 10.12 Sierra and later.

{% hint style="info" %}
TRIK Studio can be run on computers with different versions of operating systems and with less memory.\
\
For example, TRIK Studio 3.2.0 works with legacy versions of Microsoft Ⓡ Windows, on macOS 10.9 Mavericks, and on many versions of GNU/Linux.\
\
However, for later versions, compatibility with legacy operating systems is not guaranteed, so check compatibility before installing if your system does not meet the recommended requirements.
{% endhint %}


---

# 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://help.trikset.com/en/studio/about.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.
