@@ -23,15 +23,16 @@ Desktop or laptop PC - Minimum
23
23
.. which can run up to macOS 10.13.
24
24
25
25
+----------------------+-----------------------------------------------------------------------------------------+
26
- | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 instructions , x86_64 CPU, ARMv8 CPU |
26
+ | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 support , x86_64 CPU with SSE4.2 support, ARMv8 CPU |
27
27
| | |
28
28
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Snapdragon X Elite * |
29
29
| | |
30
30
| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
31
31
| | |
32
32
| | - *Example: Intel Core 2 Duo SU9400, Apple M1 * |
33
33
| | |
34
- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
34
+ | | - **Linux: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, ARMv7 or |
35
+ | | ARMv8 CPU |
35
36
| | |
36
37
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4 * |
37
38
+----------------------+-----------------------------------------------------------------------------------------+
@@ -50,7 +51,7 @@ Desktop or laptop PC - Minimum
50
51
| **RAM ** | - **Native editor: ** 4 GB |
51
52
| | - **Web editor: ** 8 GB |
52
53
+----------------------+-----------------------------------------------------------------------------------------+
53
- | **Storage ** | 200 MB (used for the executable, project files and cache). |
54
+ | **Storage ** | 200 MB (used for the executable, project files and cache). |
54
55
| | Exporting projects requires downloading export templates separately |
55
56
| | (1.3 GB after installation). |
56
57
+----------------------+-----------------------------------------------------------------------------------------+
@@ -62,10 +63,13 @@ Desktop or laptop PC - Minimum
62
63
63
64
.. note ::
64
65
66
+ If your x86_64 CPU does not support SSE4.2, you can still run the 32-bit Godot
67
+ executable which only has a SSE2 requirement. (All x86_64 CPUs support SSE2.)
68
+
65
69
While supported on Linux, we have no official minimum requirements for running on
66
70
rv64 (RISC-V), ppc64 & ppc32 (PowerPC), and loongarch64. In addition you must
67
71
compile the editor for that platform (as well as export templates) yourself,
68
- no official downloads are currently provided. RISC-V compiling instructions can
72
+ no official downloads are currently provided. RISC-V compiling support can
69
73
be found on the :ref: `doc_compiling_for_linuxbsd ` page.
70
74
71
75
Mobile device (smartphone/tablet) - Minimum
@@ -93,7 +97,7 @@ Mobile device (smartphone/tablet) - Minimum
93
97
| **RAM ** | - **Native editor: ** 3 GB |
94
98
| | - **Web editor: ** 6 GB |
95
99
+----------------------+-----------------------------------------------------------------------------------------+
96
- | **Storage ** | 200 MB (used for the executable, project files and cache) |
100
+ | **Storage ** | 200 MB (used for the executable, project files and cache) |
97
101
| | Exporting projects requires downloading export templates separately |
98
102
| | (1.3 GB after installation) |
99
103
+----------------------+-----------------------------------------------------------------------------------------+
@@ -109,15 +113,15 @@ Desktop or laptop PC - Recommended
109
113
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110
114
111
115
+----------------------+---------------------------------------------------------------------------------------------+
112
- | **CPU ** | - **Windows:** x86_64 CPU with SSE4.2 instructions , with 4 physical cores or more, ARMv8 CPU|
116
+ | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 support , with 4 physical cores or more, ARMv8 CPU |
113
117
| | |
114
118
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite * |
115
119
| | |
116
120
| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
117
121
| | |
118
122
| | - *Example: Intel Core i5-8500, Apple M1 * |
119
123
| | |
120
- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
124
+ | | - **Linux: ** x86_64 CPU with SSE4.2 support, ARMv7 or ARMv8 CPU |
121
125
| | |
122
126
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking * |
123
127
+----------------------+---------------------------------------------------------------------------------------------+
@@ -136,7 +140,7 @@ Desktop or laptop PC - Recommended
136
140
| **RAM ** | - **Native editor: ** 8 GB |
137
141
| | - **Web editor: ** 12 GB |
138
142
+----------------------+---------------------------------------------------------------------------------------------+
139
- | **Storage ** | 1.5 GB (used for the executable, project files, all export templates and cache) |
143
+ | **Storage ** | 1.5 GB (used for the executable, project files, all export templates and cache) |
140
144
+----------------------+---------------------------------------------------------------------------------------------+
141
145
| **Operating system ** | - **Native editor: ** Windows 10, macOS 10.15, |
142
146
| | Linux distribution released after 2020 |
@@ -168,7 +172,7 @@ Mobile device (smartphone/tablet) - Recommended
168
172
| **RAM ** | - **Native editor: ** 6 GB |
169
173
| | - **Web editor: ** 8 GB |
170
174
+----------------------+-----------------------------------------------------------------------------------------+
171
- | **Storage ** | 1.5 GB (used for the executable, project files, all export templates and cache) |
175
+ | **Storage ** | 1.5 GB (used for the executable, project files, all export templates and cache) |
172
176
+----------------------+-----------------------------------------------------------------------------------------+
173
177
| **Operating system ** | - **Native editor: ** Android 9.0 |
174
178
| | - **Web editor: ** Latest version of Firefox, Chrome, Edge, Safari, Opera, |
@@ -204,15 +208,17 @@ Desktop or laptop PC - Minimum
204
208
.. which can run up to macOS 10.13.
205
209
206
210
+----------------------+-----------------------------------------------------------------------------------------+
207
- | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 instructions, any x86_64 CPU, ARMv8 CPU |
211
+ | **CPU ** | - **Windows: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, |
212
+ | | ARMv8 CPU |
208
213
| | |
209
214
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Snapdragon X Elite * |
210
215
| | |
211
216
| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
212
217
| | |
213
218
| | - *Example: Intel Core 2 Duo SU9400, Apple M1 * |
214
219
| | |
215
- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
220
+ | | - **Linux: ** x86_32 CPU with SSE2 support, x86_64 CPU with SSE4.2 support, |
221
+ | | ARMv7 or ARMv8 CPU |
216
222
| | |
217
223
| | - *Example: Intel Core 2 Duo E8200, AMD Athlon XE BE-2300, Raspberry Pi 4 * |
218
224
+----------------------+-----------------------------------------------------------------------------------------+
@@ -234,7 +240,7 @@ Desktop or laptop PC - Minimum
234
240
| **RAM ** | - **For native exports: ** 2 GB |
235
241
| | - **For web exports: ** 4 GB |
236
242
+----------------------+-----------------------------------------------------------------------------------------+
237
- | **Storage ** | 150 MB (used for the executable, project files and cache) |
243
+ | **Storage ** | 150 MB (used for the executable, project files and cache) |
238
244
+----------------------+-----------------------------------------------------------------------------------------+
239
245
| **Operating system ** | - **For native exports: ** Windows 10, macOS 10.13 (Compatibility), macOS 10.15 |
240
246
| | (Forward+/Mobile, Vulkan), macOS 13.0 (Forward+/Mobile, Metal), Linux distribution |
@@ -243,12 +249,6 @@ Desktop or laptop PC - Minimum
243
249
| | (including ESR), Chrome and Chromium derivatives, Safari and WebKit derivatives. |
244
250
+----------------------+-----------------------------------------------------------------------------------------+
245
251
246
- .. note ::
247
-
248
- Vulkan drivers for these Windows versions are known to have issues with
249
- memory leaks. As a result, it's recommended to stick to the Compatibility
250
- renderer when running Godot on a Windows version older than 10.
251
-
252
252
Mobile device (smartphone/tablet) - Minimum
253
253
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254
254
@@ -280,7 +280,7 @@ Mobile device (smartphone/tablet) - Minimum
280
280
| **RAM ** | - **For native exports: ** 1 GB |
281
281
| | - **For web exports: ** 2 GB |
282
282
+----------------------+-----------------------------------------------------------------------------------------+
283
- | **Storage ** | 150 MB (used for the executable, project files and cache) |
283
+ | **Storage ** | 150 MB (used for the executable, project files and cache) |
284
284
+----------------------+-----------------------------------------------------------------------------------------+
285
285
| **Operating system ** | - **For native exports: ** Android 6.0 (Compatibility), Android 9.0 (Forward+/Mobile), |
286
286
| | iOS 12.0 (Forward+/Mobile, Vulkan), iOS 16.0 (Forward+/Mobile, Metal) |
@@ -295,15 +295,16 @@ Desktop or laptop PC - Recommended
295
295
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
296
296
297
297
+----------------------+----------------------------------------------------------------------------------------------+
298
- | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 instructions , with 4 physical cores or more, ARMv8 CPU |
298
+ | **CPU ** | - **Windows: ** x86_64 CPU with SSE4.2 support , with 4 physical cores or more, ARMv8 CPU |
299
299
| | |
300
300
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Snapdragon X Elite * |
301
301
| | |
302
302
| | - **macOS: ** x86_64 or ARM CPU (Apple Silicon) |
303
303
| | |
304
304
| | - *Example: Intel Core i5-8500, Apple M1 * |
305
305
| | |
306
- | | - **Linux: ** x86_32 CPU with SSE2 instructions, x86_64 CPU, ARMv7 or ARMv8 CPU |
306
+ | | - **Linux: ** x86_64 CPU with SSE4.2 support, with 4 physical cores or more, |
307
+ | | ARMv7 or ARMv8 CPU |
307
308
| | |
308
309
| | - *Example: Intel Core i5-6600K, AMD Ryzen 5 1600, Raspberry Pi 5 with overclocking * |
309
310
+----------------------+----------------------------------------------------------------------------------------------+
@@ -324,7 +325,7 @@ Desktop or laptop PC - Recommended
324
325
| **RAM ** | - **For native exports: ** 4 GB |
325
326
| | - **For web exports: ** 8 GB |
326
327
+----------------------+----------------------------------------------------------------------------------------------+
327
- | **Storage ** | 150 MB (used for the executable, project files and cache) |
328
+ | **Storage ** | 150 MB (used for the executable, project files and cache) |
328
329
+----------------------+----------------------------------------------------------------------------------------------+
329
330
| **Operating system ** | - **For native exports: ** Windows 10, macOS 10.15 (Forward+/Mobile, Vulkan), macOS 13.0 |
330
331
| | (Forward+/Mobile, Metal), Linux distribution released after 2020 |
@@ -360,7 +361,7 @@ Mobile device (smartphone/tablet) - Recommended
360
361
| **RAM ** | - **For native exports: ** 2 GB |
361
362
| | - **For web exports: ** 4 GB |
362
363
+----------------------+-----------------------------------------------------------------------------------------+
363
- | **Storage ** | 150 MB (used for the executable, project files and cache) |
364
+ | **Storage ** | 150 MB (used for the executable, project files and cache) |
364
365
+----------------------+-----------------------------------------------------------------------------------------+
365
366
| **Operating system ** | - **For native exports: ** Android 9.0, iOS 14.1 (Forward+/Mobile, Vulkan), iOS 16.0 |
366
367
| | (Forward+/Mobile, Metal) |
0 commit comments