Skip to content

On Windows arm64 os.machine() returns unknown #62232

@chris-addison

Description

@chris-addison

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    libuvIssues and PRs related to the libuv dependency or the uv binding.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions