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

cel-expr/cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go) observed · 2026-08-28

github.com/cel-expr/cel-go · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • 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: 21.0
  • age_days: 3099
  • days_rel: 14
  • days_push: 7
  • n_releases_24m: 19

Full methodology

Adoption not part of the score

3085 stars · 305 forks observed · 2026-08-28

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

cel-go is a Go implementation of the Common Expression Language (CEL), a fast, portable, non-Turing complete expression language with gradual typing. It parses, type-checks, and evaluates single expressions against host-provided variables and functions, making it safe to embed in performance-critical applications.

Use cases

  • evaluate authorization rules for API requests
  • add user-defined filter expressions to API list calls
  • validate protocol buffer messages with declarative constraints
  • embed a safe sandboxed expression evaluator in a Go application
  • evaluate policy predicates over structured data like JWT claims
  • let users write simple configuration expressions without scripting languages

When to choose

  • you need fast, predictable-cost expression evaluation in Go (nanoseconds to microseconds)
  • you want a safe, non-Turing complete alternative to embedding a full scripting language
  • you need type-checked expressions over protobufs, JSON, lists, and maps
  • you're building policy, validation, or filtering features where expressions change rarely but evaluate often

When to avoid

  • you need a full scripting language with loops, state, or side effects
  • your application is not written in Go or targeting the Go ecosystem
  • you need Turing-complete programmability or user-defined functions with complex control flow

Facets

library · maturity stable

parser interpreter security authorization programming-languages developer-tools security apis go cross-platform expression-language cel policy-engine type-checking non-turing-complete sandboxed-evaluation

2 sources

Member repositories

RepositoryRoleHealth v2
cel-expr/cel-gomain99

For agents

markdown · JSON · MCP: product_card(name="cel-expr/cel-go")

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