Node Exporter Does not Start on macOS

I am trying to set up a node exporter on macOS.
The CPU type is M1.
I did a wget of from the repository and tried to run, but it tells me it got killed.

Are there any pointers or precautions to run Node Exporter on Apple Silicon?

I appreciate your help.

A sample run log is below.

hisaotsu-mac myexporter % wget https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.darwin-arm64.tar.gz
--2023-10-31 16:11:41--  https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.darwin-arm64.tar.gz
Resolving  <proxy server name>... <IP address>
Connecting to <proxy server name>|<IP address>|:<port>... connected.
Proxy request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/9524057/9b6ac7be-9f84-4c60-aaff-a2a2b692af23?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231031%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231031T071019Z&X-Amz-Expires=300&X-Amz-Signature=3ec66f330a8271630a6446299ba2ea5eb734cdcdd7704e200f55563e3026c266&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=9524057&response-content-disposition=attachment%3B%20filename%3Dnode_exporter-1.6.1.darwin-arm64.tar.gz&response-content-type=application%2Foctet-stream [following]
--2023-10-31 16:11:41--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/9524057/9b6ac7be-9f84-4c60-aaff-a2a2b692af23?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231031%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231031T071019Z&X-Amz-Expires=300&X-Amz-Signature=3ec66f330a8271630a6446299ba2ea5eb734cdcdd7704e200f55563e3026c266&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=9524057&response-content-disposition=attachment%3B%20filename%3Dnode_exporter-1.6.1.darwin-arm64.tar.gz&response-content-type=application%2Foctet-stream
Connecting to <proxy address and IP>|:<port number>... connected.
Proxy request sent, awaiting response... 200 OK
Length: 4548399 (4.3M) [application/octet-stream]
Saving to: ‘node_exporter-1.6.1.darwin-arm64.tar.gz’
 
node_exporter-1.6.1.darwin-arm64. 100%[==========================================================>]   4.34M  3.35MB/s    in 1.3s
 
2023-10-31 16:11:43 (3.35 MB/s) - ‘node_exporter-1.6.1.darwin-arm64.tar.gz’ saved [4548399/4548399]
 
hisaotsu-mac myexporter %
hisaotsu-mac myexporter % ls
node_exporter-1.6.1.darwin-arm64.tar.gz
hisaotsu-mac myexporter % tar xvfz node_exporter-1.6.1.darwin-arm64.tar.gz
x node_exporter-1.6.1.darwin-arm64/
x node_exporter-1.6.1.darwin-arm64/NOTICE
x node_exporter-1.6.1.darwin-arm64/node_exporter
x node_exporter-1.6.1.darwin-arm64/LICENSE
hisaotsu myexporter % cd node_exporter-1.6.1.darwin-arm64
hisaotsu node_exporter-1.6.1.darwin-arm64 % ./node_exporter
zsh: killed     ./node_exporter

Building from the source solved the problem.
See https://github.com/prometheus/node_exporter/blob/master/README.md