# SerenityOS/jakt

The Jakt Programming Language

Repository: https://github.com/SerenityOS/jakt
Canonical: https://ross.abutalabs.com/products/jakt
Language: C++
License: BSD-2-Clause
License Family: permissive
Topics: programming-language, jakt, serenityos
Last push: 2026-08-21T11:30:05+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 1581, "days_push": 12, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2989, forks 237 (observed 2026-08-28T04:07:34.481511+00:00)

## What it is
Jakt is a memory-safe systems programming language developed by the SerenityOS project, featuring automatic reference counting, strong typing, and bounds checking. It currently works by transpiling to C++ and is under heavy development.

## Use cases
- write memory-safe systems code without a garbage collector
- learn how a programming language compiler is built
- contribute to SerenityOS tooling
- transpile a safe language to C++
- experiment with reference-counted pointer types

## When to choose
- you want a memory-safe systems language with ARC semantics
- you're contributing to SerenityOS or its ecosystem
- you want to study or hack on a compiler written in C++

## When to avoid
- you need a stable, production-ready language
- you need a mature ecosystem of libraries and tooling
- you can't rely on clang for the C++ transpilation step

## Facets
- artifact type: library
- maturity: experimental
- function: compiler, programming-language
- domain: programming-languages, compilers, developer-tools
- platform: windows, cpp
- tags: memory-safety, transpiler, systems-programming, serenityos, linux, macos

## Member repositories
- SerenityOS/jakt (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:34.481511+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:31:23.136418+00:00, confidence not recorded.
  - readme: https://github.com/SerenityOS/jakt (fetched 2026-08-28T04:07:34.481511+00:00, sha 5514ea363f39)
- Data as of 2026-08-30T08:39:29.467469+00:00.
