> For the complete documentation index, see [llms.txt](https://ajuda.consistem.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.consistem.com.br/tecnologia/erp/consistem-browser/instalacao/linux.md).

# Linux

O Consistem Browser não possui um instalador para o sistema operacional Linux, pois nossa aplicação é autoexecutável. Tudo que é necessário para sua execução está empacotado nela mesma.

O navegador Consistem Browser está homologado oficialmente para a distribuição no sistema operacional Linux **Ubuntu 20.04 LTS** **64Bits**.

Caso seja utilizado em outra versão, distros Linux, seu funcionamento pode apresentar instabilidades ou até mesmo o não funcionamento.

A Consistem não se responsabiliza pelo suporte caso seja utilizado em outra distribuição/versão de sistema operacional não homologado.

Para obter o Consistem Browser, siga as instruções abaixo:

1. Acesse o endereço https\://**URL\_ACESSO\_ERP**/update/linux/Consistem.AppImage. Lembrando que valor **URL\_ACESSO\_ERP** deve ser substituído pelo IP/DNS de acesso ao Consistem ERP.\
   Também é possível realizar o download pelo Consistem ERP, através da página de login, conforme imagem:

<figure><img src="/files/vPv5N68Mf1v7bj3epe50" alt=""><figcaption></figcaption></figure>

2. Após o download, deve ser concedida a permissão de execução para o arquivo **Consistem.AppImage**.\
   Após realizar as configurações de acordo com a imagem abaixo, o Consistem Browser está apto a ser executado e utilizado.\
   Como o Consistem Browser não é instalado, também não existe a geração de atalhos para acesso direto. Para isso, nós recomendamos a utilização do **AppImageLauncher**.

<figure><img src="/files/a5i690UsIXxkPkLPCCsZ" alt=""><figcaption></figcaption></figure>

### **Criar atalho com o AppImageLauncher** <a href="#instalacaoparalinux-criaratalhocomoappimagelauncher" id="instalacaoparalinux-criaratalhocomoappimagelauncher"></a>

Este é um software de distribuição gratuita, destinado ao gerenciamento de aplicações no formato "AppImage", como é o caso do Consistem Browser. Ele é responsável por criar atalhos para essas aplicações, organizando-as e gerenciando-as de forma simples e objetiva.

Caso esteja utilizando o Ubuntu 19.04 ou superior, execute os seguintes comandos no terminal:

```sh
sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt update
sudo apt install appimagelauncher
```

Caso esteja utilizando outra versão/distro-linux, consulte a página oficial de instalação/documentação:

{% hint style="info" %}
<https://github.com/TheAssassin/AppImageLauncher/wiki/Install-on-Ubuntu-or-Debian><https://github.com/TheAssassin/AppImageLauncher#installation><https://github.com/TheAssassin/AppImageLauncher/releases>
{% endhint %}

1. Baixe e execute o aplicativo **Consistem.appImage** para que o AppImageLauncher inicie a integração.
2. Ao fazer a execução, acione o botão **Integrate and run** para integrar o Consistem Browser ao AppImageLauncher. Ao finalizar, o arquivo **Consistem.appImage** será movido para a pasta **/home/$USER/Applications**, criando automaticamente o atalho de acesso.

<div align="left"><figure><img src="/files/rEawLGudeA9Y6NdAc63Z" alt="" width="563"><figcaption></figcaption></figure></div>

3. Caso queira adicionar o atalho do Consistem Browser na dock do sistema operacional, basta procurar por “Consistem” nos aplicativos instalados e adicione aos favoritos, conforme imagem abaixo:

<figure><img src="/files/xwwrfpeLkTjofSfUg6ob" alt=""><figcaption></figcaption></figure>

<p align="center">Esse conteúdo foi útil?</p>

<p align="center"><a href="https://movidesk.consistem.com.br/form/10395/" class="button primary" data-icon="thumbs-up">Sim</a> <a href="https://movidesk.consistem.com.br/form/10395/" class="button primary" data-icon="thumbs-down">Não</a></p>


---

# 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://ajuda.consistem.com.br/tecnologia/erp/consistem-browser/instalacao/linux.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.
