# ikvmnet/ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET

Repository: https://github.com/ikvmnet/ikvm
Canonical: https://ross.abutalabs.com/products/ikvm
Language: C#
License: NOASSERTION
License Family: other
Topics: java, jvm, machine, virtual, compiler, converter, dotnet, java-virtual-machine, bytecode-converter, java-se, jdk, jre, openjdk
Last push: 2026-08-24T12:04:39+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 2994, "days_push": 9, "days_rel": 10, "gap_med": 25.5, "n_releases_24m": 17}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1562, forks 138 (observed 2026-08-28T04:05:03.904605+00:00)

## What it is
IKVM is an implementation of Java for the .NET platform, providing a JVM implemented in .NET along with a bytecode-to-IL converter. It lets you run compiled Java code on .NET Framework/.NET Core or convert Java bytecode (JARs) into .NET assemblies without porting source code.

## Use cases
- run java applications on .net
- convert java jar files to .net dll assemblies
- use java libraries from c# projects
- execute java bytecode on .net core without a jvm
- embed a java runtime in a .net application
- interoperate between java and .net code

## When to choose
- you need to reuse existing Java libraries in a .NET project without rewriting them
- you want to deploy Java applications on machines where only .NET is available
- you need Java SE 8 runtime functionality on .NET Framework 4.7.2+ or .NET 6+

## When to avoid
- you need to convert Java source code to C# source code
- you need to run .NET code inside a Java environment
- you require Java features beyond Java SE 8
- you need a full modern JVM with the latest Java language features

## Facets
- artifact type: library
- maturity: active
- function: compiler, interpreter, sdk, developer-tools
- domain: developer-tools, cross-platform, programming-languages, compilers
- platform: dotnet, windows, cross-platform
- tags: jvm, java, bytecode-to-il, java-interop, openjdk, nuget, linux, macos

## Member repositories
- ikvmnet/ikvm (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:03.904605+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-30T04:00:17.813403+00:00, confidence not recorded.
  - readme: https://github.com/ikvmnet/ikvm (fetched 2026-08-28T04:05:03.904605+00:00, sha a5800ec25f54)
- Data as of 2026-08-30T08:39:29.467469+00:00.
