> 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 Vultisig

Download the Vultisig app for iOS, Android, Windows, Linux, Chrome, or Firefox. One vault, 36+ chains, no seed phrase.

Install the app on every device that will hold a vault share. Fast Vault needs one device. Secure Vault needs two or more — put the app on each of them before you start KeyGen.

***

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

***

## Browser extension

| Browser     | Link                                                                                                       | Notes                           |
| ----------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------- |
| **Chrome**  | [Chrome Web Store](https://chromewebstore.google.com/detail/vulticonnect/ggafhcdaplkhmmnlbfjpnnkepdfjaelb) | Full vault. Chrome, Brave, Edge |
| **Firefox** | [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/vultisig-extension/)                      | Full vault                      |

***

## Source

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

***

## Requirements

**Mobile:**

* iOS 15.0 or later
* Android 8.0 or later

**Desktop:**

* Windows 10/11 (64-bit)
* macOS 12.0 or later
* Linux (64-bit; AppImage)

**Browser:**

* Chrome, Brave, or Edge (Chrome Web Store)
* Firefox 140 or later

***

## Next

[Create a 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, and the optional `goal` query parameter:

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