What
Verify Zen Sync works on macOS. The native host profile discovery code has macOS paths but hasn't been tested.
What to test
- python install.py — creates venv, installs deps, writes manifest to /Library/Application Support/Mozilla/NativeMessagingHosts/
- Profile discovery finds the correct Zen profile
- Native messaging works (extension can communicate with native host)
- Keyring (macOS Keychain) stores the derived key
May need sudo for manifest directory
The macOS manifest path is /Library/Application Support/Mozilla/NativeMessagingHosts/ which may require sudo to create. The installer should handle this or prompt the user.
Labels: macos, help wanted
What
Verify Zen Sync works on macOS. The native host profile discovery code has macOS paths but hasn't been tested.
What to test
May need sudo for manifest directory
The macOS manifest path is /Library/Application Support/Mozilla/NativeMessagingHosts/ which may require sudo to create. The installer should handle this or prompt the user.
Labels: macos, help wanted