Skip to content

Sakura Switch v1.1.1 PRO

Latest

Choose a tag to compare

@borisovinfra borisovinfra released this 01 Sep 20:55
· 4 commits to master since this release

🌸 Sakura Switch v1.1.1 PRO

Sakura Switch v1.1.1 is a focused bug-fix release for the Universal Homebrew Installer.

πŸ›  Fixed β€” ZIP Homebrew installation on macOS

Some Homebrew applications distributed as ZIP archives could fail during installation with an error similar to:

Unsafe ZIP path: /private/var/...

The archive itself was valid and safe.

The issue was caused by macOS representing the same temporary directory using two equivalent path forms:

  • /var/...
  • /private/var/...

Sakura Switch previously compared these absolute paths directly. As a result, a legitimate file inside an extracted Homebrew package could incorrectly be detected as being outside the extraction directory.

What changed

The ZIP package installer now enumerates extracted package contents using relative paths instead of comparing macOS temporary absolute paths.

This:

  • fixes false Unsafe ZIP path errors;
  • preserves archive path traversal protection;
  • preserves symbolic-link protection;
  • keeps the existing transactional installation and rollback system unchanged.

The issue was reproduced with Linkalho and the fix was verified with a real Nintendo Switch.

βœ… Verification

Before release, v1.1.1 was verified with:

  • successful release build;
  • valid macOS application signature;
  • successful ZIP integrity check;
  • successful Linkalho installation;
  • successful Linkalho launch;
  • game stability testing after installation with no system freezes or game crashes observed.

πŸ“¦ Download

Sakura-Switch-v1.1.1-PRO.zip

SHA-256:

acafb24916ba8e4d5089c87c83318906bc6029eb2e2ebee4d494bac2d0b69d01


Thank you for using Sakura Switch. 🌸