> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/getting-started/download-install.md).

# Download & Install

Vultisig is available on all major platforms. Download on at least two devices to create a Secure Vault, or use a single device with a Fast Vault.

***

## Mobile

| Platform           | Link                                                                             | Notes           |
| ------------------ | -------------------------------------------------------------------------------- | --------------- |
| **iOS**            | [App Store](https://apps.apple.com/us/app/vultisig/id6503023896)                 | iPhone and iPad |
| **iOS TestFlight** | [TestFlight](https://testflight.apple.com/join/dxKWaCNK)                         | Beta features   |
| **Android**        | [Google Play](https://play.google.com/store/apps/details?id=com.vultisig.wallet) | Android 8.0+    |

***

## Desktop

| Platform    | Link                                                                     | Notes              |
| ----------- | ------------------------------------------------------------------------ | ------------------ |
| **macOS**   | [GitHub Releases](https://github.com/vultisig/vultisig-ios)              | Build from source  |
| **Windows** | [GitHub Releases](https://github.com/vultisig/vultisig-windows/releases) | Windows 10/11      |
| **Linux**   | [GitHub Releases](https://github.com/vultisig/vultisig-windows/releases) | AppImage available |

***

## Browser Extension

| Browser    | Link                                                                                                       | Notes            |
| ---------- | ---------------------------------------------------------------------------------------------------------- | ---------------- |
| **Chrome** | [Chrome Web Store](https://chromewebstore.google.com/detail/vulticonnect/ggafhcdaplkhmmnlbfjpnnkepdfjaelb) | Connect to dApps |

{% hint style="info" %}
The browser extension requires the Vultisig mobile or desktop app to sign transactions. It's a companion tool, not a standalone wallet.
{% endhint %}

***

## Source Code

Vultisig is fully open-source:

* [iOS/macOS Source](https://github.com/vultisig/vultisig-ios)
* [Android Source](https://github.com/vultisig/vultisig-android)
* [Windows/Linux Source](https://github.com/vultisig/vultisig-windows)

***

## System Requirements

**Mobile:**

* iOS 15.0 or later
* Android 8.0 or later

**Desktop:**

* Windows 10/11 (64-bit)
* macOS 12.0 or later
* Linux (most modern distributions)

***

## Next Step

Once installed, proceed to [Create Your Vault](/getting-started/create-vault.md).


---

# 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://docs.vultisig.com/getting-started/download-install.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.
