II.
Tool JSON
Structured · livetool:chocolatey
Chocolatey json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:chocolatey",
"_kind": "Tool",
"_file": "domain/tools/tools-package-managers-api.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chocolatey",
"homepageUrl": "https://chocolatey.org",
"kind": "package-manager",
"description": "Windows package manager that automates software installation, upgrade, and removal\nthrough a central repository of over 9,000 community-maintained packages.\nSupports silent installs, version pinning, and enterprise deployment via PowerShell.\n"
},
"outgoingEdges": [
{
"from": "tool:chocolatey",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "tool:chocolatey",
"to": "skill-area:developer-environment",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:chocolatey",
"to": "skill-area:developer-environment",
"kind": "used_for"
},
{
"from": "tool:chocolatey",
"to": "tool:scoop",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — Chocolatey needs admin; Scoop installs to user home"
}
},
{
"from": "tool:chocolatey",
"to": "tool:winget",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — Chocolatey is community-driven; winget is Microsoft official"
}
},
{
"from": "tool:chocolatey",
"to": "tool:homebrew",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Chocolatey is Windows; Homebrew is macOS"
}
}
],
"incomingEdges": [
{
"from": "tool:homebrew",
"to": "tool:chocolatey",
"kind": "alternative_to",
"attributes": {
"comparison": "System package managers — Homebrew is macOS; Chocolatey is Windows"
}
},
{
"from": "tool:scoop",
"to": "tool:chocolatey",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — Scoop installs to user home; Chocolatey needs admin"
}
},
{
"from": "tool:winget",
"to": "tool:chocolatey",
"kind": "alternative_to",
"attributes": {
"comparison": "Windows package managers — winget is Microsoft official; Chocolatey is community-driven"
}
}
]
}