FastUnzip is a lightweight Windows tool that automatically extracts .zip
files when you double-click them, just like macOS.
- Double-click any
.zip
➔ Extracts automatically into a folder. - No UI, silent operation.
- Lightweight single
.exe
. - No dependency on installed .NET Framework (Self-contained).
- Download the latest
FastUnzip-Installer.exe
from the Releases section. - Launch the installer.
- Done! Now double-clicking
.zip
files will extract them automatically.
(If nothing happens, right-click a.zip
➔ "Open with" ➔ choose FastUnzip.)
- Requires Visual Studio 2022 or later.
- Open the solution using the
.sln
and publish withSelf-contained
andSingle File
options.
To verify the integrity of the installer, here is the SHA256 checksum:
06D374A6ADDE0DBD888838DA6C9FC865A1B046154B2312FCEABD361E2AE0CE26
To verify it using PowerShell:
Get-FileHash -Algorithm SHA256 "FastUnzip-Installer.exe"
Made with ❤️ by Anomz
FastUnzip est un outil léger pour Windows qui extrait automatiquement les fichiers .zip
lorsque vous double-cliquez dessus, comme sur macOS.
- Double-cliquez sur un fichier
.zip
➔ Extraction automatique dans un dossier. - Pas d'interface utilisateur, fonctionnement silencieux.
- Application légère en un seul
.exe
. - Aucune dépendance au framework .NET installé (Autoporté).
- Téléchargez le fichier
FastUnzip-Installer.exe
depuis la section Releases. - Lancer l'installateur".
- C’est tout ! Un double-clic sur un fichier
.zip
l’extraira automatiquement.
(Si cela ne fonctionne pas, faites un clic droit sur le.zip
➔ "Ouvrir avec" ➔ choisissez FastUnzip.)
- Nécessite Visual Studio 2022 ou plus récent.
- Ouvrez la solution à l'aide du
.sln
et publiez avec les options Automatique et Fichier unique.
Voici le hachage SHA256 de l’installateur, pour vérifier son intégrité :
06D374A6ADDE0DBD888838DA6C9FC865A1B046154B2312FCEABD361E2AE0CE26
Pour le vérifier via PowerShell :
Get-FileHash -Algorithm SHA256 "FastUnzip-Installer.exe"
Fait avec ❤️ par Anomz