tjake/Jlama
Jlama is a modern LLM inference engine for Java observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 46
- Release rhythm 40
- Longevity 80
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: 6.5
- age_days: 1129
- days_rel: 609
- days_push: 325
- n_releases_24m: 7
Adoption not part of the score
1303 stars · 164 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jlama is a modern LLM inference engine written in Java, supporting popular transformer models like Llama, Mistral, Gemma, and Qwen with quantization and distributed inference. It ships as an embeddable library plus a CLI that can serve an OpenAI-compatible REST API with a chat UI.
Use cases
- run llm inference in a java application
- serve an openai-compatible api for local models
- chat with huggingface models from the command line
- run quantized llama or mistral models locally
- generate embeddings with a java library
- distributed inference across multiple machines
When to choose
- your application is on the JVM and you want built-in LLM inference without Python
- you want an OpenAI-compatible local REST API with a chat UI
- you need quantized model support (Q8/Q4) in pure Java
- you want distributed inference across a cluster of JVMs
When to avoid
- you need maximum inference throughput available in GPU-native runtimes like vLLM or llama.cpp
- you need broad model architecture support beyond the supported families
- you are not on Java 20+ since the engine requires modern JDK features
Facets
library · maturity active
llm-inference cli http-server machine-learning transformers large-language-models artificial-intelligence machine-learning developer-tools jvm cli cross-platform llm-inference java simd quantization openai-compatible-api huggingface distributed-inference panama-vector safetensors
1 source
- readme: https://github.com/tjake/Jlama · fetched 2026-08-28 · 11519ad50bb4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tjake/Jlama | main | 51 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem