> For the complete documentation index, see [llms.txt](https://eth-limo.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eth-limo.gitbook.io/documentation/beginner/how-to-install-ipfs-locally/ipfs-desktop-linux.md).

# IPFS Desktop (Linux)

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

1. Download the latest available `.deb` file from the [IPFS desktop downloads page (opens new window)](https://github.com/ipfs/ipfs-desktop/releases):
2. Open the `.deb` package in **Software Installer**:

   ![Right-click context menu of the IPFS deb package.](https://docs.ipfs.tech/assets/img/install-ubuntu-software-install.87eb7b01.png)
3. Click **Install** and wait for the installation to finish:

   ![Install screen within the Ubuntu software installation window.](https://docs.ipfs.tech/assets/img/install-ubuntu-install.0e3190ca.png)
4. Click **Applications** or press the Windows key on your keyboard.
5. Search for `IPFS` and select **IPFS Desktop**:

   ![Ubuntu search screen with IPFS desktop showing.](https://docs.ipfs.tech/assets/img/install-ubuntu-search-window.47ea221c.png)
6. You can now find an IPFS icon in the status bar:

   ![IPFS icon shown in the Ubuntu status bar.](https://docs.ipfs.tech/assets/img/install-ubuntu-ipfs-running-status-bar.c720bd22.png)

The IPFS desktop application has finished installing. You can now start to [add your site](https://docs.ipfs.tech/how-to/websites-on-ipfs/single-page-website/#add-your-site).


---

# 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://eth-limo.gitbook.io/documentation/beginner/how-to-install-ipfs-locally/ipfs-desktop-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.
