# Installation

UpNote is free to download on iOS, Android, Mac, Windows and Linux.&#x20;

### iPhone and iPad

[Download on the App Store](https://itunes.apple.com/us/app/upnote-elegant-note-app/id1389634515)

*UpNote is compatible with iOS 15 and above.*

### Android

[Download on Google Play](https://play.google.com/store/apps/details?id=com.getupnote.android)

### MacOS

[Download on the Mac App Store](https://itunes.apple.com/us/app/upnote-an-elegant-note-app/id1398373917?ls=1\&mt=12)

*UpNote is compatible with Mac OS 12 and above.*

### Windows

[Download on Microsoft Store](https://www.microsoft.com/en-us/p/upnote/9mv7690m8f5n?activetab=pivot:overviewtab)

*UpNote is compatible with Windows 10/11.*

#### Download the installer for Windows app

If you are not able to download UpNote from the Microsoft Store, you can [download the installer for Windows app here](https://download.getupnote.com/app/UpNote%20Setup.exe). This installer is still new so Windows might warn you that it's not a common download, you just need to bypass the warning and run the installer.\
\
\&#xNAN;*Please note that if your computer has already installed UpNote from the Microsoft Store, you shouldn't use the installer above.*

### Linux

#### Download .deb file <a href="#download-the-app-image" id="download-the-app-image"></a>

* If you are using Ubuntu, Linux Mint, Pop!\_OS, and other Debian-based systems, you can [download the .deb file](https://download.getupnote.com/app/upnote_amd64.deb) for better compatibility.
* After downloading the file, you can double-click it to install on your computer. If it doesn’t install, you may need to install **GDebi** first using the command:\
  `sudo apt install gdebi`
* You can also install from the .deb file using command:\
  `sudo apt install ./upnote_amd64.deb`

#### Download the AppImage <a href="#download-the-app-image" id="download-the-app-image"></a>

* Download [UpNote.AppImage file](https://download.getupnote.com/app/UpNote.AppImage).
* AppImages require FUSE version 2 to run. [Filesystem in Userspace (FUSE)](https://en.wikipedia.org/wiki/Filesystem_in_Userspace) is a system that lets non-root users mount filesystems. Many Linux distributions have a working FUSE setup out-of-the-box. However if it is not working for you, you may need to [install and configure FUSE manually](https://github.com/AppImage/AppImageKit/wiki/FUSE).&#x20;
* If you have installed [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher), simply double click on the UpNote.AppImage file. AppImageLauncher will automatically change the AppImage file to executable, move it to the Applications folder and show the app icon correctly.
* If you like to install AppImageLauncher to make it easier to work with AppImage, please see this link for [how to setup AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher/wiki).
* If you haven't installed AppImage launcher, you need to make the UpNote.AppImage file executable and then run it. Please see this article for more instruction: <https://docs.appimage.org/introduction/quickstart.html>
* UpNote.AppImage automatically checks for new update and notifies you when the new version is available. Please restart the app to install the update.

#### Download from Ubuntu Snap Store <a href="#download-the-app-image" id="download-the-app-image"></a>

* The Snap version of UpNote is available at <https://snapcraft.io/upnote>

{% hint style="warning" %}
If you’re having trouble detecting a printer when printing from UpNote, please try installing the **AppImage** version of UpNote instead of the Snap.
{% endhint %}

***

The first time you launch UpNote, you will be presented with the Welcome screen.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FfjfHWqXgToucgBRBxzB9%2Fimage.png?alt=media&#x26;token=ab7b0c5d-5e42-436e-918b-bc4ccaaa2915" alt="" width="563"><figcaption></figcaption></figure>

You can sign in or create a new account with UpNote to sync your notes across all your devices. We recommend that you [create an account](https://help.getupnote.com/get-started/manage-your-account/create-upnote-account) so that you can retrieve your notes in case there is something wrong with your device or you need to reinstall the app.

If you do not want to use UpNote with an account and keep your data in your local device, you can click the link **Continue without an account** to proceed.


---

# Agent Instructions: 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://help.getupnote.com/get-started/installation.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.
