See your cloud, before you ship your cloud.
Run AWS locally — S3, Lambda, DynamoDB, RDS, Step Functions, API Gateway, Glue and 50+ services — with a full web console, real container-backed runtimes, and zero AWS account. A free, open-source LocalStack alternative.
docker run -d --name mimir \
-p 8080:80 -p 4566:4566 -p 5500-5524:5500-5524 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v mimir-data:/app/data \
tanujsoni027/mimir-aws:latest
Then open http://localhost:8080 — a populated local AWS cloud in under a minute.
A real-time workflow graph: states turn blue while running and green on success, Choice branches show their conditions, and Task nodes deep-link to the local Lambda or Glue job they invoke.
| Mimir | LocalStack (free) | |
|---|---|---|
| Web console | 27 services, bundled | Limited resource browser |
| RDS / ElastiCache | Real Postgres/Redis, free | Paid tier |
| ECS / EKS | Real containers / k3s, free | Paid tier |
| Glue job execution | Real local Spark, free | Paid tier |
| Step Functions UI | Live workflow graph | — |
| Price | Everything free, MIT | Free core + paid tiers |
Run the Mimir Docker image and point your AWS CLI or SDK at http://localhost:4566. No account, no sign-up, no internet after the initial pull.
Yes — MIT-licensed, and everything is free, including RDS, ECS, EKS, Cognito, Athena and Glue job execution.
Yes. Functions run in real runtime containers with logs, versions, aliases, function URLs and event source mappings.
Yes — the image is multi-arch (arm64 + amd64).