No password ZIP in Finder
macOS Compress cannot set a password. Most people end up googling “password protected zip mac” and opening Terminal.
100% free · open source GPL-3.0 · WhereTeam
OpenZip is a free open-source macOS archiver. Create password-protected ZIP without Terminal, extract RAR/7z, strip Mac junk for Windows, and get errors you can act on — not empty folders.
macOS 11+ · Apple silicon & Intel · No ads · No account · Files never leave your Mac
Guides: Password ZIP on Mac · RAR extractor for Mac
macOS Compress cannot set a password. Most people end up googling “password protected zip mac” and opening Terminal.
A protected or odd archive often becomes an empty folder — with no message that the password was wrong or the format needs another tool.
Mac-made zips ship .DS_Store and __MACOSX. Recipients on Windows think your archive is broken.
Compress with password from the app or Finder. Optional “opens on Windows without extra software?” picks ZipCrypto vs strong AES-256.
Wrong password, damaged file, or format not ready yet — each with a clear next step. Built for people tired of silent fails.
Strips .DS_Store, __MACOSX, and resource-fork junk so your free zip app behaves well across platforms.
Right-click Compress, Compress with Password, or Extract Here. Double-click ZIP/RAR/7z to extract beside the file.
| Action | Formats |
|---|---|
| Extract / unzip | ZIP (ZipCrypto + AES), tar, gz, bz2, xz, 7z, RAR |
| Extract + password | ZIP always · 7z / RAR with bundled 7zz helper in releases |
| Create archive | ZIP · optional AES-256 or Windows ZipCrypto |
| Need | OpenZip | Typical free unzip | Finder Compress |
|---|---|---|---|
| Price | Free forever (GPL) | Free / freemium | Built-in |
| Password ZIP create | Yes | Varies | No |
| RAR / 7z extract | Yes | Often yes | Limited |
| Clear wrong-password errors | Designed for this | Mixed | Poor |
| Strip Mac junk for Windows | Default on | Optional / off | No |
| Open source | GPL-3.0 | Sometimes | No |
Honest take: use what fits you. OpenZip is for people who want free + open + clear failures + clean Windows zips.
Yes. Free forever under GPL-3.0. No ads, no account, no telemetry.
Download OpenZip → select files → Compress with Password (or Finder right-click). See the guide: Password ZIP on Mac.
Yes. OpenZip is a free RAR extractor for Mac. Password-protected RAR works in release builds that include the 7zz helper. Guide: RAR extractor for Mac.
Archives are processed on your Mac only. Source is public on GitHub so anyone can audit it.
Early releases are not notarized yet. Right-click the app → Open → confirm. Notarized DMG is planned.
Open an issue on GitHub Issues. Contributions welcome.
Grab the free build from GitHub Releases.
Direct link updates automatically to the latest macOS zip when available.
Always free under GPL-3.0.
git clone https://github.com/whereteam/openzip.git
cd openzip
./scripts/build-vendor.sh
./scripts/fetch-7zz.sh
xcodegen generate
xcodebuild -scheme OpenZip -configuration Release build
Full build docs on GitHub