├── .github └── images │ ├── logs.png │ ├── containers.png │ ├── terminal.png │ └── resource-browser.png └── README.md /.github/images/logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localstack/localstack-desktop/HEAD/.github/images/logs.png -------------------------------------------------------------------------------- /.github/images/containers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localstack/localstack-desktop/HEAD/.github/images/containers.png -------------------------------------------------------------------------------- /.github/images/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localstack/localstack-desktop/HEAD/.github/images/terminal.png -------------------------------------------------------------------------------- /.github/images/resource-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localstack/localstack-desktop/HEAD/.github/images/resource-browser.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LocalStack Desktop 2 | 3 | The LocalStack Desktop 💻 application provides an easy way to manage your [LocalStack](https://github.com/localstack/localstack) instance. 4 | Effortlessly start and stop LocalStack, view logs, interact with the container and use our resource browser directly in the UI. 5 | 6 | LocalStack empowers developers to use over 75+ AWS services locally while helping them simplify their testing and development workflow. 7 | LocalStack supports a comprehensive list of APIs, which you can view on our [Feature coverage](https://docs.localstack.cloud/user-guide/aws/feature-coverage/) page. 8 | 9 | ## Installation 10 | 11 | You can install LocalStack Desktop by downloading the latest executables for your platform from the [web application](https://app.localstack.cloud/download) or from the [Microsoft Store](https://www.microsoft.com/store/productId/9NTRNFT9ZWS2) 12 | 13 | ## Features 14 | 15 | Currently, our desktop application supports the following features 16 | 17 | - **Control LocalStack**: Start, stop and create containers from the UI 18 | ![Containers](.github/images/containers.png) 19 | - **Interact with LocaLstack**: Interact with the LocalSack container via terminal 20 | ![Terminal](.github/images/terminal.png) 21 | - **LocalStack insights**: Check the log information of your LocalStack instance 22 | ![Logs](.github/images/logs.png) 23 | - **LocalStack console**: Use features from the Web App to view and manage resources, perform chaos experiments and see policies for you aws requests 24 | ![Resource Browser](.github/images/resource-browser.png) 25 | --------------------------------------------------------------------------------