Pollen – distributed WASM runtime, no control plane, single binary
Leaderless WASM cluster where nodes self-organize via local state, no control plane needed.
A lightweight distributed Python runtime
Ray and Prefect alternative claiming single-codebase distribution without the boilerplate.
Backend developers, data engineers
Ray · Prefect · Dask
If you've worked with frameworks like Ray or Prefect, you're probably familiar with the promise of going from script to scale in two lines of code (or something along those lines). This is essentially the solution I was looking for: a framework with limited boilerplate that facilitated arbitrary distribution schemes within a single, coherent codebase. What I was hoping for, though, was something a little bit more focused - I wasn't working on ML pipelines and didn't need much else other than the distribution layer. This is where Wool comes in. While it's API is very similar to those of Ray and Prefect, where it differentiates itself is in its scope and architecture.
First, Wool is not a task orchestrator. It provides push-based, best-effort, at-most-once execution. There is no built-in coordination state, retry logic, or durable task tracking. Those concerns remain application-defined. The beauty of Wool is that it looks and feels like native async Python, allowing you to use purpose-built libraries for your needs as you would for any other Python app (with some caveats).
Second, Wool was designed with speed in mind. Because it's not bloated with features, it's actually pretty fast, even in its current nascent state. Wool routines are dispatched directly to a decentralized peer-to-peer network of gRPC workers, who can distribute nested routines amongst themselves in turn. This results in low dispatch latencies and high throughput. I won't make any performance claims until I can assemble some more robust benchmarks, but running local workers on my M4 MacBook Pro (a trivial example, I know), I can easily achieve sub-millisecond dispatch latencies.
Anyway, check it out, any and all feedback is welcome. Regarding docs- the code is the documentation for now, but I promise I'll sort that out soon. I've got plenty of ideas for next steps, but it's always more fun when people actually use what you've built, so I'm open to suggestions for impactful features.
-Conrad
Leaderless WASM cluster where nodes self-organize via local state, no control plane needed.
Free-threaded Python beats async FastAPI +435% on CPU work—paradigm shift, not toy.
Map any Python function to 1000 VMs in <1 second, automatic env sync.
Krylov complexity detects QKD eavesdroppers without new hardware — 0.981 AUC on real fiber data.
JVM as orchestrator with Rabia consensus, but early (v0.17) and solves a constrained problem.
Deterministic latency observatory with environment noise detection, but unclear adoption and niche audience.