google/rune
Rune is a programming language developed to test ideas for improving security and efficiency. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 92
- 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: 1765
- days_rel: n/a
- days_push: 51
- n_releases_24m: 0
Adoption not part of the score
1929 stars · 45 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rune is an experimental, Python-inspired systems programming language from Google that compiles to C and emphasizes memory safety and constant-time handling of secrets. It integrates DataDraw-style Structure-of-Arrays data structures for high performance on memory-intensive workloads.
Use cases
- write memory-safe systems code faster than C++
- protect secrets against timing attacks with dedicated secret types
- build high-performance relational data structures in a language
- experiment with new programming language security features
- interoperate with existing C and C++ libraries
- prototype a DB-embedded language with recursive self-referential data
When to choose
- you are researching language-level security features like constant-time secret handling
- you want Python-like ergonomics with C-level performance
- your workload is memory-intensive and benefits from SoA layout
- you need tight interop with C/C++ codebases
When to avoid
- you need a production-ready, stable language today
- your team relies on mature tooling, libraries, and ecosystem support
- the project requires officially supported Google product guarantees
Facets
cli-tool · maturity experimental
programming-language compiler security cryptography programming-languages security developer-tools compilers cpp python systems-programming memory-safety constant-time structure-of-arrays datadraw c-interop linux macos
1 source
- readme: https://github.com/google/rune · fetched 2026-08-28 · bd715a090c29
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/rune | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem