Version
24.14.0
Platform
Microsoft Windows NT 10.0.26200.0 arm64
Subsystem
No response
What steps will reproduce the bug?
You can easily reproduce from command line:
node -e "console.log(os.machine())"
The returned value is unknown
How often does it reproduce? Is there a required condition?
This happens always on the Windows arm64 version of Node 24.14.0
What is the expected behavior? Why is that the expected behavior?
The os.machine() should return arm64 like it does on Mac Apple Silicon
What do you see instead?
os.machine() returns unknown
Additional information
This is on the native arm64 version of node. os.arch() correctly returns arm64
Version
24.14.0
Platform
Subsystem
No response
What steps will reproduce the bug?
You can easily reproduce from command line:
The returned value is
unknownHow often does it reproduce? Is there a required condition?
This happens always on the Windows arm64 version of Node 24.14.0
What is the expected behavior? Why is that the expected behavior?
The
os.machine()should returnarm64like it does on Mac Apple SiliconWhat do you see instead?
os.machine()returnsunknownAdditional information
This is on the native arm64 version of node.
os.arch()correctly returnsarm64