Problem launching opensearch dashboards

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Took the latest tar file, version 2.11.0

Describe the issue:
I am trying to run opensearch and dashboards locally on my mac. Followed the installation instructions from the official documentation. I am using Tarball.
Opensearch launches succesfully but for opensearch dashboards I am geting the following error

/opensearch-dashboards/bin/use_node: line 100: /opensearch-dashboards/node/fallback/bin/node: cannot execute binary file

/opensearch-dashboards/bin/use_node: line 100: /opensearch-dashboards/node/fallback/bin/node: Undefined error: 0

Configuration:

Relevant Logs or Screenshots:

Hi @Murk
What binary file are you trying to run? What OS do you use?

I have M1 (macOS Ventura v 13.6). Downloaded ARM64 tar.gz archive.
Extracted it and running bin/opensearch-dashboards gives me the error

As per the documentation below, running directly on the macOS is not supported. Try to use VM or Docker on your laptop.

Thanks, I could run Opensearch though, its only the dashboards which gives error. But anyways I will try docker then. Thanks for help