floci-io/floci

Light, fluffy, and always free - The AWS Local Emulator alternative

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 18th, 2026
Open Issues & Pull Requests: 159 (-1)
GitHub issues: Enabled
Number of forks: 2,526
Total Stargazers: 23,733 (+6)
Total Subscribers: 84 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.3 hours
Mean response time: 3.8 days
90th percentile: 11.8 days
Tracked items: 1,099

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "floci-core" is answered fastest, typically in about 8 hours, while "released" waits about 3 days. Almost all tracked open issues have seen activity in the last three months. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 100
New in 7 days: 85
Closed in 7 days: 139
Avg open age: 15 days
Stale 30+ days: 4
Stale 90+ days: 0

Recent activity

Opened in 7 days: 64
Closed in 7 days: 125
Comments in 7 days: 37
Events in 7 days: 315

Top labels

  • bug (697)
  • enhancement (290)
  • released (139)
  • lambda (110)
  • s3 (101)
  • cloudformation (84)
  • dynamodb (66)
  • ec2 (66)

Detailed Description

Floci is a free, open-source local AWS emulator for development, testing, and CI that runs in Docker without requiring a cloud account, authentication token, or paid features.

Floci solves the problem of developing and testing AWS-dependent applications without cloud infrastructure costs or account setup overhead. It emulates AWS services by listening on localhost:4566 and accepting requests from standard AWS SDKs, CLI tools, Terraform, CDK, and test frameworks. Developers point their existing tools at the local endpoint and work with AWS-shaped services that behave like the real cloud without leaving their machine. The tool runs as a Docker container, making it portable across development environments and CI pipelines.

Teams should adopt Floci if they need local AWS service emulation for development workflows, integration testing, or CI environments. It suits projects already using AWS SDKs or infrastructure-as-code tools that want to avoid cloud costs during development. The README explicitly positions Floci as a drop-in replacement for LocalStack, allowing users to swap container images while keeping their existing docker-compose configurations and workflows unchanged.

The project maintains a substantial base of real-world adopters, as evidenced by the fact that almost all open issues are raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by bug reports, enhancement requests, and released items, indicating active maintenance cycles and responsiveness to user feedback.