<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Homebrew</id>
	<title>Homebrew - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Homebrew"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Homebrew&amp;action=history"/>
	<updated>2026-07-17T08:12:05Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Homebrew&amp;diff=2580682&amp;oldid=prev</id>
		<title>imported&gt;Nerdevil：​内容扩充</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Homebrew&amp;diff=2580682&amp;oldid=prev"/>
		<updated>2026-02-25T08:16:42Z</updated>

		<summary type="html">&lt;p&gt;内容扩充&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA&lt;br /&gt;
|G1=IT&lt;br /&gt;
|G2=FL&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name = Homebrew&lt;br /&gt;
| logo = Homebrew logo.svg&lt;br /&gt;
| logo_size = 64px&lt;br /&gt;
| logo alt = Homebrew’s logo&lt;br /&gt;
| screenshot = Homebrew help output.png&lt;br /&gt;
| caption = [[终端_(macOS)|终端]]中运行brew帮助命令的输出&lt;br /&gt;
| collapsible = yes&lt;br /&gt;
| author = 马克斯·霍威尔&lt;br /&gt;
| released = {{Start date and age|2009|05|21|df=yes}}&amp;lt;ref name=&amp;quot;brew-release-0.1&amp;quot;&amp;gt;{{GitHub|https://github.com/Homebrew/brew/releases/tag/0.1|Homebrew release 0.1}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest release version = 5.0.15&lt;br /&gt;
| latest release date = {{Start date and age|2026|02|23|df=yes}}&amp;lt;ref&amp;gt;{{GitHub|https://github.com/Homebrew/brew/releases/tag/5.0.15|Homebrew release 5.0.15}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| programming language = [[Ruby]]&lt;br /&gt;
| operating system = [[macOS]]，[[Linux]]&lt;br /&gt;
| language = 英语&lt;br /&gt;
| genre = [[软件包管理系统]]&lt;br /&gt;
| license = [[BSD许可证]]&lt;br /&gt;
| website = {{URL|https://brew.sh}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homebrew&amp;#039;&amp;#039;&amp;#039;是一款[[自由软件|自由]]及[[开源软件|开放源代码]]的[[软件包管理系统]]，用以简化[[macOS]]系统上的软件安装过程，最初由马克斯·霍威尔（Max Howell）写成。因其[[可扩展性]]得到了一致好评&amp;lt;ref&amp;gt;{{cite web|url=http://www.engineyard.com/blog/2010/homebrew-os-xs-missing-package-manager/|title=Homebrew: OS X’s Missing Package Manager|first=Andre|last=Arko|publisher=[[Engine Yard]]|work=Engine Yard blog|deadurl=yes|archiveurl=https://web.archive.org/web/20121015014813/http://www.engineyard.com/blog/2010/homebrew-os-xs-missing-package-manager/|archivedate=2012-10-15|accessdate=2015-06-16}}&amp;lt;/ref&amp;gt;，并在[[Ruby on Rails]]社区广为人知。&lt;br /&gt;
&lt;br /&gt;
Homebrew通过[[GitHub]]维护，并从其GitHub仓库中获取数据。用户可通过贡献此项目来增加支持的软件包。2012年，Homebrew是GitHub上拥有最多新贡献者的项目&amp;lt;ref&amp;gt;{{cite web|url=https://github.com/blog/1359-the-octoverse-in-2012|title=The Octoverse in 2012|publisher=[[GitHub]]|accessdate=2015-06-16|archive-date=2015-08-15|archive-url=https://web.archive.org/web/20150815110755/https://github.com/blog/1359-the-octoverse-in-2012|dead-url=no}}&amp;lt;/ref&amp;gt;。2013年，Homebrew同时成为GitHub上最多贡献者及最多已关闭问题的项目&amp;lt;ref&amp;gt;{{cite web | url=http://octoverse.github.com | title=GitHub Octoverse 2013 | accessdate=2020-09-26 | archive-date=2020-09-19 | archive-url=https://web.archive.org/web/20200919103254/https://octoverse.github.com/ | dead-url=no }}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
== 机制 ==&lt;br /&gt;
&lt;br /&gt;
Homebrew以[[Ruby]]语言写成，针对于Mac OS X操作系统自带Ruby的版本。默认安装在&amp;lt;code&amp;gt;/usr/local&amp;lt;/code&amp;gt;（Intel处理器）或&amp;lt;code&amp;gt;/opt/homebrew&amp;lt;/code&amp;gt;（[[Apple芯片]]），由一个核心[[git]]版本库构成，以使用户能更新Homebrew。包管理器使用一种称为“配方”（formula）的[[领域特定语言|DSL]]脚本来管理依赖、下载源代码及配置和编译软件，从源代码中构建软件。称为“瓶”（bottle）的二进制包是用默认选项预编译好的配方。&lt;br /&gt;
&lt;br /&gt;
== 逸事 ==&lt;br /&gt;
Homebrew的作者Max Howell曾应聘过[[Google]]的职位，面试失败之后在[[Twitter]]上发帖&lt;br /&gt;
{{Blockquote|Google: 90% of our engineers use the software you wrote (Homebrew), but you can&amp;#039;t invert a binary tree on a whiteboard so f*** off.（Google：我们90%的工程师都在用你的软件（Homebrew），但是你不会在白板上翻转二叉树，所以滚出去。）&amp;lt;ref&amp;gt;{{cite web|url=https://twitter.com/mxcl/status/608682016205344768?lang=en|title=X 上的 Max Howell：“Google: 90% of our engineers use the software you wrote (Homebrew), but you can’t invert a binary tree on a whiteboard so fuck off.” / X|publisher=Max Howell|accessdate=2015-06-11|archive-date=2016-03-08|archive-url=https://web.archive.org/web/20160308100838/https://twitter.com/mxcl/status/608682016205344768?lang=en|dead-url=no}}&amp;lt;/ref&amp;gt;}} 在网上引发了关于招聘程序员面试时[[编程面试|白板编程]]意义的讨论。&lt;br /&gt;
&lt;br /&gt;
== 参见 ==&lt;br /&gt;
{{Portal|自由软件}}&lt;br /&gt;
* {{le|Fink|Fink (software)}}&lt;br /&gt;
* {{le|Gentoo/Alt}}&lt;br /&gt;
* [[MacPorts]]&lt;br /&gt;
* {{le|Pkgsrc}}&lt;br /&gt;
&lt;br /&gt;
== 参考 ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
* {{Official site}}&lt;br /&gt;
* {{github|homebrew/linuxbrew}}&lt;br /&gt;
&lt;br /&gt;
[[Category:自由软件包管理系统]]&lt;br /&gt;
[[Category:用Ruby编程的自由软件]]&lt;br /&gt;
[[Category:使用BSD许可证的软件]]&lt;br /&gt;
&lt;br /&gt;
{{Ruby编程语言}}&lt;br /&gt;
{{软件包管理系统}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Nerdevil</name></author>
	</entry>
</feed>