[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4939":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":24,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":15,"starSnapshotCount":15,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},4939,"yay","Jguer\u002Fyay","Jguer","Yet another Yogurt - An AUR Helper written in Go",null,"Go",13517,404,71,172,0,1,23,78,6,42.82,"GNU General Public License v3.0",false,"next",true,[26,27,28,29,30,31,32,33,34,5],"archlinux","aur","aur-completions","aur-helper","aur-packages","pacaur","pacman","pkgbuild","yaourt","2026-06-12 02:01:06","[![yay](https:\u002F\u002Fimg.shields.io\u002Faur\u002Fversion\u002Fyay?color=1793d1&label=yay&logo=arch-linux&style=for-the-badge)](https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Fyay\u002F)\n[![yay-bin](https:\u002F\u002Fimg.shields.io\u002Faur\u002Fversion\u002Fyay-bin?color=1793d1&label=yay-bin&logo=arch-linux&style=for-the-badge)](https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Fyay-bin\u002F)\n[![yay-git](https:\u002F\u002Fimg.shields.io\u002Faur\u002Fversion\u002Fyay-git?color=1793d1&label=yay-git&logo=arch-linux&style=for-the-badge)](https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Fyay-git\u002F)\n![AUR votes](https:\u002F\u002Fimg.shields.io\u002Faur\u002Fvotes\u002Fyay?color=333333&style=for-the-badge)\n[![GitHub license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fjguer\u002Fyay?color=333333&style=for-the-badge)](https:\u002F\u002Fgithub.com\u002FJguer\u002Fyay\u002Fblob\u002Fmaster\u002FLICENSE)\n\n# yay\n\nYet Another Yogurt - An AUR Helper Written in Go\n\n### Help translate yay: [Transifex](https:\u002F\u002Fapp.transifex.com\u002Fyay-1\u002Fyay\u002F)\n\n## Features\n\n- Advanced dependency solving\n- PKGBUILD downloading from ABS or AUR\n- Completions for AUR packages\n- Query user up-front for all input (prior to starting builds)\n- Narrow search (`yay linux header` will first search `linux` and then narrow on `header`)\n- Find matching package providers during search and allow selection\n- Remove make dependencies at the end of the build process\n- Build local PKGBUILDs with AUR dependencies\n- Un\u002FVote for packages\n\n[![asciicast](https:\u002F\u002Fasciinema.org\u002Fa\u002F399431.svg)](https:\u002F\u002Fasciinema.org\u002Fa\u002F399431)\n\n[![asciicast](https:\u002F\u002Fasciinema.org\u002Fa\u002F399433.svg)](https:\u002F\u002Fasciinema.org\u002Fa\u002F399433)\n\n## Installation\n\nIf you are migrating from another AUR helper, you can simply install yay with that helper.\n\n> [!WARNING]  \n> We are using `sudo` in these examples. You can switch that out for a different privilege escalation tool.\n\n### Source\n\nThe initial installation of yay can be done by cloning the PKGBUILD and\nbuilding with makepkg:\n\nWe make sure we have the `base-devel` package group installed.\n\n```sh\nsudo pacman -S --needed git base-devel\ngit clone https:\u002F\u002Faur.archlinux.org\u002Fyay.git\ncd yay\nmakepkg -si\n```\n\nIf you want to do all of this at once, we can chain the commands like so:\n\n```sh\nsudo pacman -S --needed git base-devel && git clone https:\u002F\u002Faur.archlinux.org\u002Fyay.git && cd yay && makepkg -si\n```\n\n### Binary\n\nIf you do not want to compile yay yourself you can use the builds generated by\nGitHub Actions.\n\n```sh\nsudo pacman -S --needed git base-devel\ngit clone https:\u002F\u002Faur.archlinux.org\u002Fyay-bin.git\ncd yay-bin\nmakepkg -si\n```\n\nIf you want to do all of this at once, we can chain the commands like so:\n\n```sh\nsudo pacman -S --needed git base-devel && git clone https:\u002F\u002Faur.archlinux.org\u002Fyay-bin.git && cd yay-bin && makepkg -si\n```\n\n### Other distributions\n\nIf you're using Manjaro or [another distribution that packages `yay`](https:\u002F\u002Frepology.org\u002Fproject\u002Fyay\u002Fversions)\nyou can simply install yay using pacman (as root):\n\n```sh\npacman -S --needed git base-devel yay\n```\n> [!WARNING]\n> distributions sometimes lag updating yay on their repositories.\n\n## First Use\n\n#### Development packages upgrade\n\n- Use `yay -Y --gendb` to generate a development package database for `*-git`\n  packages that were installed without yay.\n  This command should only be run once.\n\n- `yay -Syu --devel` will then check for development package updates\n\n- Use `yay -Y --devel --save` to make development package updates permanently\n  enabled (`yay` and `yay -Syu` will then always check dev packages)\n\n## Examples of Custom Operations\n\n| Command                           | Description                                                                                                |\n| --------------------------------- | ---------------------------------------------------------------------------------------------------------- |\n| `yay`                             | Alias to `yay -Syu`.                                                                                       |\n| `yay \u003CSearch Term>`               | Present package-installation selection menu.                                                               |\n| `yay -Bi \u003Cdir>`                   | Install dependencies and build a local PKGBUILD.                                                           |\n| `yay -G \u003CAUR Package>`            | Download PKGBUILD from ABS or AUR. (yay v12.0+)                                                            |\n| `yay -Gp \u003CAUR Package>`           | Print to stdout PKGBUILD from ABS or AUR.                                                                  |\n| `yay -Ps`                         | Print system statistics.                                                                                   |\n| `yay -Syu --devel`                | Perform system upgrade, but also check for development package updates.                                    |\n| `yay -Wu \u003CAUR Package>`           | Unvote for package (Requires setting `AUR_USERNAME` and `AUR_PASSWORD` environment variables) (yay v11.3+) |\n| `yay -Wv \u003CAUR Package>`           | Vote for package (Requires setting `AUR_USERNAME` and `AUR_PASSWORD` environment variables). (yay v11.3+)  |\n| `yay -Y --combinedupgrade --save` | Make combined upgrade the default mode.                                                                    |\n| `yay -Y --gendb`                  | Generate development package database used for devel update.                                               |\n| `yay -Yc`                         | Clean unneeded dependencies.                                                                               |\n\n## Frequently Asked Questions\n\n- **yay does not display colored output. How do I fix it?**\n\n  Make sure you have the `Color` option in your `\u002Fetc\u002Fpacman.conf`\n  (see issue [#123](https:\u002F\u002Fgithub.com\u002FJguer\u002Fyay\u002Fissues\u002F123)).\n\n- **Sometimes diffs are printed to the terminal, and other times they are paged via less. How do I fix this?**\n\n  yay uses `git diff` to display diffs, which by default tells less not to\n  page if the output can fit into one terminal length. This behavior can be\n  overridden by exporting your own flags (`export LESS=SRX`).\n\n- **yay is not asking me to edit PKGBUILDS, and I don't like the diff menu! What can I do?**\n\n  `yay --editmenu --diffmenu=false --save`\n\n- **How can I tell yay to act only on AUR packages, or only on repo packages?**\n\n  `yay -{OPERATION} --aur`\n  `yay -{OPERATION} --repo`\n\n- **A `Flagged Out Of Date AUR Packages` message is displayed. Why doesn't yay update them?**\n\n  This message does not mean that updated AUR packages are available. It means\n  the packages have been flagged out of date on the AUR, but\n  their maintainers have not yet updated the `PKGBUILD`s\n  (see [outdated AUR packages](https:\u002F\u002Fwiki.archlinux.org\u002Findex.php\u002FArch_User_Repository#Foo_in_the_AUR_is_outdated.3B_what_should_I_do.3F)).\n\n- **yay doesn't install dependencies added to a PKGBUILD during installation.**\n\n  yay resolves all dependencies ahead of time. You are free to edit the\n  PKGBUILD in any way, but any problems you cause are your own and should not be\n  reported unless they can be reproduced with the original PKGBUILD.\n\n- **I know my `-git` package has updates but yay doesn't offer to update it**\n\n  yay uses a hash cache for development packages. Normally it is updated at the end of the package install with the message `Found git repo`.\n  If you transition between aur helpers and did not install the devel package using yay at some point, it is possible it never got added to the cache. `yay -Y --gendb` will fix the current version of every devel package and start checking from there.\n\n- **I want to help out!**\n\n  Check [CONTRIBUTING.md](.\u002FCONTRIBUTING.md) for more information.\n\n## Support\n\nAll support related to yay should be requested via GitHub issues. Since yay is not\nofficially supported by Arch Linux, support should not be sought out on the\nforums, AUR comments or other official channels.\n\nA broken AUR package should be reported as a comment on the package's AUR page.\nA package may only be considered broken if it fails to build with makepkg.\n\nReports should be made using makepkg and include the full output as well as any\nother relevant information. Never make reports using yay or any other external\ntools.\n\n## Images\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FJguer\u002Fjguer.github.io\u002Frefs\u002Fheads\u002Fmaster\u002Fyay\u002Fyay.png\" width=\"42%\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FJguer\u002Fjguer.github.io\u002Frefs\u002Fheads\u002Fmaster\u002Fyay\u002Fyay-s.png\" width=\"42%\">\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FJguer\u002Fjguer.github.io\u002Frefs\u002Fheads\u002Fmaster\u002Fyay\u002Fyay-y.png\" width=\"42%\">\n  \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002FJguer\u002Fjguer.github.io\u002Frefs\u002Fheads\u002Fmaster\u002Fyay\u002Fyay-ps.png\" width=\"42%\">\n\u003C\u002Fp>\n\n### Other AUR helpers\u002Ftools\n\n- [paru](https:\u002F\u002Fgithub.com\u002Fmorganamilo\u002Fparu)\n- [aurutils](https:\u002F\u002Fgithub.com\u002FAladW\u002Faurutils)\n- [pikaur](https:\u002F\u002Fgithub.com\u002Factionless\u002Fpikaur)\n","yay 是一个用 Go 语言编写的 Arch Linux 的 AUR（Arch User Repository）助手工具。它支持高级依赖解析、从 ABS 或 AUR 下载 PKGBUILD 文件、AUR 包的自动补全以及在构建前一次性收集用户输入等功能。yay 还能搜索和选择匹配的包提供者，移除构建过程中的 make 依赖，并且可以处理本地 PKGBUILD 文件及其 AUR 依赖。此外，用户还可以通过 yay 对 AUR 中的包进行投票。适用于需要简化 AUR 包安装流程、提高开发效率的 Arch Linux 用户。",2,"2026-06-11 03:01:36","top_language"]