d5/tengo
A fast script language for Go observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 79
- Release rhythm 8
- Longevity 100
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: 2793
- days_rel: 466
- days_push: 126
- n_releases_24m: 1
Adoption not part of the score
3831 stars · 336 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Tengo is a small, dynamic, fast scripting language implemented in pure Go, compiled to bytecode and executed on a stack-based VM. It is designed to be securely embedded in Go applications as an extensible scripting/rules layer, and also ships as a standalone CLI with a REPL.
Use cases
- embed a scripting language in a go application
- build a rules engine with user-editable logic
- run sandboxed user scripts securely
- write a data pipeline in a small dynamic language
- evaluate dynamic expressions at runtime in go
- use a lightweight scripting language with a REPL
When to choose
- you need a fast, dependency-free embeddable script language for Go
- security and sandboxing of user-supplied scripts matter
- you want better VM performance than Lua/JS interpreters on Go
When to avoid
- you need a rich standard library or large ecosystem
- you need native-code performance
- you prefer a mature mainstream scripting language like Lua or JavaScript
Facets
library · maturity stable
interpreter compiler programming-language cli programming-languages developer-tools go cross-platform cli embedded-scripting bytecode-vm scripting-language rules-engine go-embedding automation
2 sources
- readme: https://github.com/d5/tengo · fetched 2026-08-28 · c4c47c70b382
- homepage: https://tengolang.com · fetched 2026-08-29 · 4c4e2c34500b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| d5/tengo | main | 58 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem