Last updated 1 day ago
The return value is equivalent to process.platform.
process.platform
The return value is equivalent to process.arch.
process.arch
OS
Return value of os.platform()
os.platform()
macOS
darwin
Linux
linux
Windows
win32
Architecture
Return value of os.arch()
os.arch()
LLVM
Docker Platform
Docker Ubuntu Image
arm(armv7, armv7l)
arm
ARM
arm/v7
arm32v7
arm64
AArch64
arm64/v8
arm64v8
ppc64
PowerPC
ppc64le
s390x
SystemZ
x64
X86
amd64