Skip to content

Supported Platforms

Ben Fry edited this page Jan 21, 2022 · 13 revisions

Sorting out the mess of what to call the library folders and platforms:

Hardware/OS os.arch sun.arch.data.model library folder name download suffix export name
Apple Silicon (M1) aarch64 64 macos-aarch64 macos-aarch64 macos
Apple Intel x86_64 64 macos-x86_64 macos-x64 macos-intel
Windows 10 (64-bit) amd64 64 windows-amd64 windows-x64 windows
Linux (Ubuntu 64-bit) amd64 64 linux-amd64 linux-x64 linux
Raspberry Pi OS arm 32 linux-arm linux-arm32 rpi
Raspberry Pi OS (64-bit beta) aarch64 64 linux-aarch64 linux-arm64 rpi64

You can also view the Supported Platforms from 3.x, though half that information will be out of date.

Clone this wiki locally