@heygurisingh: Holy shit... a team just open sourced an AWS emulator that runs the entire cloud on your laptop with 13 MiB of memory. …
Summary
Floci is a newly open-sourced, lightweight AWS emulator that runs 45 services on a laptop using only 13 MiB of memory, offering a faster and resource-efficient alternative to Docker-based tools like LocalStack.
Similar Articles
@midudev: This project lets you have AWS locally and for free. No accounts or tricks. Perfect for practicing. It's called Floci a…
Floci is a free, open-source local AWS emulator that runs via Docker and provides 69 AWS services like S3, Lambda, DynamoDB, and RDS without requiring an AWS account or auth tokens, ideal for dev, testing, and CI.
@tom_doerr: Emulates 60+ AWS services locally on a single port, runs actual containers for RDS and ElastiCache, and consumes approx…
MiniStack is a free, open-source local AWS emulator that supports 60+ services on a single port, runs real containerized infrastructure for RDS and ElastiCache, and uses minimal resources, serving as a drop-in replacement for LocalStack Community.
@GYLQ520: Want a free AWS environment locally without signing up or dealing with paid plans. The Floci project makes this a reality, offering 69 core services like S3, SQS, Lambda, DynamoDB, RDS, all running on local port 4566, and existing SDKs and CLI tools can connect directly…
Floci is a free and open-source project that simulates an AWS environment locally, supporting 69 core services such as S3, SQS, and Lambda. Developers can use existing SDKs and CLI tools for development and testing without needing to sign up for an account.
@akshay_pachaar: Google just dropped a new LLM! You can run it locally on just 8GB RAM. Let's fine-tune this on our own data (100% local…
Google dropped a new LLM that can run locally on just 8GB RAM. The tweet demonstrates fine-tuning it on personal data entirely locally.
How we run Firecracker VMs inside EC2 and start browsers in less than 1s
Browser Use rebuilt its cloud browser infrastructure using Firecracker microVMs on regular EC2, achieving sub-400ms cold starts and reducing costs from $0.06 to $0.02 per browser hour with improved isolation and autoscaling.