> For the complete documentation index, see [llms.txt](https://kb.pvhostvm.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.pvhostvm.ru/hostvm-vdi/hostvm-vdi-installation-guide/launcher.md).

# Лаунчер HOSTVM VDI

Приложение HOSTVM VDI Лаунчер позволяет получать доступ к витрине сервисов без открытия web-портала в браузере.

## Системные требования <a href="#requirements" id="requirements"></a>

### Windows <a href="#req-windows" id="req-windows"></a>

* **Поддерживаемые версии:** Windows 10, Windows 11
* **Обязательное ПО:** актуальная версия [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-140)

### Linux <a href="#req-linux" id="req-linux"></a>

* **Требования к библиотекам:** glibc ≥ 2.31
* **Поддерживаемые дистрибутивы:** Ubuntu 20.04+, Debian 11+, ALT Linux 10.4+, РЕД ОС 7.3+ и совместимые

### Аврора <a href="#req-aurora" id="req-aurora"></a>

* **Версия:** 5.0 и новее

## Установка <a href="#install" id="install"></a>

### Windows <a href="#install-windows" id="install-windows"></a>

* Загрузить архив **Windows-Release.zip** из личного кабинета (раздел HOSTVM VDI - Misc - Launcher)
* Распаковать в удобное место
* Запустить исполняемый файл hostvm.exe

### Linux <a href="#install-linux" id="install-linux"></a>

* Загрузить архив **Linux-Release.tar.bz2** (раздел HOSTVM VDI - Misc - Launcher) из личного кабинета
* Распаковать командой `tar xvjf Linux-Release.tar.bz2`
* Запустить исполняемый файл HOSTVM\_VDI\_Launcher

### Аврора <a href="#install-aurora" id="install-aurora"></a>

* Загрузить пакет **ru.basesource.hostvm-\*.rpm** (раздел HOSTVM VDI - Misc - Launcher - aurora) из личного кабинета
* Инициировать установку пакета любым способом, например, используя менеджер файлов.
* Запустить установленное приложение HOSTVM VDI Launcher


---

# 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:

```
GET https://kb.pvhostvm.ru/hostvm-vdi/hostvm-vdi-installation-guide/launcher.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.
