Add macOS ARM Habitat install note to supported platforms - #4708
Open
tpowell-progress wants to merge 4 commits into
Open
Add macOS ARM Habitat install note to supported platforms#4708tpowell-progress wants to merge 4 commits into
tpowell-progress wants to merge 4 commits into
Conversation
✅ Deploy Preview for chef-web-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
johnmccrae
previously approved these changes
Aug 4, 2026
tpowell-progress
force-pushed
the
tp/mac-arm-habitat-note
branch
from
August 4, 2026 18:48
e567055 to
0b490af
Compare
There is no native installer for macOS on aarch64 (Apple Silicon). Add a note under the Chef Infra Client supported platforms table pointing to Chef Habitat as the required install method. This work was completed with AI assistance following Progress AI policies Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Thomas Powell <104777878+tpowell-progress@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Thomas Powell <104777878+tpowell-progress@users.noreply.github.com>
johnmccrae
force-pushed
the
tp/mac-arm-habitat-note
branch
from
August 4, 2026 18:50
0b490af to
7cccca5
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
johnmccrae
reviewed
Aug 5, 2026
| {{< /accordion-item >}} | ||
| {{< accordion-item accordion-title="Install from tarball" >}} | ||
|
|
||
| For macOS, [install the migration tool](https://docs.chef.io/client/19/install/migration_tool/install/#download-migration-tool-with-curl-windows), then download and install Chef Infra Client in one step: |
Contributor
There was a problem hiding this comment.
Is that url for the migration tool correct? It says it's using Curl on Windows?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
macOS on
aarch64(Apple Silicon) is already listed as a supported platform for Chef Infra Client, but there is no native installer for it. Added a note under the Chef Infra Client supported platforms table clarifying that Chef Habitat must be used to install on this platform.Also updated the macOS tarball install instructions to use the migration tool (
migrate-ice apply) to download and install Chef Infra Client in one step, instead of separatecurl/tarcommands.This work was completed with AI assistance following Progress AI policies