Open Source Alternatives
A cloud service emulator that runs AWS (and Snowflake) locally for development and testing, without an AWS account or cloud costs.
LocalStack is a trademark of its respective owner.
Updated Jul 2026
LocalStack and its OSS alternatives speak the same AWS endpoints, so basic setups move over by changing one URL and dropping the auth token. The friction is service coverage: if your tests hit Cloud Pods, the AWS Replicator, or a service floci or kumo don't emulate yet, you rebuild that part or keep it on real AWS. A solo dev testing S3, DynamoDB, and Lambda can switch in an afternoon, while a team with shared state and 40+ services in CI should budget a few days and verify the gaps against real AWS. The hidden cost is trust: an emulator that's 95% accurate is the 5% that pages you at 2am.
We find the alternatives so you don't have to
Open source analysis in your inbox every Wednesday.
Ranked by feature coverage
Light, fluffy, and always free - The AWS Local Emulator alternative
Floci does what LocalStack used to: it emulates AWS on your laptop so you can build and test cloud apps without an AWS account, real credentials, or a cloud bill. It stands up 65 services on localhost:4566, from S3 and DynamoDB to Lambda, RDS, and ECS.
A lightweight AWS service emulator written in Go
Kumo is a single-binary AWS service emulator written in Go. It mocks 76 AWS services (S3, DynamoDB, Lambda, SQS, KMS, IAM) for local development and CI testing.