dylibso/chicory
Native JVM WebAssembly runtime observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 91
- Release rhythm 76
- Longevity 77
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: 17.5
- age_days: 1082
- days_rel: 162
- days_push: 58
- n_releases_24m: 15
Adoption not part of the score
1127 stars · 71 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Chicory is a WebAssembly runtime written in pure Java that runs Wasm modules on any JVM without native dependencies or JNI. It includes a parser, interpreter, and JIT compiler, with WASI support and a sandboxed execution model.
Use cases
- run webassembly modules inside a java application
- execute wasm plugins in a jvm environment without native libraries
- embed a wasm runtime in a maven or gradle project
- run wasm on any platform the jvm supports
- sandbox untrusted wasm code with jvm security guarantees
- call exported wasm functions from java code
When to choose
- you need to run Wasm in a Java application without shipping native binaries for multiple architectures
- you want JVM-level safety, observability, and tooling when executing Wasm
- you need a pure-Java, zero-dependency Wasm runtime
When to avoid
- you need maximum Wasm execution performance from a mature native runtime like Wasmtime or Wasmer
- your project is not on the JVM
- you need advanced Wasm features or extensions not yet supported by Chicory
Facets
library · maturity active
interpreter compiler jvm cross-platform webassembly-runtime pure-java wasi sandboxing zero-native-dependencies webassembly jvm runtime
3 sources
- readme: https://github.com/dylibso/chicory · fetched 2026-08-28 · a7311346442e
- homepage: https://chicory.dev · fetched 2026-08-29 · 04a1bd528616
- site_page: https://chicory.dev/docs · fetched 2026-08-29 · 2fe80b791221
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dylibso/chicory | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem