puniverse/quasar
Fibers, Channels and Actors for the JVM observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4907
- days_rel: n/a
- days_push: 955
- n_releases_24m: 0
Adoption not part of the score
4551 stars · 560 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Quasar is a JVM library providing lightweight threads (fibers), Go-like channels, and Erlang-like actors for Java and Kotlin, using bytecode instrumentation via a Java agent. It enables high-performance asynchronous and concurrent programming with an actor model, supervision, and clustering support.
Use cases
- run millions of lightweight threads on the JVM
- build Erlang-style actor systems in Java or Kotlin
- use Go-like channels for communication between concurrent tasks
- write blocking-style asynchronous code without callback hell
- build fault-tolerant concurrent applications with supervisors and hot code swapping
- cluster actors across JVM nodes
When to choose
- you need lightweight concurrency on older JVMs without virtual threads (pre-JDK 21)
- you want an Erlang/Akka-style actor model tightly integrated with fibers and channels
- you are maintaining an existing Quasar/Comsat/Pulsar codebase
When to avoid
- you are on JDK 21+ where native virtual threads (Project Loom) are available
- you want a actively developed library with a large community
- you cannot add a -javaagent instrumentation flag to your JVM launch
- you need a general-purpose distributed data grid (use Galaxy or other IMDGs instead)
Facets
library · maturity maintenance
concurrency message-queue streaming developer-tools microservices jvm cross-platform fibers actors channels lightweight-threads erlang-style go-style-channels kotlin clojure real-time
5 sources
- readme: https://github.com/puniverse/quasar · fetched 2026-08-28 · c13e4212a54b
- homepage: http://docs.paralleluniverse.co/quasar/ · fetched 2026-08-29 · a69211b8ee49
- site_page: http://paralleluniverse.co/about · fetched 2026-08-29 · ebd362527a52
- site_page: http://docs.paralleluniverse.co/galaxy · fetched 2026-08-29 · 43944ac3ba10
- site_page: http://docs.paralleluniverse.co · fetched 2026-08-29 · eb8bdc238c61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| puniverse/quasar | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="puniverse/quasar")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem