Files
anki/rslib/src
Abdo cd2f15b4ee feat: Enable Windows ARM64 support for Briefcase (#4798)
## Linked issue

#4678

## Summary

This enables native Windows ARM64 builds for Briefcase. Depends on #4797

## How to test

- Run `./tools/ninja installer` in a Windows ARM64 machine.
- Check the architecture of the installer under `./out/installer/dist`
by going to Properties > Compatibility and confirming emulation settings
are disabled.
- Install the package and confirm Anki.exe is a native binary.
- Open Anki, go to the [debug
console](https://docs.ankiweb.net/misc.html#debug-console) and run the
following code to check the architecture of the Python build:
```python
import platform

print(platform.machine(), platform.python_compiler())
```
2026-05-08 16:58:40 +03:00
..
2024-11-09 04:05:26 +03:00
2025-09-01 14:55:49 +10:00
2026-01-11 18:50:16 +07:00
2026-01-11 18:50:16 +07:00
2026-05-05 17:29:18 -04:00
2023-06-19 15:33:40 +10:00
2025-06-29 11:50:49 +07:00
2026-01-11 18:50:16 +07:00
2025-12-16 19:51:13 +03:00
2025-09-01 14:55:49 +10:00
2026-01-11 18:50:16 +07:00
2025-09-01 14:55:49 +10:00
2026-05-05 17:29:18 -04:00
2025-06-29 11:50:49 +07:00
2023-01-18 21:39:55 +10:00
2026-05-05 17:29:18 -04:00
2023-10-09 19:22:43 +10:00
2025-09-01 14:55:49 +10:00
2025-01-13 13:56:52 +11:00
2026-03-31 17:33:01 +03:00
2021-04-06 16:38:42 +10:00
2026-05-05 17:29:18 -04:00