|
1 | 1 | > [!IMPORTANT] |
2 | | -> **We’re moving toward a unified LocalStack for AWS image, updating how access works.** |
3 | | -> **For details on timing and impact please refer [to this blog post](https://localstack.cloud/2026-updates).** |
| 2 | +> **Project Update: Consolidation into the Unified LocalStack Image** |
| 3 | +> |
| 4 | +> To provide a more reliable and streamlined experience, we are consolidating our development into a single, unified image. As part of this transition, this repository is now **archived and read-only**. |
| 5 | +> |
| 6 | +> This decision reflects our commitment to reducing fragmentation and focusing our resources on building the most robust AWS emulation layer possible. We are deeply grateful to the contributors who helped make this project into what it is today–your work remains integral to the future of the LocalStack ecosystem. |
| 7 | +> |
| 8 | +> What this means for your workflow: |
| 9 | +> |
| 10 | +> - LocalStack for AWS offers a [range of options](https://www.localstack.cloud/pricing) including a free Hobby plan for non-commercial use with the same capabilities as this project. |
| 11 | +> - Your input is still vital to us. Please continue to share [bug reports here](https://github.com/orgs/localstack/discussions/categories/bugs) and [submit feature requests here](https://github.com/orgs/localstack/discussions/categories/feature-requests) or join our [Slack Community](https://slack.localstack.cloud). |
| 12 | +> |
| 13 | +> Thank you for your continued support as we grow together. |
4 | 14 |
|
5 | 15 | <p align="center"> |
6 | 16 | <img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development"> |
|
12 | 22 | <a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a> |
13 | 23 | <a href="https://hub.docker.com/r/localstack/localstack"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/localstack/localstack"></a> |
14 | 24 | <a href="https://pypi.org/project/localstack"><img alt="PyPi downloads" src="https://static.pepy.tech/badge/localstack"></a> |
15 | | - <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/localstack/backers/badge.svg"></a> |
16 | | - <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/localstack/sponsors/badge.svg"></a> |
17 | 25 | <a href="https://img.shields.io/pypi/l/localstack.svg"><img alt="PyPI License" src="https://img.shields.io/pypi/l/localstack.svg"></a> |
18 | 26 | <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a> |
19 | 27 | <a href="https://github.com/astral-sh/ruff"><img alt="Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a> |
|
34 | 42 | <a href="#contributing">Contributing</a> |
35 | 43 | <br/> |
36 | 44 | <a href="https://docs.localstack.cloud" target="_blank">📖 Docs</a> • |
37 | | - <a href="https://app.localstack.cloud" target="_blank">💻 Pro version</a> • |
| 45 | + <a href="https://www.localstack.cloud/localstack-for-aws" target="_blank">💻 LocalStack for AWS</a> • |
38 | 46 | <a href="https://docs.localstack.cloud/references/coverage/" target="_blank">☑️ LocalStack coverage</a> |
39 | 47 | </p> |
40 | 48 |
|
@@ -66,7 +74,7 @@ If Brew is not installed on your machine, you can download the pre-built LocalSt |
66 | 74 |
|
67 | 75 | - Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform. |
68 | 76 | - Extract the downloaded archive to a directory included in your `PATH` variable: |
69 | | - - For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin` |
| 77 | + - For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin` |
70 | 78 |
|
71 | 79 | ### PyPI (macOS, Linux, Windows) |
72 | 80 |
|
@@ -153,9 +161,9 @@ To start using LocalStack, check out our [documentation](https://docs.localstack |
153 | 161 |
|
154 | 162 | To use LocalStack with a graphical user interface, you can use the following UI clients: |
155 | 163 |
|
156 | | -* [LocalStack Web Application](https://app.localstack.cloud) |
157 | | -* [LocalStack Desktop](https://docs.localstack.cloud/user-guide/tools/localstack-desktop/) |
158 | | -* [LocalStack Docker Extension](https://docs.localstack.cloud/user-guide/tools/localstack-docker-extension/) |
| 164 | +- [LocalStack Web Application](https://app.localstack.cloud) |
| 165 | +- [LocalStack Desktop](https://docs.localstack.cloud/user-guide/tools/localstack-desktop/) |
| 166 | +- [LocalStack Docker Extension](https://docs.localstack.cloud/user-guide/tools/localstack-docker-extension/) |
159 | 167 |
|
160 | 168 | ## Releases |
161 | 169 |
|
@@ -211,7 +219,7 @@ You can also support this project by becoming a sponsor on [Open Collective](htt |
211 | 219 |
|
212 | 220 | ## License |
213 | 221 |
|
214 | | -Copyright (c) 2017-2025 LocalStack maintainers and contributors. |
| 222 | +Copyright (c) 2017-2026 LocalStack maintainers and contributors. |
215 | 223 |
|
216 | 224 | Copyright (c) 2016 Atlassian and others. |
217 | 225 |
|
|
0 commit comments