Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

i found a solution for mac users! (not an issue) #50

rafaeltheoder started this conversation in General
Discussion options

i made i guide for mac users on how to use it on mac with simple copypaste commands on the terminal.

🟣 osu!lazer Beatmap + Replay Exporter (Mac Guide)

This guide lets you:

Fix BeatmapExporter not opening on macOS

Export all beatmaps + replays

Automatically zip everything into one file

Works for: osu!lazer on macOS

On macOS, BeatmapExporter doesn’t run and shows:

zsh: killed /Applications/BeatmapExporter

This happens because:

The app is unsigned
macOS blocks it (Gatekeeper)

🛠️ Step 1 — Fix BeatmapExporter

Open Terminal and run:

xattr -dr com.apple.quarantine /Applications/BeatmapExporter
sudo codesign -s - --force --deep /Applications/BeatmapExporter

Verify it worked:

codesign -dv --verbose=4 /Applications/BeatmapExporter

You should see:

Signature=adhoc
▶️ Step 2 — Test it

Run:

/Applications/BeatmapExporter

If it opens → ✅ you're good

If not, run:

sudo spctl --add /Applications/BeatmapExporter

disclaimer: make sure its NOT an application, and if it doesnt work try when it is one, its weird but it works.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #46 on May 09, 2026 16:35.

AltStyle によって変換されたページ (->オリジナル) /