I have tried to run your releases for macOS and cant manage to run them. I had to give executable flag to be first and after that, the app crashes without any messages.
Can you run with --log and paste the results?
If your issue is same as #466, it has been fixed. You can wait for new builds to come or build from source.
Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200
Ignored client type property: "attributes"
thread 'main' panicked at 'Failed to create window: SdlError("Vulkan support is either not configured in SDL or not available in current SDL video driver (cocoa) or platform")', src/window/sdl2/mod.rs:442:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
My --log results for the release. I will try the dmg one too
Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200
This one works fine
However I can't see the icons.

Alternatively a prebuilt dmg can be found here: https://github.com/Kethku/neovide/actions/runs/742969200
This one works fine in my Macbook Air M1 also
However I can't see the icons.
Does your font have icons? I'll suggest Nerd Fonts.
You'll have to set gui font in init file if not done already.
However I can't see the icons.
Does your font have icons? I'll suggest Nerd Fonts.
You'll have to set gui font in init file if not done already.
How can I set Neovide's icon? In my terminal, my vim icons works fine not in Neovide
The icons are due to font fallback. I recommend finding which font originally had those and adding them to your guifont setting by separating font names by a comma. Eventually this will be fxied by https://github.com/Kethku/neovide/issues/444
In the meantime I'm closing this as fixed by recent changes and the dmg