mamba icon indicating copy to clipboard operation
mamba copied to clipboard

How to build mamba from source for arm machines

Open AjayJagan opened this issue 5 months ago • 1 comments

I have a requirement where I want to use mamba for arm systems. I was curious to know if it was possible? Also any plans to support arm officially?

AjayJagan avatar Sep 09 '25 07:09 AjayJagan

If you want linux-aarch64 builds, we've just merged https://github.com/conda-forge/mamba-ssm-feedstock/pull/1 and there should be pre-built aarch64 packages available for download at https://anaconda.org/conda-forge/mamba-ssm/files?version=2.2.5. I.e. using:

conda install conda-forge::mamba-ssm

These were built using cross-compilation, so let me know if it works!

If you're interested in building from source, e.g. to get specific optimizations, probably check out the scripts at https://github.com/state-spaces/mamba/blob/main/.github/workflows/_build.yml and try to modify it for arm/aarch64.

weiji14 avatar Sep 19 '25 22:09 weiji14

Hey, this worked for me on my aarch64 device.

rrpranav7 avatar Nov 24 '25 09:11 rrpranav7