littlekernel/lk
LK embedded kernel observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5363
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
3667 stars · 766 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LK (Little Kernel) is a small SMP-aware embedded kernel written in C, portable to many 32- and 64-bit CPU architectures including ARM, RISC-V, x86, MIPS, and 68000. It features a fully re-entrant preemptive multithreaded kernel and is widely used in embedded projects, notably as the bootloader for many Android phones.
Use cases
- build a custom RTOS for a microcontroller
- write an embedded bootloader for ARM or RISC-V hardware
- run a small preemptive multithreaded kernel on bare metal
- port a lightweight kernel to a new 32-bit or 64-bit architecture
- develop firmware for Cortex-M or Cortex-A cores
- use a minimal kernel as a base for an Android device bootloader
When to choose
- you need a small, portable, SMP-capable embedded kernel with permissive MIT licensing
- you are targeting ARM, RISC-V, x86, MIPS, or 68000 embedded platforms
- you want a proven codebase used in production bootloaders
When to avoid
- you need a full POSIX-compliant OS with rich userspace
- you want a Linux-based system with drivers and package ecosystems
- you need hard real-time guarantees certified for safety-critical use
Facets
library · maturity active
embedded concurrency embedded-systems operating-systems hardware embedded c rtos kernel bootloader microcontroller smp bare-metal operating-system arm riscv x86
1 source
- readme: https://github.com/littlekernel/lk · fetched 2026-08-28 · 08a7b74d3cae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| littlekernel/lk | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem