> For the complete documentation index, see [llms.txt](https://anubitux-project.gitbook.io/the-anubitux-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anubitux-project.gitbook.io/the-anubitux-documentation/getting-started/how-to-create-an-anubitux-vm.md).

# How to create an AnuBitux VM

AnuBItux has been designed and developed to be used in an amnesic way, to leave no trace about user's activity on the devices but, in some cases, it may be necessary to use it in some testing or demo environment, like a virtual machine or a dedicated device.

If so, it is possible to "transform" an installed [Debian 12 Standard](https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/) into a fully featured AnuBitux. It is suggested to install the Standard version with no desktop environment, setting an empty root password (in order to be able to run sudo commands with the normal user) and choosing the English language.

<figure><img src="/files/KU1ytGvB9kht6RK6ElHE" alt=""><figcaption><p>The suggested Debian 12 version</p></figcaption></figure>

Once Debian 12 is installed, following the installation wizard and paying attention to respect the aforementioned suggestions, it is necessary to install git:

```
sudo apt -y install git
```

Then it is possible to clone the dedicated [GitHub repository](https://github.com/AnuBitux-project/AnuBituxVM):

```
git clone https://github.com/AnuBitux-project/AnuBituxVM
```

Now it is possible to move to the repository folder

```
cd AnuBituxVM
```

give execution rights to the script

```
chmod +x anubitux_vm.sh
```

and launch it

./anubitux\_vm.sh

It is necessary to provide the user's password in some occasion or press enter to add the additional repositories to the sourcces.list file, but no further action is required.

Once the script ends, it is only necessary to reboot the operating system

```
sudo reboot 0
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://anubitux-project.gitbook.io/the-anubitux-documentation/getting-started/how-to-create-an-anubitux-vm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
