I've used Arch with ROCm for Ollama and ComfyUI. Arch is actually the best for ROCm, since it has ollama-rocm package in repos (a bit heavy tho, 10Gb after install). For ComfyUI you need to use pyenv and get python 3.12, create venv using 3.12, install everything inside that venv and everything should work. Answer from TheCat001 on reddit.com
🌐
Arch Linux
aur.archlinux.org › packages › torchvision-rocm
python-torchvision-rocm - AUR (en) - Arch Linux
This package is for AMD ROCm. For cuda there is torchvision-cuda in official Arch repo · CUDA seems to be required to build the package: https://archlinux.org/packages/community/x86_64/cuda/ Also: "CUDA_HOME environment variable is not set. Please set it to your CUDA install root." I would recommend adding cuda to the build requirements and set CUDA_HOME appropiately. ... Report issues here. Copyright © 2004-2026 aurweb Development Team.
🌐
GitHub
github.com › rocm-arch › rocm-arch
GitHub - rocm-arch/rocm-arch: A collection of Arch Linux PKGBUILDS for the ROCm platform · GitHub
This repository hosts a collection of Arch Linux PKGBUILDs for AMD ROCm Software that have yet to be added to the official Arch Linux repositories. All important ROCm packages are in the official Arch Linux repositories.
Starred by 411 users
Forked by 52 users
Languages   Shell 85.5% | Fortran 11.6% | C++ 2.9%
Discussions

Recent experiences with ROCm on Arch Linux?
I've used Arch with ROCm for Ollama and ComfyUI. Arch is actually the best for ROCm, since it has ollama-rocm package in repos (a bit heavy tho, 10Gb after install). For ComfyUI you need to use pyenv and get python 3.12, create venv using 3.12, install everything inside that venv and everything should work. More on reddit.com
🌐 r/ROCm
20
13
July 16, 2025
Finally, ROCm packages in [community]!
Ooh, that's nice. Back when I was still using my Vega 64, I remember the AUR packages being extremely finicky to build. Glad they're now in the repos for easier access to compute! EDIT: Seems like you still need to install hsa-amd-aqlprofile-bin otherwise it will complain about missing libraries. Still getting a weird assertion error when trying to run clinfo though: clinfo: /build/hsa-rocr/src/ROCR-Runtime-rocm-5.4.1/src/image/addrlib/src/gfx10/gfx10addrlib.cpp:1083: virtual rocr::Addr::ChipFamily rocr::Addr::V2::Gfx10Lib::HwlConvertChipFamily(unsigned int, unsigned int): Assertion `false' failed. More on reddit.com
🌐 r/archlinux
44
171
December 22, 2022
🌐
Arch Linux
aur.archlinux.org › packages › python-vllm-rocm
python-vllm-rocm - AUR (en) - Arch Linux
But yes, I think it could be implemented that if ROCM_ARCH env is set then use it for PYTORCH_ROCM_ARCH. And if it's not set then yeah auto detection could be nice. But my TODO list is already so long that I won't have time to work on this in nearest future so if you send a PKGBUILD patch I can apply that. ... Report issues here. Copyright © 2004-2026 aurweb Development Team.
🌐
Reddit
reddit.com › r/rocm › recent experiences with rocm on arch linux?
r/ROCm on Reddit: Recent experiences with ROCm on Arch Linux?
July 16, 2025 -

I searched on this sub and there were a few pretty old posts about this, but I'm wondering if anyone can speak to more recent experience with ROCm on Arch Linux.

I'm preparing to dive into ROCm with a new AMD unit coming soon, but I'm getting hung up on the linux distro to use for my new system. It seems from the official ROCm installation instructions that my best bet would be either Ubuntu or Debian (or some other unappealing options). But I've tried those distros before, and I strongly prefer Arch for a variety of reasons. I also know that Arch has its own community maintained ROCm packages, so it seems I could maybe use Arch, but I was wondering what the drawbacks are of using those packages versus the official installation on, say, Ubuntu? Are there any functional differences?

🌐
Arch Linux
aur.archlinux.org › packages › rocm-validation-suite
rocm-validation-suite - AUR (en) - Arch Linux
hip-runtime-amd (opencl-amdAUR, rocm-binAUR, rocm-gfx101x-binAUR, rocm-gfx103x-binAUR, rocm-gfx110x-binAUR, rocm-gfx120x-binAUR, rocm-gfx1150-binAUR, rocm-gfx1151-binAUR, rocm-gfx1152-binAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx110x-binAUR, rocm-nightly-gfx1151-binAUR)
🌐
Arch Linux
aur.archlinux.org › packages › opencl-amd
opencl-amd - AUR (en) - Arch Linux
May 7, 2026 - https://repo.radeon.com/rocm/apt/7.2.3/pool/main/h/hsa-rocr-dev/hsa-rocr-dev_1.18.0.70203-90~24.04_amd64.deb
🌐
GitHub
gist.github.com › augustin-laurent › d29f026cdb53a4dff50a400c129d3ea7
ROCm Installation guide on Arch · GitHub
In this post, I will provide the ... work on other 6000 series and more recent). ROCm is an open-source software platform that allows GPU-accelerated computation....
Find elsewhere
🌐
Arch Linux
aur.archlinux.org › packages › tensorflow-rocm
AUR (en) - tensorflow-rocm - Arch Linux
rocm-hip-sdk (opencl-amd-devAUR, rocm-binAUR, rocm-gfx101x-binAUR, rocm-gfx103x-binAUR, rocm-gfx110x-binAUR, rocm-gfx120x-binAUR, rocm-gfx1150-binAUR, rocm-gfx1151-binAUR, rocm-gfx1152-binAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
🌐
Civitai
civitai.com › articles › 1503 › how-to-install-rocm-on-any-form-of-archlinux-or-archlinux-variant
How to install ROCm on ANY form of archlinux or archlinux variant | Civitai
April 15, 2026 - doesnt have hipify or AI pytorch support on their windows ROCM · Additional note: if you have a iGPU, and you have a actual GPU, refer to this guide: https://wiki.archlinux.org/title/hybrid_graphics (edited) to start: only archlinux: sudo pacman -Syyu · only on manjaro: sudo pacman-mirrors -f && sudo pacman -Syyu · sudo pamac upgrade -a · on both arch and manjaro: sudo git clone https://aur.archlinux.org/yay-git.git ·
🌐
Avidandrew
avidandrew.com › avid andrew › darktable opencl rocm
Using OpenCL with Darktable and ROCm on Arch Linux - Avid Andrew
July 1, 2022 - I recently purchased an AMD Raedon RX 570 GPU in order to accelerate Darktable processing operations using OpenCL. It looks like ROCm, AMD's open-source OpenCL implementation, should work.
🌐
Arch Linux
aur.archlinux.org › packages › rocm-gfx1151-bin
AUR (en) - rocm-gfx1151-bin - Arch Linux
December 13, 2025 - Hi @luciddream, thank you for bringing this package to AUR! ... in provides part, there are tabs between "rocm-gdb" and "rocprofiler", and between "rocalution-dev" and "rocm-hip-libraries".
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › rocm-core
Arch Linux - rocm-core 7.2.4-1 (x86_64)
AUR · Download · Source Files / View Changes · Bug Reports / Add New Bug · Search Wiki / Manual Pages · Security Issues · Download From Mirror · glibc · libgcc · python · python-prettytable · python-pyaml · python-pyelftools · cmake (make) amdsmi ·
🌐
GitHub
github.com › rocm-arch › tensorflow-rocm
GitHub - rocm-arch/tensorflow-rocm: tensorflow-rocm AUR package
tensorflow-rocm AUR package. Contribute to rocm-arch/tensorflow-rocm development by creating an account on GitHub.
Starred by 18 users
Forked by 12 users
Languages   Shell 100.0% | Shell 100.0%
🌐
Arch Linux
aur.archlinux.org › packages › rocm-nightly-gfx1151-bin
AUR (en) - rocm-nightly-gfx1151-bin - Arch Linux
January 28, 2026 - AUR Home · Packages · Register · Login · View PKGBUILD / View Changes · Download snapshot · Search wiki · gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR) glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR) python · python-pyelftools (python-pyelftools-gitAUR) adaptivecpp (requires hip-runtime-amd) adaptivecpp (requires rocm-llvm) (make) adaptivecpp-git (requires hip-runtime-amd) adaptivecpp-git (requires rocm-llvm) (make) agisoft-metashape (requires rocm-opencl-runtime) (optional) agisoft-metashape-pro (requires rocm-opencl-runtime) (optional) amdgpu-exporte
🌐
Arch Linux
aur.archlinux.org › packages › rocm-gfx1150-bin
AUR (en) - rocm-gfx1150-bin - Arch Linux
December 13, 2025 - https://repo.amd.com/rocm/tarball/therock-dist-linux-gfx1150-7.12.0.tar.gz · aurweb v6.3.4 · Report issues here. Copyright © 2004-2026 aurweb Development Team. AUR packages are user produced content.
🌐
Reddit
reddit.com › r/archlinux › finally, rocm packages in [community]!
r/archlinux on Reddit: Finally, ROCm packages in [community]!
December 22, 2022 - Mesa's clover OpenCL driver for AMD is kinda garbage, so you're basically forced to install ROCm to do anything useful. Unfortunately, ROCm only fully supports cards newer than about Polaris (RX 580's generation), so if you have anything older you need to install the legacy Orca available as the opencl-legacy-amdgpu-pro AUR package.
🌐
Arch Linux
aur.archlinux.org › packages › ollama-rocm-git
AUR (en) - ollama-git - Arch Linux
December 5, 2024 - hipblas (opencl-amd-devAUR, rocm-binAUR, rocm-gfx101x-binAUR, rocm-gfx103x-binAUR, rocm-gfx110x-binAUR, rocm-gfx120x-binAUR, rocm-gfx1150-binAUR, rocm-gfx1151-binAUR, rocm-gfx1152-binAUR, rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR) (make) ... Additionally, as the flag says (not from me) [https://github.com/ollama/ollama/pull/16031] has been merged, and the branch is gone. please point to the main branch. Also, "AMDGPU_TARGETS" and "GPU_TARGETS" doesnt exist in the cmake files now. Periodic builds of this are available in my user repository. ... Report issues here. Copyright © 2004-2026 aurweb Development Team.
🌐
GitHub
github.com › rocm-arch
rocm-arch · GitHub
December 11, 2020 - tensorflow-rocm AUR package · There was an error while loading. Please reload this page. rocm-arch/tensorflow-rocm’s past year of commit activity · Shell 18 12 7 0 Updated · Jul 21, 2024 · Loading… · There was an error while loading. Please reload this page.
🌐
Arch Linux
aur.archlinux.org › packages › rocm-nightly-gfx110x-bin
AUR (en) - rocm-nightly-gfx110x-bin - Arch Linux
January 28, 2026 - provides=("${_rocm_packages[@]}" "rocm=${pkgver}" "opencl-driver")