# Installer sur Microsoft Windows™

Download the latest Windows archive from QOwnNotes Releases on GitHub (opens new window) (look for a file called QOwnNotes.zip) and unzip it to anywhere you like. Aucune installation n'est nécessaire!

WARNING

Si vous souhaitez utiliser le programme de mise à jour automatique, assurez-vous de le décompresser dans un endroit où votre compte utilisateur a un accès en écriture. By default, your user account most likely doesn't have write access to places like C:\Program Files (x86) or C:\Program Files.

Vous pouvez ensuite exécuter directement QOwnNotes.exe à partir de votre dossier QOwnNotes, aucune installation n'est requise.

# Mode portable

Utilisez QOwnNotesPortable.bat pour exécuter QOwnNotes en mode portable dans lequel tout (y compris vos notes) ne sera stocké que dans votre dossier QOwnNotes.

TIP

Vous n'avez pas absolument besoin du mode portable si vous ne disposez pas des autorisations d'administration sur votre ordinateur. QOwnNotes n'a pas besoin d'être installé !

# Windows 8.1 and older

Qt dropped support for Windows XP with version 5.8, but QOwnNotes is now also built with Qt 5.7 to allow Windows XP users to still use it. Windows 8.1 has issues with the regular QOwnNotes build, because it was built on a newer Windows SDK.

Vous devrez vous-même télécharger le fichier ZIP d'AppVeyor (opens new window) et le dézipper dans le dossier de votre choix.

Vous pouvez ensuite exécuter directement QOwnNotes.exe depuis ce dossier, aucune installation n'est requise.

TIP

Info Le mécanisme de mise à jour automatique ne fonctionne pas avec la version d'AppVeyor pour Windows XP ! Vous devrez télécharger vous-même les nouvelles versions.

# Chocolatey

There is a community-maintained package of QOwnNotes at Chocolatey (opens new window).

Vous pouvez l'installer en tapant :

choco install qownnotes
1

# Scoop

There is a community-maintained package of QOwnNotes (opens new window) at Scoop (opens new window). If you add the Extras bucket, you can use it to install QOwnNotes in portable mode.

scoop bucket add extras
scoop update
scoop install qownnotes
1
2
3

# WinGet

There is a community-maintained package of QOwnNotes (opens new window) for WinGet (opens new window).

You can install it with:

winget install qownnotes
1

# MSYS2

There is a community-maintained package of QOwnNotes (opens new window) for MSYS2.

You can install it with:

pacman -S mingw-w64-qownnotes
1