Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: AWS CLI Installer on Apple Silicon (github.com/carlosonunez)
1 point by nunez 4 months ago | hide | past | favorite
I learned while working on a new Kubernetes course that the official way of installing the AWS CLI on macOS per their documentation [^0] installs the x86 version of the CLI and that Apple Silicon is, mysteriously, not supported.

The Homebrew formula works around this by building from source [^1], but not everyone uses Homebrew, including me, for this course.

This script I wrote remediates this. It's a quick and easy way of installing the AWS CLI without a package manager or having to dig through GitHub Gists or Homebrew formulas yourself.

I hope someone out there finds this useful!

[^0]: https://docs.aws.amazon.com/cli/latest/userguide/getting-sta...

[^1]: https://github.com/Homebrew/homebrew-core/blob/master/Formul.... Notice how the awscli dependencies are downloaded as separate packages. This might not be what you want.



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: