跳转至内容

非官方用户软件仓库

来自 ArchWiki
警告:Arch Linux 官方开发人员软件包维护者不对非官方用户仓库的内容进行任何形式的测试或验证。是否信任这些维护者由您自行决定,使用任何非官方仓库所产生的后果由您自行承担。

本文列出了由社区成员自由创建和分享的二进制仓库,这些仓库通常提供Arch 用户仓库 (AUR)PKGBUILD 的预编译版本。

若要使用这些仓库,请按照 pacman#仓库与镜像 中的说明将其添加到 /etc/pacman.conf 中。如果仓库已签名,则必须按照 pacman/软件包签名#添加非官方密钥 中的说明获取并本地签名关联的密钥。

许多非官方 Arch Linux 仓库已在 https://archlinux.pkgs.org 上建立索引——它提供了仓库浏览器和软件包搜索功能。

注意:https://archlinux.pkgs.orgArch Linux ARMaarch64 仓库列为 Arch Linux 组织旗下的官方仓库,这在事实上是不正确的:这些仓库属于非官方仓库——使用时请自行承担风险。

如果您想创建自己的自定义仓库,请参考 pacman/技巧与提示#自定义本地仓库

如果您有自己的仓库,请将其添加到此页面,以便其他用户能够找到您的软件包。在添加新仓库时,请遵循以下规则:

  • 保持列表按字母顺序排列。
  • 包含一些有关维护者的信息——至少包括一个(昵)称和某种联系方式(网站、电子邮件地址、ArchWiki 或论坛上的用户页面等)。
  • 包含简短的描述——例如,仓库中提供的软件包类别。
  • 如果存在包含有关该仓库更多信息的页面(无论是 ArchWiki 还是外部页面),请提供链接。
  • 如果该仓库属于已签名类型,请包含一个 key-id,并尽可能将其作为链接到密钥服务器的锚点;如果密钥不在密钥服务器上,请提供指向密钥文件的链接。
  • 如果可能,请避免在代码块中使用注释:格式化的描述更具可读性。想要在自己的 pacman.conf(5) 中添加注释的用户可以轻松自行创建。

某些仓库可能还提供除 x86_64 之外的其他架构的软件包。$arch 变量将由 pacman 自动设置。

已签名

ada

[ada]
Server = http://www.orthanc.site:8080/assets/arch_ada_repo

alerque

[alerque]
Server = https://arch.alerque.com/$arch

ALHP

CC++ Fortran Go Rust
CPU 微架构

CFLAGS:

-march=x86-64-vN

KCFLAGS, KCPPFLAGS2

-march=x86-64-vN3

FFLAGS:

-march=x86-64-vN

GOAMD64=vN

RUSTFLAGS:

-C target-cpu=x86-64-vN
链接时优化 (LTO)
(LTO)

LTOFLAGS:

-falign-functions=32

CARGO_PROFILE_RELEASE_LTO=fat

RUSTFLAGS:

-C codegen-units=1
其他

CFLAGS:

-O3
-mpclmul

KCFLAGS, KCPPFLAGS

-O34

FFLAGS:

-O3

RUSTFLAGS:

-C opt-level=3
-C link-arg=-z
-C link-arg=pack-relative-relocs
  1. 查看当前的编译标志,请参阅 https://somegit.dev/ALHP/ALHP.GO/src/branch/main/flags.yamlhttps://alhp.dev/makepkg/
    另请参阅 makepkg#优化
  2. 必须使用 Dynamic Kernel Module Support (DKMS) 软件包,而不是直接链接的内核模块——例如 nvidiavirtualbox-host-modules-archArchZFS 的用户会受到影响。
  3. 内核 编译设置 -march 不会产生显著结果。
  4. 为内核编译设置 -O3有争议的
另请参阅 黑名单软件包
[core-x86-64-vN]
Include = /etc/pacman.d/alhp-mirrorlist

[extra-x86-64-vN]
Include = /etc/pacman.d/alhp-mirrorlist

[multilib-x86-64-vN]
Include = /etc/pacman.d/alhp-mirrorlist
警告:检查您的系统支持情况——如果您选择了不受支持的选项,可能导致系统无法启动。

andontie-aur

  • 维护者: Holly M.
  • 描述: 一个包含最流行 AUR 软件包以及我一直使用的一些软件包的仓库。新软件包可以在上游网站申请。
  • 上游页面: https://aur.andontie.net
  • Key-ID: 72BF227DD76AE5BF
[andontie-aur]
Server = https://aur.andontie.net/$arch

arcanisrepo

[arcanisrepo]
Server = https://repo.arcanis.me/$repo/$arch

arch4edu

[arch4edu]
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch

archlinuxcn

