II.
Tool JSON
Structured · livetool:homebrew
Homebrew json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:homebrew",
"_kind": "Tool",
"_file": "domain/tools/tools-package-managers-api.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Homebrew",
"homepageUrl": "https://brew.sh",
"kind": "package-manager",
"description": "The missing package manager for macOS (and Linux), installable via a single shell script.\nManages thousands of open-source formulae and casks, handling dependencies, upgrades,\nand linking so developers can install CLI tools and desktop apps with a single command.\n"
},
"outgoingEdges": [
{
"from": "tool:homebrew",
"to": "language:ruby",
"kind": "belongs_to_language"
},
{
"from": "tool:homebrew",
"to": "skill-area:developer-environment",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:homebrew",
"to": "skill-area:developer-environment",
"kind": "used_for"
},
{
"from": "tool:homebrew",
"to": "tool:nix",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS-first simple; Nix is reproducible and declarative"
}
},
{
"from": "tool:homebrew",
"to": "tool:apt",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS/Linux; apt is Debian/Ubuntu"
}
},
{
"from": "tool:homebrew",
"to": "tool:chocolatey",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS; Chocolatey is Windows"
}
},
{
"from": "tool:homebrew",
"to": "tool:scoop",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS; Scoop is Windows"
}
},
{
"from": "tool:homebrew",
"to": "tool:winget",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS; winget is Windows"
}
}
],
"incomingEdges": [
{
"from": "tool:chocolatey",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Chocolatey is Windows; Homebrew is macOS"
}
},
{
"from": "tool:scoop",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Scoop is Windows; Homebrew is macOS"
}
},
{
"from": "tool:winget",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — winget is Windows; Homebrew is macOS"
}
},
{
"from": "tool:nix",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Nix is reproducible and declarative; Homebrew is simple"
}
},
{
"from": "tool:apt",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — apt is Debian/Ubuntu; Homebrew is macOS/Linux"
}
},
{
"from": "tool-server:mcp-homebrew",
"to": "tool:homebrew",
"kind": "integrates_with",
"attributes": {}
}
]
}