Ross ROSS = Recommend OSS · open-source software intelligence for agents

ClearFoundry/ClearScript

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows). observed · 2026-08-28

github.com/ClearFoundry/ClearScript · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 89
  • Release rhythm 51
  • Longevity 100

Flags: no_readme

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: 429
  • age_days: 3408
  • days_rel: 115
  • days_push: 71
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2030 stars · 167 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ClearScript is a .NET library for embedding script engines into applications, supporting Google's V8, Microsoft JScript, and VBScript. It exposes .NET objects and types to scripts with full interop, debugging, module support, and cross-platform builds.

Use cases

  • add JavaScript scripting to a .NET application
  • run user-provided scripts safely inside a C# app
  • expose .NET objects and types to JavaScript code
  • embed V8 in a .NET Core or .NET Framework app
  • support legacy VBScript or JScript automation on Windows
  • enable plugin or macro scripting in a desktop application

When to choose

  • you need a mature, actively maintained scripting host for .NET
  • you want deep bidirectional interop between .NET and JavaScript
  • you must support multiple engines including legacy JScript/VBScript
  • you need cross-platform V8 support on Windows, Linux, and macOS

When to avoid

  • you only need to execute standalone JavaScript files without host interop
  • you want sandboxed untrusted-code isolation, which requires extra work beyond ClearScript
  • your project is not on the .NET platform

Facets

library · maturity active

interpreter sdk developer-tools developer-tools programming-languages cross-platform windows dotnet cross-platform scripting javascript-engine v8 vbscript jscript csharp interop linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
ClearFoundry/ClearScriptmain78

For agents

markdown · JSON · MCP: product_card(name="ClearFoundry/ClearScript")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem