[GH-ISSUE #133] platform binary support for x86_64-apple-darwin #110

Closed
opened 2026-03-07 19:42:07 +03:00 by kerem · 3 comments
Owner

Originally created by @hakanson on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/133

Is your feature request related to a problem? Please describe.
I'm unable to install on a 2019 MacBook Pro.

Describe the solution you'd like
platform binary support for x86_64-apple-darwin

Describe alternatives you've considered
Purchasing a recent era MacBook Pro

Additional context

% curl -sSL https://github.com/awslabs/iam-policy-autopilot/raw/refs/heads/main/install.sh | sudo sh
Detecting platform...
Detected platform: x86_64-apple-darwin
Fetching latest release information from GitHub...
Latest version: 0.1.4
Error: No binary found for platform: x86_64-apple-darwin. This platform may not be supported yet. Please report this at https://github.com/awslabs/iam-policy-autopilot/issues
Originally created by @hakanson on GitHub (Jan 31, 2026). Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/133 **Is your feature request related to a problem? Please describe.** I'm unable to install on a 2019 MacBook Pro. **Describe the solution you'd like** platform binary support for x86_64-apple-darwin **Describe alternatives you've considered** Purchasing a recent era MacBook Pro **Additional context** ```bash % curl -sSL https://github.com/awslabs/iam-policy-autopilot/raw/refs/heads/main/install.sh | sudo sh Detecting platform... Detected platform: x86_64-apple-darwin Fetching latest release information from GitHub... Latest version: 0.1.4 Error: No binary found for platform: x86_64-apple-darwin. This platform may not be supported yet. Please report this at https://github.com/awslabs/iam-policy-autopilot/issues ```
kerem closed this issue 2026-03-07 19:42:07 +03:00
Author
Owner

@mschlaipfer commented on GitHub (Jan 31, 2026):

Hi @hakanson, thanks for reporting this. We just released 0.1.4, I'm wondering if you ran the script around the time we published the release, which led to this error.

I tried hard-coding the platform x86_64-apple-darwin and I'm seeing the following output of the install script here github.com/awslabs/iam-policy-autopilot@9910216684/install.sh (L147-L148)

Detected platform: x86_64-apple-darwin
Fetching latest release information from GitHub...
Latest version: 0.1.4
Found binary: iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
Download URL: https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz

Could you try running the script again and report back?

Alternatively you could try one of the other installation methods via pip or uvx, if your issue remains.

<!-- gh-comment-id:3827279684 --> @mschlaipfer commented on GitHub (Jan 31, 2026): Hi @hakanson, thanks for reporting this. We just released 0.1.4, I'm wondering if you ran the script around the time we published the release, which led to this error. I tried hard-coding the platform `x86_64-apple-darwin` and I'm seeing the following output of the install script here https://github.com/awslabs/iam-policy-autopilot/blob/9910216684d075931b136273fcc9451d48a9ebfc/install.sh#L147-L148 ``` Detected platform: x86_64-apple-darwin Fetching latest release information from GitHub... Latest version: 0.1.4 Found binary: iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz Download URL: https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz ``` Could you try running the script again and report back? Alternatively you could try one of the other installation methods via `pip` or `uvx`, if your issue remains.
Author
Owner

@hakanson commented on GitHub (Jan 31, 2026):

I guess just bad timing on my part. Looks good now.

% curl -sSL https://github.com/awslabs/iam-policy-autopilot/raw/refs/heads/main/install.sh | sudo sh
Detecting platform...
Detected platform: x86_64-apple-darwin
Fetching latest release information from GitHub...
Latest version: 0.1.4
Found binary: iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
Download URL: https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
Checking for existing installation...
No existing installation found
Installing iam-policy-autopilot 0.1.4

Downloading binary...
Downloading from https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
######################################################################## 100.0%
Download complete
Extracting tar.gz archive...
Extraction complete
Binary ready for installation

Installing binary...

==========================================
Installation complete!
==========================================
Version: 0.1.4
Location: /usr/local/bin/iam-policy-autopilot

Run 'iam-policy-autopilot --help' to get started
<!-- gh-comment-id:3828740241 --> @hakanson commented on GitHub (Jan 31, 2026): I guess just bad timing on my part. Looks good now. ``` % curl -sSL https://github.com/awslabs/iam-policy-autopilot/raw/refs/heads/main/install.sh | sudo sh Detecting platform... Detected platform: x86_64-apple-darwin Fetching latest release information from GitHub... Latest version: 0.1.4 Found binary: iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz Download URL: https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz Checking for existing installation... No existing installation found Installing iam-policy-autopilot 0.1.4 Downloading binary... Downloading from https://github.com/awslabs/iam-policy-autopilot/releases/download/0.1.4/iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz ######################################################################## 100.0% Download complete Extracting tar.gz archive... Extraction complete Binary ready for installation Installing binary... ========================================== Installation complete! ========================================== Version: 0.1.4 Location: /usr/local/bin/iam-policy-autopilot Run 'iam-policy-autopilot --help' to get started ```
Author
Owner

@mschlaipfer commented on GitHub (Jan 31, 2026):

Glad it's resolved. Thanks for the quick response!

<!-- gh-comment-id:3828751307 --> @mschlaipfer commented on GitHub (Jan 31, 2026): Glad it's resolved. Thanks for the quick response!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/iam-policy-autopilot#110
No description provided.