-
-
Notifications
You must be signed in to change notification settings - Fork 70
Supported Platforms
Ben Fry edited this page Jan 23, 2022
·
14 revisions
Sorting out the mess of what to call the library folders and platforms:
Hardware/OS | os.arch |
sun.arch.data.model |
4.0 library folder name | old library folder name | download suffix |
---|---|---|---|---|---|
Apple Silicon (M1) | aarch64 | 64 | macos-aarch64 | n/a | macos-aarch64 |
Apple Intel | x86_64 | 64 | macos-x86_64 | macosx | macos-x64 |
Windows 10 (64-bit) | amd64 | 64 | windows-amd64 | windows64 | windows-x64 |
Linux (Ubuntu 64-bit) | amd64 | 64 | linux-amd64 | linux64 | linux-x64 |
Raspberry Pi OS | arm | 32 | linux-arm | linux-armv6hf | linux-arm32 |
Raspberry Pi OS (64-bit beta) | aarch64 | 64 | linux-aarch64 | linux-arm64 | linux-arm64 |
You can also view the Supported Platforms from 3.x, though half that information will be out of date.