Automatic updates are also supported!
Another good feature is the portable installation with Anki running on a USB.
Copying the /.local/share/AnkiProgramFiles folder makes the installation portable !!
you can even select your preferred Qt version by modifying the pyproject.toml file:
[project]
name = “anki-launcher”
version = “0.1.0”
description = “UV-based launcher for Anki.”
requires-python = “>=3.9”
dependencies = [
“aqt[qt69,audio]==25.06b6”,
]
https://forums.ankiweb.net/t/new-online-installer-launcher/62745/25?page=2