Floci – A Free, Open-Source Local AWS Emulator

Floci – A Free, Open-Source Local AWS Emulator

Hacker News
Hacker NewsMar 21, 2026

Why It Matters

Floci removes cost and operational barriers for developers needing realistic AWS environments, enabling faster, cheaper CI pipelines and preserving security after LocalStack’s community version ends.

Key Takeaways

  • No auth token required, unlike LocalStack after March 2026
  • Startup under 30 ms, memory under 15 MiB
  • Supports 20+ AWS services with full SDK test coverage
  • MIT license enables unrestricted commercial use
  • Docker image ~90 MB, ideal for CI pipelines

Pulse Analysis

Enterprises and independent developers have long relied on local AWS emulators to accelerate cloud‑native development without incurring network latency or cloud charges. The upcoming deprecation of LocalStack’s community edition in March 2026—introducing mandatory authentication tokens, limiting CI/CD usage, and freezing security patches—creates a gap in the tooling ecosystem. Floci, an open‑source project released under the MIT license, steps into that void by offering a drop‑in replacement that runs with a single `docker compose up` command. Its design prioritizes simplicity, eliminating account requirements and feature gates that previously hampered rapid prototyping.

From a performance standpoint, Floci distinguishes itself with a sub‑30 ms startup time and an idle memory footprint of roughly 13 MiB, dramatically lower than LocalStack’s 3‑second boot and 143 MiB consumption. The Docker image weighs in at about 90 MB, making it suitable for constrained CI runners and edge environments. Functionally, it emulates more than twenty AWS services—including API Gateway v2, Cognito, ElastiCache with IAM, and full RDS IAM authentication—while passing all 408 SDK compliance tests. The native binary build further reduces overhead, delivering near‑instant readiness for integration testing.

The practical impact for software teams is immediate cost avoidance and faster feedback loops. Because Floci imposes no licensing fees or usage quotas, organizations can embed it in every pull‑request pipeline, ensuring that unit and integration tests execute against a faithful AWS surface without external dependencies. Security updates remain active under the open‑source model, mitigating the risk of stale components that plagued the sunsetted LocalStack edition. As cloud‑native adoption accelerates, tools like Floci are likely to become standard fixtures in DevOps toolchains, reinforcing the trend toward fully local, reproducible development environments.

Floci – A free, open-source local AWS emulator

Comments

Want to join the conversation?

Loading comments...