sebastienros/jint
Javascript Interpreter for .NET observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
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: 10
- age_days: 4619
- days_rel: 10
- days_push: 7
- n_releases_24m: 34
Adoption not part of the score
4705 stars · 604 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jint is a JavaScript interpreter written in C# for .NET, supporting modern ECMAScript standards and running on any .NET Standard 2.0+ platform. It allows .NET applications to execute sandboxed JavaScript and interoperate with native .NET objects and functions.
Use cases
- run javascript inside a .net application in a sandbox
- expose .net objects and functions to javascript code
- add user scripting support to a .net app
- evaluate javascript expressions from c#
- embed a javascript engine without native dependencies
When to choose
- you need pure managed .NET JavaScript execution with no native binaries
- you want safe sandboxed user-provided scripts
- you need to interop between .NET objects and JavaScript
When to avoid
- you need maximum JavaScript execution performance (a V8-based engine is faster)
- you need the latest ECMAScript features beyond what Jint supports
- you need DOM or browser APIs
Facets
library · maturity active
interpreter parser sdk programming-languages developer-tools backend dotnet cross-platform javascript-engine scripting sandboxing ecmascript c-sharp
1 source
- readme: https://github.com/sebastienros/jint · fetched 2026-08-28 · 7a2a96c7a8d7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sebastienros/jint | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="sebastienros/jint")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem