> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/it/system-requirements.md).

# Requisiti di sistema

### Compatibilità

Keeper funziona su ogni smartphone, tablet e computer. Keeper supporta i browser più diffusi, tra cui Chrome, Safari, Firefox, Edge, Opera, Brave e IE. L'installazione dell'app nativa è disponibile sul [sito di Keeper](https://keepersecurity.com/download) e su tutti gli store pubblici di app (iTunes, Google Play, Microsoft Store, ecc.).

| **Dispositivo**     | **Versione del SO supportata**                |
| ------------------- | --------------------------------------------- |
| App desktop Windows | 11+                                           |
| App desktop Mac OS  | Versione attuale - 2                          |
| App desktop Linux   | Fedora, Red Hat, CentOS, Debian, Ubuntu, Mint |
| App iOS             | 14+                                           |
| App Android         | 9+                                            |
| Chrome OS           | Versione attuale - 2                          |
| Edge                | Versione attuale - 2                          |
| Safari              | Versione attuale - 2                          |
| Firefox             | Versione attuale - 2                          |
| Opera               | Versione attuale - 2                          |
| Brave               | Versione attuale - 2                          |
| Internet Explorer   | Non supportato                                |

{% hint style="info" %}
I download più recenti di Keeper sono disponibili all'indirizzo [https://keepersecurity.com/download](https://keepersecurity.com/download.html)
{% endhint %}

***

## Cassaforte Web di Keeper

La Cassaforte Web di Keeper è un'applicazione basata sul web con funzionalità complete. Per accedere alla pagina di accesso della Cassaforte Web di Keeper, visiti:

**Data Center USA**\
<https://keepersecurity.com/vault>

**US Public Sector / GovCloud**\
<https://govcloud.keepersecurity.us/vault>

**Data Center UE**\
<https://keepersecurity.eu/vault>

**Data Center AU**\
<https://keepersecurity.com.au/vault>

**Data Center CA**\
<https://keepersecurity.ca/vault>

**Data Center JP**\
<https://keepersecurity.jp/vault>

***

## Applicazione Keeper Desktop

Keeper Desktop è un'applicazione desktop nativa multipiattaforma per Windows, MacOS e Linux. Diversi file di installazione sono disponibili ai link seguenti.

### Opzioni di download

* **Windows AppInstaller**\
  [Link di installazione](https://www.keepersecurity.com/desktop_electron/packages/KeeperPasswordManager.appinstaller)<br>
* **Microsoft Store**\
  [Link Microsoft Store](https://apps.microsoft.com/detail/keeper-password-manager/9N040SRQ0S8C?hl=en-us\&gl=US)
* **Mac OS .dmg**\
  [Link di installazione (.dmg)](https://www.keepersecurity.com/desktop_electron/Darwin/KeeperSetup.dmg)<br>
* **Mac App Store**\
  [Link Mac App Store](https://apps.apple.com/us/app/keeper-password-manager/id414781829?mt=12)<br>
* **Linux Fedora, Red Hat, CentOS, Debian, Ubuntu e Linux Mint**\
  [Link alla pagina di download](https://www.keepersecurity.com/download.html)<br>
* **Snap Store per Linux**\
  <https://snapcraft.io/keepersecurity>

#### Installazione Enterprise

Consulti la [Guida Keeper Enterprise](/enterprise-guide/deploying-keeper-to-end-users/desktop-application.md) (in inglese) per opzioni di distribuzione più avanzate.

#### Checksum / hash

Gli hash SHA1 di Keeper Desktop per la versione più recente sono disponibili qui:\
<https://keepersecurity.com/desktop_electron/SHASUM256.txt>

***

## App mobile

### iOS

Keeper per iOS può essere installato direttamente dall'App Store:

{% embed url="<https://apps.apple.com/us/app/keeper-password-manager/id287170072>" %}

### Android

Keeper per Android può essere installato dall'applicazione Google Play al link seguente:

{% embed url="<https://play.google.com/store/apps/details?id=com.callpod.android_apps.keeper>" %}

***

## Estensione per browser KeeperFill

Le estensioni per browser più recenti possono essere installate dagli utenti ai link seguenti:\
\
**Chrome, Brave, Opera:**\
<https://chrome.google.com/webstore/detail/keeper%C2%AE-password-manager/bfogiafebfohielmmehodmfbbebbbpei>\
\
**Firefox:**\
[https://addons.mozilla.org/en-US/firefox/addon/keeper-password-manager/](https://addons.mozilla.org/en-US/firefox/addon/keeper-password-manager/?utm_source=addons.mozilla.org\&utm_medium=referral\&utm_content=search)

**Edge:**\
<https://microsoftedge.microsoft.com/addons/detail/keeper%C2%AE-password-manager-/lfochlioelphaglamdcakfjemolpichk>

**Safari:**\
<https://apps.apple.com/us/app/keeper-for-safari/id6444685332>

***

## Distribuzione Enterprise

Per gli amministratori di Keeper Enterprise, consulti il link seguente per le opzioni di distribuzione Enterprise:

[Distribuzione di Keeper per gli utenti finali](/enterprise-guide/deploying-keeper-to-end-users.md) (in inglese)


---

# 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://docs.keeper.io/user-guides/it/system-requirements.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.
