Skip to content

Commit 8b9a79f

Browse files
Update the project README (localstack#13901)
Co-authored-by: Alex Rashed <2796604+alexrashed@users.noreply.github.com>
1 parent 1c66dc0 commit 8b9a79f

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
> [!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.
414
515
<p align="center">
616
<img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development">
@@ -12,8 +22,6 @@
1222
<a href="https://pypi.org/project/localstack/"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/localstack?color=blue"></a>
1323
<a href="https://hub.docker.com/r/localstack/localstack"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/localstack/localstack"></a>
1424
<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>
1725
<a href="https://img.shields.io/pypi/l/localstack.svg"><img alt="PyPI License" src="https://img.shields.io/pypi/l/localstack.svg"></a>
1826
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
1927
<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,7 +42,7 @@
3442
<a href="#contributing">Contributing</a>
3543
<br/>
3644
<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> •
3846
<a href="https://docs.localstack.cloud/references/coverage/" target="_blank">☑️ LocalStack coverage</a>
3947
</p>
4048

@@ -66,7 +74,7 @@ If Brew is not installed on your machine, you can download the pre-built LocalSt
6674

6775
- Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform.
6876
- 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`
7078

7179
### PyPI (macOS, Linux, Windows)
7280

@@ -153,9 +161,9 @@ To start using LocalStack, check out our [documentation](https://docs.localstack
153161

154162
To use LocalStack with a graphical user interface, you can use the following UI clients:
155163

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/)
159167

160168
## Releases
161169

@@ -211,7 +219,7 @@ You can also support this project by becoming a sponsor on [Open Collective](htt
211219

212220
## License
213221

214-
Copyright (c) 2017-2025 LocalStack maintainers and contributors.
222+
Copyright (c) 2017-2026 LocalStack maintainers and contributors.
215223

216224
Copyright (c) 2016 Atlassian and others.
217225

0 commit comments

Comments
 (0)