Ross ROSS = Recommend OSS · open-source software intelligence for agents

GoogleChromeLabs/clooney

Clooney is an actor library for the web. Use workers without thinking about workers. observed · 2026-08-28

github.com/GoogleChromeLabs/clooney · JavaScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 90
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3115
  • days_rel: n/a
  • days_push: 62
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1420 stars · 36 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Clooney is an actor library for the web that instantiates classes inside Web Workers so expensive work runs off the main thread. It uses Comlink under the hood so worker instances can be called as if they were local objects.

Use cases

  • run expensive calculations off the main thread
  • use web workers without writing worker boilerplate
  • spawn classes in workers like local objects
  • keep the UI responsive during heavy computation
  • call async worker methods transparently
  • distribute work across multiple workers with round-robin

When to choose

  • you want a simple actor-style API over Web Workers
  • your class is self-contained and doesn't rely on outer scope
  • you're already comfortable with Comlink's proxy approach
  • you need multi-worker strategies like round-robin

When to avoid

  • your class depends heavily on surrounding scope or DOM access
  • you need ES module workers or modern worker features
  • you need fine-grained control over worker messaging
  • the project appears minimally maintained for newer platform features

Facets

library · maturity maintenance

concurrency rpc developer-tools web-development frontend developer-tools browser web-workers actor-model comlink off-main-thread browser-library javascript web-server

1 source

Member repositories

RepositoryRoleHealth v2
GoogleChromeLabs/clooneymain73

For agents

markdown · JSON · MCP: product_card(name="GoogleChromeLabs/clooney")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem