LocalStack CLI logo

LocalStack CLI LocalStack

Use this command to install LocalStack CLI:
winget install --id=LocalStack.localstack-cli -e

💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

LocalStack CLI is a powerful tool designed to simulate an AWS cloud environment locally, enabling developers to build, test, and debug serverless applications offline without relying on actual AWS resources.

Key Features:

  • Simulates a complete AWS ecosystem locally, supporting core services like DynamoDB, Lambda, S3, CloudFormation, and more.
  • Enables seamless testing of serverless applications in a controlled environment before deployment.
  • Cross-platform compatibility, supporting MacOS, Linux, and Windows operating systems.
  • Easy installation via winget or Homebrew for quick setup.
  • Integration with CI/CD pipelines to automate testing and validation processes.

Audience & Benefit:
Ideal for developers, DevOps engineers, and teams building cloud-native applications, LocalStack CLI provides a reliable way to test and iterate on serverless architectures locally. By reducing reliance on AWS resources during development, it lowers costs, accelerates feedback loops, and ensures consistent testing environments across teams.

README

LocalStack CLI

This repository contains building instructions for binary builds of the LocalStack CLI. It does not contain the actual source for the CLI, since the LocalStack CLI is basically just the Python package localstack (published on PyPi) with it's install dependencies (and without any extras). This is why this repository just contains the build config and pipeline that packages the LocalStack CLI python package into a standalone binary using PyInstaller.

Installation

Please make sure that you have a working docker environment on your machine before moving on.

Brew (MacOS or Linux with Homebrew)

Install the LocalStack CLI by using our official LocalStack Brew Tap:

$ brew install localstack/tap/localstack-cli

Binary download (MacOS, Linux, Windows)

If you do not have Brew on your machine, you can directly download the pre-built LocalStack CLI binary for your system:

Versions
4.4.0
4.3.0
4.1.1
4.0.3
4.0.0
3.7.2
3.7.0
Website
License