よくあるZIPA typical ZIP
Windowsで開くとWhen opened on Windows
譁ー逕コ蜷阪・莉頑律.txt
ファイルは壊れていなくても、名前が読めない。探すことも、正しく渡せたか確認することも難しくなります。The file may be intact, but its name is unreadable. Finding it or confirming the handoff becomes needlessly difficult.
ZIP UTILITY FOR MAC
MacとWindowsのあいだで、
日本語のファイル名をそのまま。
Keep Japanese file names readable between Mac and Windows.
ファイルやフォルダをドラッグするだけ。渡す相手に合わせたZIPをつくり、文字化けして届いたZIPも正しい名前で解凍します。 Drag in files or folders. Create a ZIP for the person receiving it, then restore garbled names when a ZIP arrives from elsewhere.

THE PROBLEMTHE PROBLEM
Macの標準圧縮では、日本語ファイル名がWindowsで文字化けすることがあります。BriZipは受け手に合わせて、ZIPの中の名前の書き方から整えます。A ZIP made on a Mac can display garbled Japanese file names on Windows. BriZip prepares the file names inside the archive for the person receiving it.
よくあるZIPA typical ZIP
譁ー逕コ蜷阪・莉頑律.txt
ファイルは壊れていなくても、名前が読めない。探すことも、正しく渡せたか確認することも難しくなります。The file may be intact, but its name is unreadable. Finding it or confirming the handoff becomes needlessly difficult.
BRIZIP
会議資料_第1回.txt
Windows向けのZIPではCP932を使い、必要ならUTF-8へ安全に切り替えます。Mac由来の余計なメタデータも除外します。For Windows ZIPs, BriZip uses CP932 and safely falls back to UTF-8 when needed. It also leaves Mac-only metadata behind.
WHAT IT DOESWHAT IT DOES
日本語Windowsで読める名前で記録。NFC正規化、Windowsで使えない文字の調整、`.DS_Store` や `__MACOSX` の除外まで一緒に行います。Write names for Japanese Windows, normalize them to NFC, adjust Windows-incompatible characters, and exclude `.DS_Store` and `__MACOSX` clutter.
UTF-8と言語エンコードフラグで、現代的なZIPとして作成。シンボリックリンクとパーミッションも保ちます。Create a modern ZIP with UTF-8 and its language-encoding flag, while preserving symbolic links and permissions.
文字化けしたファイル名を自動判定して復元。Windows形式のパスも正しいフォルダ階層へ戻して解凍します。Detect and restore garbled file names automatically, then turn Windows-style paths back into the right folder hierarchy.
BUILT FOR THE HANDOFFBUILT FOR THE HANDOFF
多形式アーカイバではなく、ZIPの読み書きを自前で実装。ファイル名のバイト列から解凍先の安全性まで、受け渡しで困るところを丁寧に扱います。Rather than a broad multi-format archiver, BriZip implements ZIP reading and writing itself—handling the trouble spots from filename bytes to safe extraction paths.
AES-256とZipCryptoを選べます。Windows標準のエクスプローラーで開くならZipCrypto、より強い暗号が必要ならAES-256を選べます。Choose AES-256 or ZipCrypto. Use ZipCrypto for Windows Explorer compatibility, or AES-256 when stronger encryption is needed.
4GBを超えるファイルはZIP64へ自動対応。JPEGや動画のような既に圧縮済みのファイルは、時間をかけずに格納します。Files over 4 GB automatically use ZIP64. Already-compressed files such as JPEGs and video are stored without wasting time recompressing them.
`../` を使って展開先の外へ書き出そうとする zip slip を防ぎます。外部ライブラリを同梱せず、ZIPに必要な範囲へ集中しています。BriZip blocks zip slip paths that try to write outside the extraction folder. It focuses on what ZIP needs without bundling external libraries.
AVAILABILITYAVAILABILITY
BriZipはmacOS 14以降に対応しています。配布情報は準備が整い次第、このページでお知らせします。BriZip supports macOS 14 and later. Distribution details will be announced here when ready.