Floci is a set of standalone, MIT-licensed binaries that emulate cloud services from AWS, Azure, GCP, and Oracle Cloud on localhost. The AWS emulator runs 119 services on port 4566 — the same port LocalStack uses — and explicitly markets itself as a drop-in replacement requiring zero code changes. Azure gets 28 services, GCP gets 25, and OCI gets 8. All four start in roughly 24 milliseconds, idle at 13 MiB of memory, and require no cloud account, no API key, and no auth token. The competitive trigger is specific and recent: LocalStack began requiring an authentication token in March 2026. Floci's homepage calls this out by name and promises it will never follow suit. The entire value proposition rests on this fork in the road — one path leads toward gated access and eventual monetization, the other toward permanently free tooling. Whether that promise survives contact with operating costs is the central question. Technically, Floci compiles with GraalVM Mandrel to produce native binaries, which explains the fast cold starts and low memory footprint. The emulators claim real engine fidelity: Lambda runs in actual Docker containers, RDS uses real PostgreSQL and MySQL, ElastiCache runs real Redis. This is a meaningful distinction from mock-based approaches where local behavior diverges from production. The AI-agent angle is the most forward-looking part of the pitch. Floci frames itself as the sandbox for coding agents that generate cloud infrastructure code — an environment where agents can iterate aggressively without leaking credentials, running up bills, or destroying shared staging environments. The zero-credential design means there is nothing in the agent's context window that could be exfiltrated. This is a genuine architectural insight about the LLM-assisted development workflow. The toolchain includes a unified CLI (floci-cli) and a visual dashboard (floci-ui) for browsing resources across all four cloud providers from a single interface. Installation is a one-line curl command. The quick-start demo has you creating an S3 bucket and round-tripping a file in five commands. The risk profile is straightforward: Floci is betting that developer goodwill and MIT licensing create enough adoption to sustain the project without the monetization levers LocalStack chose. The 119-service count for AWS is impressive on paper, but service depth and fidelity across all 119 is the real test — emulating the S3 API is different from faithfully reproducing IAM policy evaluation or CloudFormation stack rollbacks. No benchmarks or fidelity comparisons are provided. What matters here is the structural pattern, not just the product. When an incumbent open-source project adds authentication gates, it creates a specific market opening for a zero-friction fork. Floci is executing that playbook cleanly. The question is whether permanent free access is a sustainable business model or a growth-phase promise that eventually encounters the same economic pressures LocalStack did.