What is the current status of Anki development ? The last version was 25.09.
uname -a
Linux archlinux 6.18.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 09 Jan 2026 19:43:48 +0000 x86_64 GNU/Linux
~ > 09:52:47
1 Like
pipep
January 11, 2026, 10:37am
2
I’m afraid I can’t really help here, but I can share my experience: on Arch, Anki works fine with Python 3.14 when installed via anki-bin (AUR).
vaibhav
January 11, 2026, 10:50am
3
Relevant: Anki build failed because Python 3.14 is installed on my system (in addition to Python 3.13)
TL;DR
After applying fix(build): respect .python-version when generating pyenv by iamllama · Pull Request #4436 · ankitects/anki · GitHub , Anki’s build scripts will use Python 3.13.5 to build Anki even if you have a newer Python installed on the system instead of just failing.
I guess that the ideal fix is to bump the relevant deps so that Anki can be built using 3.14 too. However, dae is not active here or on GitHub for the last few months. So, the development is slow.