ReadyTalk/avian
[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5234
- days_rel: n/a
- days_push: 2022
- n_releases_24m: 0
Adoption not part of the score
1238 stars · 172 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Avian is a lightweight Java virtual machine and class library written in C++ that provides a useful subset of Java's features, including JIT compilation and generational garbage collection. It is designed for building small, self-contained applications that embed the VM and class resources in a single executable.
Use cases
- build a self-contained Java application as a single executable
- embed a small JVM in a native application
- run Java code on platforms like iOS or FreeBSD
- reduce application size and startup time versus a full JVM
- compile Java programs with JIT to native execution
When to choose
- you need a tiny, embeddable JVM for self-contained executables
- you target platforms like iOS or FreeBSD where a full JVM is impractical
- you want minimal dependencies (only zlib) and fast startup
When to avoid
- you need full Java SE compatibility or modern Java features
- you need a maintained, supported VM - the project is explicitly inactive
- you rely on the broader Java ecosystem, libraries, or recent JDK tooling
Facets
library · maturity abandoned
interpreter compiler programming-language programming-languages compilers cross-platform developer-tools windows bsd cpp jvm java-virtual-machine jit-compiler self-contained-executables embeddable-vm openjdk linux macos ios
2 sources
- readme: https://github.com/ReadyTalk/avian · fetched 2026-08-28 · d6c552c0a02d
- homepage: https://readytalk.github.io/avian/ · fetched 2026-08-29 · e2227d23f795
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReadyTalk/avian | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem