ministackorg/ministack

Ministack: Free, open-source local AWS emulator - 60+ services, Terraform compatible, real databases. Free forever. MIT licensed.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 24th, 2026
Open Issues & Pull Requests: 24 (+0)
GitHub issues: Enabled
Number of forks: 455
Total Stargazers: 4,658 (+0)
Total Subscribers: 13 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 hours
Mean response time: 21.9 hours
90th percentile: 2.3 days
Tracked items: 503

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 96% of issues opened in the past year have since been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 19
New in 7 days: 18
Closed in 7 days: 11
Avg open age: 18 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 18
Closed in 7 days: 10
Comments in 7 days: 22
Events in 7 days: 71

Top labels

  • bug (221)
  • enhancement (108)
  • good first issue (17)
  • question (8)
  • dependencies (5)
  • Support (4)
  • Beta (3)
  • help wanted (3)

Detailed Description

Ministack is a free, open-source local AWS emulator that runs over 60 AWS services on a single port and is compatible with Terraform, AWS SDKs, and infrastructure-as-code tools.

The tool addresses the need for local AWS development and testing without cloud costs or account requirements. It emulates AWS services by running real infrastructure components where practical: RDS spins up actual Postgres or MySQL containers, ElastiCache provisions real Redis or Valkey instances, and ECS executes genuine Docker containers. The emulator supports multi-account and multi-region isolation on a single endpoint by using 12-digit access keys to denote accounts and SigV4 region headers to scope state, mirroring AWS's actual behavior. It includes local Bedrock support that proxies to Ollama, llama.cpp, or vLLM for real language model completions through the standard Bedrock API.

Ministack suits teams that previously relied on LocalStack Community and need a free alternative for local development and CI/CD pipelines. It works as a drop-in replacement with boto3, the AWS CLI, Terraform, CDK, and Pulumi without code changes. The tool's small footprint—around 270MB image size and 30MB idle RAM—and fast startup under two seconds make it practical for resource-constrained environments and rapid test cycles. An internal reset endpoint allows test suites to obtain clean state between runs without container restarts, and optional init script re-execution restores seeded resources.

The project maintains active continuous integration workflows and Docker image distribution. Development activity shows regular updates to the codebase and responsiveness to the build pipeline.