this post was submitted on 05 May 2026
-5 points (35.3% liked)

Programming

26901 readers
243 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] xtools@programming.dev 2 points 4 days ago
[–] KindaABigDyl@programming.dev 14 points 1 week ago* (last edited 1 week ago) (1 children)

You can't.

Mobile application require strange wrappings and packagings to run native code like that.

On android you could potentially use termux and build from source for aarch64, but iOS doesn't have anything like that.

Furthermore, iOS is very locked down, so running some random source from GitHub is essentially impossible without proper developer tools and a mac to run them.

[–] cheese_greater@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

I wonder if i can run it with a-shell, its a terminal/linux app for ios i use for downloading videos

[–] SteveTech@aussie.zone 4 points 1 week ago (1 children)

I think things still need to be compiled specifically for a-shell, you can't just run a random binary. Also iOS is more closely related to BSD, so Linux apps wouldn't work anyway.

[–] cheese_greater@lemmy.world 0 points 1 week ago (1 children)
[–] SteveTech@aussie.zone 4 points 6 days ago

Python would be, and yt-dlp is a Python app.

[–] eightys3v3n@lemmy.ca 4 points 1 week ago

I used to write C++ and compile + run it on a jailbroken iPhone. It worked fine but obviously had no access to most of the Apple hardware, interfaces, or anything else.

[–] slazer2au@lemmy.world 3 points 1 week ago

Can iOS even run rust applications? What is the repo?

[–] vathecka@lemmy.radio 2 points 1 week ago

Youd have to bridge it into swift or objective c using the c interop system and then then manually invoke main.