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

JetBrains/MPS

JetBrains Meta programming System observed · 2026-08-28

github.com/JetBrains/MPS · homepage · JetBrains MPS · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5497
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1656 stars · 309 forks observed · 2026-08-28

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

JetBrains MPS is an open-source meta-programming system (language workbench) for designing domain-specific languages with a complete development environment. It provides a projectional editor with completion, semantics, and type checking out of the box, plus generators that compile DSLs into target languages such as Java, C, and XML.

Use cases

  • create a domain-specific language for my field
  • build a DSL with editor completion and type checking
  • projectional editor supporting math notation, diagrams, and forms
  • generate Java, C, or XML code from a custom language
  • language workbench for language engineering
  • define a non-textual DSL with full IDE support
  • implement domain logic in concepts my domain experts understand

When to choose

  • You need to design a DSL with a full IDE experience (completion, intentions, type checking) without building editor tooling from scratch
  • Your notation must be non-textual - mathematical symbols, tables, diagrams, or forms - via projectional editing
  • You want to generate code for multiple target languages from one language definition
  • You are building extensible language families for a specific engineering domain, like embedded software or legislation

When to avoid

  • You only need a lightweight textual DSL parsed from source files - parser generators like ANTLR are simpler
  • Your workflow depends on plain text files and standard diff/merge tooling, since projectional models are not text
  • You want a quick one-off scripting tool - MPS has a significant learning curve and is aimed at language engineering

Facets

application · maturity stable

programming-language editor compiler type-system developer-tools programming-languages developer-tools compilers jvm cross-platform windows dsl language-workbench projectional-editor meta-programming code-generation language-design jetbrains ide modeling desktop linux macos

7 sources

Member repositories

RepositoryRoleHealth v2
JetBrains/MPSmain77

For agents

markdown · JSON · MCP: product_card(name="JetBrains/MPS")

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