From 798ee37210347571c5c5712a867d67f8b666fbc0 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Thu, 23 Jul 2026 15:52:09 +0200 Subject: [PATCH] DOC-309: Deprecate legacy CLI support for macOS x86 Add a caution note that macOS x86_64 (Intel) is no longer officially supported for the legacy localstack CLI, since cryptography has dropped support for that platform and the CLI now only works there via an unsupported pinned-version workaround. Remove the Intel binary download alternative, which presented that workaround as a supported install path. --- .../running-localstack/localstack-cli.mdx | 36 ++++--------------- 1 file changed, 6 insertions(+), 30 deletions(-) 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: - - - -