diff --git a/src/content/docs/aws/developer-tools/running-localstack/localstack-cli.mdx b/src/content/docs/aws/developer-tools/running-localstack/localstack-cli.mdx index 73260656..566d0f39 100644 --- a/src/content/docs/aws/developer-tools/running-localstack/localstack-cli.mdx +++ b/src/content/docs/aws/developer-tools/running-localstack/localstack-cli.mdx @@ -83,42 +83,18 @@ brew install localstack/tap/localstack-cli +:::caution +macOS x86_64 (Intel) is no longer officially supported for the legacy LocalStack CLI. +The `cryptography` package used by the CLI has dropped support for macOS x86_64, so the CLI now pins an older, unsupported version of it as a stopgap to keep working on Intel Macs. +If you are on an Intel Mac, we recommend switching to [`lstk`](/aws/developer-tools/running-localstack/lstk/) instead. +::: + You can install the LocalStack CLI using Brew directly from our official LocalStack tap: ```bash brew install localstack/tap/localstack-cli ``` -
-Alternative: Binary Download - -You may download the binary for your architecture using the link below: - - - {' '} - Intel (AMD64) - - -or use the following curl command: - - - -Then extract the LocalStack CLI from the terminal: - - - -