Julia package vs. Juliaup from AUR vs. shell command for Julia install on Arch Linux derivative?

I recently jumped ship from Windows 11 to CachyOS, a derivative distribution of Arch Linux. As such, it uses the Arch package repos and has access to the Arch User Repository. As it stands, I have 3 install options:

  1. Install the Julia 1.12.6 package from the official Arch package repos. It lists https://julialang.org/ as the upstream URL, but I don’t know if this means that it’s officially distributed by the Julia project or if it’s simply repackaging the official releases. I assume this also means that Julia version management would be handled by the OS package manager (pacman) rather than juliaup.
  2. Install juliaup from the Arch User Repository (AUR). This would then let me use juliaup to manage my Julia installs, and the package manager to manage juliaup.
  3. Install juliaup using the one-line shell command from the docs.

I don’t have a good sense of the pros and cons of these methods, so I would appreciate some info/guidance on the recommended install method.

I’m on CachyOS. The simplest choice is probably juliaup-bin from the AUR. Then a simple juliaup add release should do the job.

Thanks!

AUR has a fairly bad security track record, especially in recent days. Even if I could personally vouch for whoever is maintaining the PKGBUILD, I would still use the official one-line shell command based install method. On CachyOS as well; it’s just not worth the risk using AUR as anything other than a last resort when there is no official distribution channel that works.