# Installing Cryptex

### Requirements:

* Debian/Void/Arch based Linux OS
* Python 3.x

### Setup and Installation:

1. Clone the repository

```
git clone https://github.com/CryptexProject/Cryptex
```

&#x20; 2\. Execute the installer

{% hint style="info" %}
***Yes*** the Cryptex Directory ***IS*** supposed to dissapear.
{% endhint %}

```
cd Cryptex
chmod +x install.sh
./install.sh
```

&#x20; 3\. Exit the terminal and restart it.&#x20;

```
cryptex
```

{% hint style="info" %}
As of this point you should be able to simply type cryptex in your terminal and you should be greeted with the cryptconsole system. More on that in the next section
{% 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://alexkollar.gitbook.io/cryptex-wiki/cryptex-manual/installing-cryptex.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.
