Windows 10/11: Right-click the `.zip` file → select **Extract All…** → choose a destination folder → select **Extract**
Windows (alternative): Right-click the `.zip` file → select **Extract Here**
macOS: Double-click the `.zip` file → files/folder extract to the same location
macOS (alternative): Right-click the `.zip` file → select **Open With** → **Archive Utility**
Linux (GUI): Right-click the `.zip` file → select **Extract Here** or **Extract to…**
Linux (terminal): `unzip archive.zip`
Linux (terminal): `unzip archive.zip -d /path/to/destination`
Linux (terminal): `tar -xf archive.zip`
Verify contents (Linux): `unzip -l archive.zip`
