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.
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.
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.
I wonder if i can run it with a-shell, its a terminal/linux app for ios i use for downloading videos
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.
yt-dlp wasnt
Python would be, and yt-dlp is a Python app.