[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch

ArchZFS

[archzfs]
Server = https://github.com/archzfs/archzfs/releases/download/experimental
Server = https://mirrors.uni-plovdiv.net/archzfs/experimental

artafinde

  • 维护者: Leonidas Spyropoulos
  • 描述: 包含 AUR 和自定义软件包的个人仓库。
  • Key-ID: 不需要,因为密钥包含在 archlinux 密钥环中。
[artafinde]
Server = https://pkgbuild.com/~artafinde/repo

avr

[avr]
Server = https://bouchaud.org/packages/$repo/$arch

bioarchlinux

[bioarchlinux]
Server = https://repo.bioarchlinux.org/$arch
提示:R 中,可以通过 bspm 使用 suppressMessages(bspm::enable())install.packagespacman 和 BioArchLinux 仓库集成。

blackeagle-pre-community

  • 维护者: Ike Devolder
  • 描述: 在移入 extra 仓库之前,对我所维护的软件包进行测试。
  • Key-ID: 不需要,因为维护者是软件包维护者。
[blackeagle-pre-community]
Server = https://repo.herecura.eu/$repo/$arch

build.kilabit.info

[build.kilabit.info]
Server = https://build.kilabit.info/aur

chaotic-aur

[chaotic-aur]
Server = https://geo-mirror.chaotic.cx/$repo/$arch

coderkun-aur

[coderkun-aur]
Server = https://arch.suruatoel.xyz/$repo/$arch/

condorcore

[condorcore]
Server = https://aur.centauricorex.net/$arch

desolve

注意: 已废弃,软件包将于 2026 年删除,请使用 bioarchlinux
[desolve]
Server = https://desolve.ru/archrepo/$arch

devkitpro

[dkp-libs]
Server = https://downloads.devkitpro.org/packages

[dkp-linux]
Server = https://downloads.devkitpro.org/packages/linux/$arch/

本文章或章节需要扩充。

原因: 注意:同步此仓库可能导致封禁。(在 Talk:Unofficial user repositories#devkitpro repo warning? 中讨论)

g14

[g14]
# Germany, origin
Server = https://arch.asus-linux.org
# Republic of Korea
Server = https://naru.jhyub.dev/$repo

grawlinson

[grawlinson]
Server = https://mirror.little.kiwi
Server = https://pkgbuild.com/~grawlinson/repo/$repo

herecura

[herecura]
Server = https://repo.herecura.eu/$repo/$arch

ivasilev

[ivasilev]
Server = https://ivasilev.net/pacman/$arch

jk-aur

[home_justkidding_arch_Arch]
Server = https://download.opensuse.org/repositories/home:/justkidding:/arch/Arch/$arch

kawaii

[kawaii]
Server = https://raw.githubusercontent.com/LeonidPilyugin/kawaii-repo/main/x86_64/

lahwaacz

[lahwaacz]
Server = https://pkgbuild.com/~lahwaacz/repo

linux-lts66

[linux-lts66]
Server = https://linux-lts66.bemxio.xyz/

linux-nitrous

[linux-nitrous]
Server = https://github.com/xdevs23/linux-nitrous/releases/latest/download

linux-surface

[linux-surface]
Server = https://pkg.surfacelinux.com/arch/

liquorix

[liquorix]
Server = https://liquorix.net/archlinux/$repo/$arch

manuelschneid3r_Arch

[home_manuelschneid3r_Arch]
Server = https://download.opensuse.org/repositories/home:/manuelschneid3r/Arch/$arch

miffe

  • 维护者: miffe (AUR 配置页)
  • 描述: 由 miffe 维护的 AUR 软件包,例如 linux-mainline
  • Key-ID: 313F5ABD
注意: 32 位 key-id 是 不安全的。
[miffe]
Server = https://arch.miffe.org/$arch/

mxmeinhold

  • 维护者: mxmeinhold
  • 描述: 我在 AUR 中维护的软件包,目前仅包含 factorio-headless
  • Key-ID: B77D730E8D444707FA93320D72E05836F8252405
  • Keyfile: https://gpg.mxmeinhold.com
[mxmeinhold]
Server = https://arch.mxmeinhold.com/$arch

orhun

  • 维护者: Orhun Parmaksiz
  • 描述: 包含 AUR 和自定义软件包的个人仓库。
  • Key-ID: 不需要,因为维护者是软件包维护者。
[orhun]
Server = https://pkgbuild.com/~orhun/repo

oscloud

[oscloud]
Server = http://repo.oscloud.info/

ownstuff

[ownstuff-testing]
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch
Server = https://martchus.dyn.f3l.de/repo/arch/$repo/os/$arch

[ownstuff]
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch
Server = https://martchus.dyn.f3l.de/repo/arch/$repo/os/$arch
注意: testing 仓库应与官方 testing 仓库一起使用。

pkgbuilder

注意: 32 位 key-id 是 不安全的。
[pkgbuilder]
Server = https://pkgbuilder-repo.chriswarrick.com/

post-factum kernels

[home_post-factum_kernels_Arch]
Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch

pro-audio-legacy

  • 维护者: David Runge
  • 描述: 专业音频的旧版工具(例如 jackAUR),主要用于旧环境或 CI。
  • Key-ID: 不需要,因为维护者是开发人员/TU。
[pro-audio-legacy]
Server = https://pkgbuild.com/~dvzrv/repos/pro-audio-legacy/$arch

proaudio

[proaudio]
Server = https://arch.osamc.de/$repo/$arch

QOwnNotes

[home_pbek_QOwnNotes_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch

quarry

[quarry]
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/

repo.mksscryertower.quest

[repo.mksscryertower.quest]
Server = https://repo.mksscryertower.quest/repo/x86_64/

rne

[rne]
Server = https://srv.richard-neumann.de/pub/repo/

seblu

  • 维护者: Sébastien Luttringer
  • 描述: 所有 seblu 的实用预编译软件包,部分为自制(linux-seblu-meta, zfs-dkms, spotify, masterpdfeditor 等)。
  • Key-ID: 8DBD63B82072D77A
[seblu]
Server = https://al1.seblu.net/$repo/$arch
Server = https://al2.seblu.net/$repo/$arch

seiichiro

注意: 32 位 key-id 是 不安全的。
[seiichiro]
Server = https://www.seiichiro0185.org/repo/$arch

sergej-repo

  • 维护者: Sergej Pupykin
  • 描述: nextcloud, prosody 以及其他一些内容。
  • Key-ID: 不需要,因为维护者是软件包维护者。
[sergej-repo]
Server = http://repo.p5n.pp.ru/$repo/os/$arch

sublime-text

注意: 32 位 key-id 是 不安全的。
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/$arch

supermario

[supermario]
Server = https://pkgs.finelli.dev/arch/$arch

taur

[taur]
Server = https://aur.toufy.me/builds

trinity

[trinity]
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch

xyne-x86_64

本文或本章节的准确性存在争议。

原因: 该维护者已不再担任 TU。(在 Talk:Unofficial user repositories 中讨论)
  • Key-ID: 不需要,因为维护者是 TU。
[xyne-x86_64]
Server = https://xyne.dev/repos/xyne

Unsigned

注意: 用户需要将 SigLevel = PackageOptional 添加到这些条目中。
警告: 未签名的仓库绝对不能使用 HTTP,因为如果没有 HTTPS,就无法验证您下载的内容是否与 Web 服务器提供的内容一致,这可能允许 中间人攻击 (MiTM) 在您的系统上安装任何软件。HTTPS 可减轻此类漏洞。

alucryd

  • 维护者: Maxime Gauduin
  • 描述: Maxime Gauduin 在 AUR 中维护(或不维护)的各种软件包,特别是 multilib 仓库,用于在没有 Steam 运行时环境的情况下运行 Steam 所需的各种软件包。
[core-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch
[core-testing-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch
[extra-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch
[extra-testing-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch
[multilib-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch
[multilib-testing-alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/$arch

arch-mact2

[arch-mact2]
Server = https://mirror.funami.tech/arch-mact2/os/$arch

archlinuxgr

  • 维护者
  • 描述: 由希腊 Arch Linux 社区提供的许多有趣的软件包。
[archlinuxgr]
Server = https://archlinuxgr.tiven.org/archlinux/$arch

archlinux-phalcon

[archlinux-phalcon]
Server = https://archlinux-phalcon.gitlab.io/repository

archlinux-php

  • 维护者: Michal Sotolar <michal at sotolar dot com>
  • 描述: 可与主线版本共存的旧版 PHP 5.6 - 7.x 稳定版本。
  • 上游页面: https://archlinux-php.gitlab.io
[archlinux-php]
Server = https://archlinux-php.gitlab.io/repository

aur-packages

[aur-packages]
SigLevel = Optional TrustAll
Server = https://github.com/its-me/arch-linux-repository/releases/download/latest

dx37essentials

[dx37essentials]
Server = https://dx3756.ru/$repo/$arch
Server = https://dx37.gitlab.io/$repo/$arch

ffy00 (python)

[python]
Server = https://ffy00.github.io/arch-python-repo/

heftig

[heftig]
Server = https://pkgbuild.com/~heftig/repo/$arch

kicad-nightly

[kicad-nightly]
Server = https://kicad.gitlab.io/packaging/kicad-arch/kicad-arch-builder/

mesa-git

[mesa-git]
Server = https://pkgbuild.com/~lcarlier/$repo/$arch

principia

[principia]
Server = https://arch.principia-web.se/$arch

rayr

[rayr]
Server = https://rayrsn.github.io/ArchRepo/$arch

selinux

[selinux]
Server = https://github.com/archlinuxhardened/selinux/releases/download/ArchLinux-SELinux
SigLevel = Never

stx4

  • 维护者: StarterX4 <starterx4[at]gmail.com>
  • 描述: Any 架构:一些字体和伪造包 (fakepkgs);x86_64 架构:已归档但可能仍然有用的软件包(如 PacmanXG4),以及我使用(或曾经使用)的一些 AUR 软件。
  • 上游页面: https://github.com/StarterX4/StarterX4.github.io
[stx4-any]
Server = https://starterx4.github.io/repos/arch/$arch/stx4
[stx4-x86_64]
Server = https://starterx4.github.io/repos/arch/$arch/stx4

vdr4arch

注意: 软件包使用 repo-make-ci.sh 自动构建。
[vdr4arch]
Server = https://vdr4arch.github.io/$arch

© . This site is unofficial and not affiliated with Arch Linux.

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.