# toitlang/toit

Program your microcontrollers in a fast and robust high-level language.

Repository: https://github.com/toitlang/toit
Canonical: https://ross.abutalabs.com/products/toit
Homepage: https://toitlang.org/
Language: Toit
License: LGPL-2.1
License Family: copyleft
Topics: esp32, toit
Last push: 2026-08-26T13:55:00+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 1755, "days_push": 7, "days_rel": 15, "gap_med": 10.5, "n_releases_24m": 37}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1361, forks 90 (observed 2026-08-28T04:04:29.980066+00:00)

## What it is
The Toit language implementation, consisting of a compiler, virtual machine, and standard libraries for running a modern high-level language on microcontrollers, primarily the ESP32. It pairs with the Jaguar tool for live reloading of device applications over WiFi.

## Use cases
- program esp32 microcontrollers in a high-level language
- build iot device applications without writing c
- hot reload code on a microcontroller over wifi
- write i2c device drivers for embedded hardware
- run a garbage-collected language on constrained devices

## When to choose
- you want fast, safe high-level development for esp32 or similar mcus
- you need quick iteration cycles with live reloading on embedded hardware
- you prefer indentation-based modern syntax over c/c++ for firmware

## When to avoid
- you target microcontrollers other than esp32 without porting effort
- you need bare-metal control, tiny binaries, or cycle-accurate timing
- your project requires a large established ecosystem and community

## Facets
- artifact type: library
- maturity: active
- function: compiler, interpreter, programming-language, embedded
- domain: programming-languages, iot, embedded-systems, compilers
- platform: embedded, iot, windows, cpp
- tags: toit-language, virtual-machine, esp32, microcontroller, live-reloading, sdk, standard-library, linux, macos

## Member repositories
- toitlang/toit (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:29.980066+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-30T04:41:36.582165+00:00, confidence not recorded.
  - readme: https://github.com/toitlang/toit (fetched 2026-08-28T04:04:29.980066+00:00, sha c9a0c2fa0004)
  - homepage: https://toitlang.org/ (fetched 2026-08-29T11:59:18.210666+00:00, sha 5ba5d2672ec3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
