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

TheDan64/inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely) observed · 2026-08-28

github.com/TheDan64/inkwell · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 72
  • 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: 93
  • age_days: 3354
  • days_rel: 27
  • days_push: 11
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

3006 stars · 273 forks observed · 2026-08-28

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

Inkwell is a Rust library providing a safe, strongly-typed wrapper around llvm-sys for building compilers and JIT engines. It mirrors LLVM IR's type system so many errors are caught at compile time rather than at LLVM runtime.

Use cases

  • build a programming language compiler in Rust
  • generate LLVM IR from Rust code
  • create a JIT compiler for a DSL
  • safely interface with LLVM from Rust
  • compile custom bytecode to native code
  • implement a language backend targeting LLVM

When to choose

  • you are writing a compiler or language implementation in Rust
  • you want compile-time safety over the raw LLVM C API
  • you need JIT execution of generated code
  • you want better documentation and ergonomics than llvm-sys

When to avoid

  • you need a stable 1.0 API since inkwell is pre-1.0 with possible breaking changes
  • you are not using Rust
  • you need an LLVM version outside 12-22
  • you only need a quick one-off codegen script where raw llvm-sys suffices

Facets

library · maturity active

compiler programming-language developer-tools compilers programming-languages developer-tools rust cross-platform llvm codegen jit safe-wrapper llvm-ir

3 sources

Member repositories

RepositoryRoleHealth v2
TheDan64/inkwellmain90

For agents

markdown · JSON · MCP: product_card(name="TheDan64/inkwell")

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