Installation de QuPath 0.7
Installation de QuPath 0.7
Au 3 mars 2026, la source officielle que j’ai pu vérifier pour QuPath 0.7 est la pré-release v0.7.0-rc1 publiée le 17 février 2026 sur le GitHub officiel de QuPath.
Téléchargements officiels
- Release GitHub: QuPath
v0.7.0-rc1 - Documentation d’installation: Installation QuPath
- Documentation générale: Documentation QuPath
Liens directs
- Windows: QuPath-v0.7.0-rc1-Windows.zip
- macOS Intel: QuPath-v0.7.0-rc1-Mac-x64.pkg
- macOS Apple Silicon: QuPath-v0.7.0-rc1-Mac-arm64.pkg
- Linux: QuPath-v0.7.0-rc1-Linux.tar.xz
Installation Windows
- Téléchargez
QuPath-v0.7.0-rc1-Windows.zip. - Décompressez l’archive dans un dossier simple, par exemple
C:\QuPath. - Ouvrez le dossier extrait.
- Lancez
QuPath-v0.7.0-rc1.exe.
Installation macOS
- Téléchargez le
.pkgcorrespondant à votre machine:Mac-x64.pkgpour IntelMac-arm64.pkgpour Apple Silicon
- Lancez l’installateur.
- Si macOS bloque l’ouverture:
- faites clic droit sur l’application
- choisissez
Ouvrir - confirmez l’ouverture
Installation Linux
- Téléchargez
QuPath-v0.7.0-rc1-Linux.tar.xz. - Décompressez l’archive.
- Ouvrez un terminal dans le dossier extrait.
- Rendez exécutable le lanceur puis lancez QuPath:
tar -xf QuPath-v0.7.0-rc1-Linux.tar.xz
cd QuPath-*/bin
chmod u+x QuPath
./QuPath
Vérifier l’installation
Dans QuPath:
- Ouvrez
Help > About. - Vérifiez que la version affichée est bien
0.7.0-rc1. - Ouvrez une image test.
- Créez une annotation simple.
- Sauvegardez un projet.
Important
0.7.0-rc1est une pré-release.- Sauvegardez vos projets avant de les ouvrir avec cette version.
- Vérifiez la compatibilité de vos extensions QuPath avant migration.