modularml / mojo

The Mojo Programming Language
https://docs.modular.com/mojo/manual/
Other
23.21k stars 2.59k forks source link

[Feature Request] Support for Linux arm64 CPU's #1093

Closed jackos closed 7 months ago

jackos commented 1 year ago

Review Mojo's priorities

What is your request?

Tracking issue for supporting Mojo on Linux with arm64 cpu's natively.

Please upvote if you want to see Linux support on arm64 cpu's so that we can prioritize accordingly.

creategui commented 1 year ago

nvidia jetson family support would be nice

Saddibek1 commented 1 year ago

+1

twkun commented 1 year ago

+1

Nishonovw commented 1 year ago

+1

mikekppp commented 1 year ago

+1 Related to [Feature Request] Support for Raspberry Pi #945.

oe5rnl commented 12 months ago

Yes, Support for Raspberry Pi!

hybrid-robotics commented 11 months ago

Please add support for Arm CPUs. Support for NVIDIAs Orin series development kits and Raspberry Pi 4 & 5, would be awesome!

morne commented 7 months ago

+1

jackos commented 7 months ago

arm64 support for Linux was added in 24.01

gryznar commented 7 months ago

@jackos It was added? It is strange, that changelog did not mention that! Android like OSes are huge topic

LCrossman commented 6 months ago

For Raspberry Pi:
I have installed modular and mojo Linux raspberrypi 6.6.20+rpt-rpi-2712 https://github.com/modularml/mojo/pull/1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux for Debian Bookworm aarch64 on Raspberry Pi 5 mojo-aarch64-unknown-linux-gnu-24.2.0-c2427bc5-release-11-0.tar.gz and can confirm mojo is running hello world under mojo --version mojo 24.2.0

pi@raspberrypi:~ $ mojo hello.mojo
Hello, world!