# dylibso/chicory

Native JVM WebAssembly runtime

Repository: https://github.com/dylibso/chicory
Canonical: https://ross.abutalabs.com/products/chicory
Homepage: https://chicory.dev
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, wasm, webassembly, webassembly-runtime
Last push: 2026-07-06T03:12:46+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 76, longevity 77
- inputs: {"age_days": 1082, "days_push": 58, "days_rel": 162, "gap_med": 17.5, "n_releases_24m": 15}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1127, forks 71 (observed 2026-08-28T04:03:41.383550+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: interpreter, compiler
- domain: -
- platform: jvm, cross-platform
- tags: webassembly-runtime, pure-java, wasi, sandboxing, zero-native-dependencies, webassembly, jvm, runtime

## Member repositories
- dylibso/chicory (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.383550+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:38:47.429245+00:00, confidence not recorded.
  - readme: https://github.com/dylibso/chicory (fetched 2026-08-28T04:03:41.383550+00:00, sha a7311346442e)
  - homepage: https://chicory.dev (fetched 2026-08-29T12:43:18.757367+00:00, sha 04a1bd528616)
  - site_page: https://chicory.dev/docs (fetched 2026-08-29T12:43:18.759806+00:00, sha 2fe80b791221)
- Data as of 2026-08-30T08:39:29.467469+00:00.
