Description of the limitation and why it is relevant to address
Using ARM-based computers (Apple Silicon Macs and Windows ARM devices) I want to run VIKTOR CLI and develop applications natively on ARM architecture so that I can leverage the full performance capabilities of modern ARM processors.
Are there any plans to support ARM natively?
Current workarounds
Using a Mac with a windows arm VM works if you use the x86_64 python version with microsofts translation layers but, a common issue than is that some python libraries are compiled with AVX which cannot be translated, this makes it extra complicated and limited to work with.