Skip to content

Conversation

@theapache64
Copy link
Owner

πŸ“ Summary

This PR addresses issue #106 by updating the README with important MacOS security information and providing a complete list of available binaries.

πŸ”„ Changes Made

βœ… MacOS Security Warning

  • Added notification about MacOS DMG file not being notarized
  • Provided step-by-step instructions to resolve security warnings:
    1. Right-click the app and select "Open"
    2. Navigate to System Preferences β†’ Security & Privacy
    3. Click "Open Anyway" next to the blocked app message

βœ… Complete Binary List

  • Updated download table to include ALL binaries from the latest release:
    • Linux: DEB package + JAR file
    • Windows: MSI installer + JAR file
    • MacOS: DMG installer + JAR files (both ARM64 and x64 variants)

βœ… Improved Organization

  • Restructured download table with Platform/Format columns for better clarity
  • Added comprehensive installation notes section
  • Maintained existing information about Java requirements and alternative builds

🎯 Fixes

Closes #106

πŸ“‹ Testing

  • Verified all download links point to latest release
  • Confirmed README formatting renders correctly
  • Validated security warning instructions are accurate

- Add MacOS DMG security warning notification with resolution steps
- Update download table to include all binaries from latest release
- Organize download options by platform and format
- Add installation notes section with comprehensive guidance

Fixes #106
@theapache64 theapache64 merged commit 2dfc3d5 into master Aug 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update README to Notify Users About MacOS DMG Security Warning and Add Latest Release Binaries

2 participants