antirez/kilo
A text editor in less than 1000 LOC with syntax highlight and search. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 3706
- days_rel: n/a
- days_push: 606
- n_releases_24m: 0
Adoption not part of the score
9087 stars · 993 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Kilo is a tiny terminal text editor written in under 1000 lines of C, with syntax highlighting and incremental search, requiring no external libraries. It is designed as a minimal, readable codebase to learn from or extend into more advanced editors and CLI interfaces.
Use cases
- edit files in a terminal without installing heavy editors
- learn how a terminal text editor works internally
- use as a starting point to build a custom editor or TUI
- quick syntax-highlighted editing over ssh
- study minimal VT100 terminal handling in C
When to choose
- you need an extremely small, dependency-free terminal editor
- you want readable C source code to learn editor internals from
- you want a base to fork into your own TUI project
When to avoid
- you need a full-featured editor with plugins, macros, or extensive language support
- you need guaranteed stability - the project is alpha-stage and lightly maintained
- you need Windows-native terminal support without a VT100-compatible terminal
Facets
cli-tool · maturity maintenance
editor terminal-ui developer-tools text-editors developer-tools cli cross-platform c minimalist syntax-highlighting vt100 educational small-codebase command-line linux macos
1 source
- readme: https://github.com/antirez/kilo · fetched 2026-08-28 · 50bb80624f6f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antirez/kilo | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem