Downloading a folder from opensource.apple.com

How do I download a folder from opensource.apple.com without going inside recursively and downloading individual files?

e.g. one from here: "https://opensource.apple.com/source/Libm/"

PS. no idea what's the proper tag for this post, and as forum insists on having a non-empty tag field I'm using "Foundation" arbitrarily.

Replies

They finally (a few years ago) put it all in GitHub, so you can forget about that terrible old web page:

https://opensource.apple.com

https://opensource.apple.com/releases/

Libm doesn’t seem to be listed under any of the OS release repos, but has its own repo:

https://github.com/apple-oss-distributions/Libm

Thank you!

So there was no way indeed to download folders in there?!

🤣

So there was no way indeed to download folders in there?!

I usually access Darwin source via this URL. If you scroll to the bottom there’s a “View releases” button, which has links to the GitHub repo and a .tar.gz.

ps Historically I use Kernel for all things Darwin. It’s not great, but it’s the best we have right now [1].

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] I’d suggest you file a bug requesting a new tag but… for… well… reasons… there’s no point doing that right now.