Binary Installation on MacOS15 error

I try to use

brew tap osrf/simulation
brew install gz-ionic

install success,but when I use gz sim -v 4 -g command, appear

That’s correct. You’re launching just the Gui and it waits for the server.

You need to launch the server by replacing -g for -s in another console.

It works fine, thanks :grinning: