# mirror/busybox SLOC report

> As of 2026-08-01 (commit 371fe9f71d44), mirror/busybox contains 314,282 total lines: 206,899 code, 75,895 comments, 31,488 blank, across 969 files in 17 languages (top: C 90.1%). Counted with tokei via OctoCounts.

OctoCounts produced this report by resolving mirror/busybox to commit 371fe9f71d44, downloading the repository source archive, and counting every source file with tokei, the open-source line counter written in Rust. The table below breaks the count down by programming language into files, total lines, code lines, comment lines, and blank lines, so the figures can be compared across languages and projects. Results are cached by commit, tokei version, and analysis options, so counting the same revision again reproduces exactly these numbers.

## Repository size insights

This is a large codebase by counted code lines. Code represents 65.8% of all lines, comments represent 24.1%, and the repository averages 214 code lines per file. C accounts for 90.1% of counted code.

| Language | Files | Lines | Code | Comments | Blanks |
| --- | ---: | ---: | ---: | ---: | ---: |
| C | 685 | 274,326 | 186,316 | 61,264 | 26,746 |
| C Header | 65 | 9,970 | 6,119 | 2,584 | 1,267 |
| HTML | 9 | 4,386 | 4,116 | 37 | 233 |
| Shell | 110 | 5,278 | 3,659 | 979 | 640 |
| GNU Style Assembly | 5 | 2,529 | 2,219 | 157 | 153 |
| C++ | 1 | 1,425 | 1,250 | 53 | 122 |
| Makefile | 8 | 1,693 | 911 | 474 | 308 |
| Autoconf | 2 | 758 | 606 | 28 | 124 |
| Happy | 1 | 683 | 590 | 0 | 93 |
| Perl | 3 | 622 | 385 | 138 | 99 |
| Lex | 1 | 355 | 303 | 12 | 40 |
| BASH | 2 | 304 | 176 | 86 | 42 |

Top language (C 90.1%). Generated at 2026-08-01T23:34:21.867822396+00:00. Canonical report: https://octocounts.com/github/mirror/busybox

## Report FAQ

### How many lines of code does mirror/busybox have?

mirror/busybox has 314,282 total lines, including 206,899 code lines, 75,895 comment lines, and 31,488 blank lines.

### How was the mirror/busybox line count measured?

OctoCounts resolved the public GitHub repository to commit 371fe9f71d44, downloaded the source archive, counted it with tokei, and cached the report by commit, tokei version, and analysis options.

### What commit was counted for mirror/busybox?

This OctoCounts report was generated from master at commit 371fe9f71d44 on 2026-08-01T23:34:21.867822396+00:00.

## Similar repository reports

- [openwrt/openwrt](https://octocounts.com/github/openwrt/openwrt) — C, 205,198 code lines
- [nginx/nginx](https://octocounts.com/github/nginx/nginx) — C, 214,280 code lines
- [libvips/libvips](https://octocounts.com/github/libvips/libvips) — C, 197,567 code lines
- [wasm-micro-runtime/wasm-micro-runtime](https://octocounts.com/github/wasm-micro-runtime/wasm-micro-runtime) — C, 221,144 code lines
- [HarbourMasters/Lighthouse](https://octocounts.com/github/HarbourMasters/Lighthouse) — C, 226,789 code lines
- [unicorn-engine/unicorn](https://octocounts.com/github/unicorn-engine/unicorn) — C, 177,560 code lines

## Related OctoCounts pages

- [Recently analyzed repositories](https://octocounts.com/recent)
- [Popular SLOC reports](https://octocounts.com/popular)
- [Trending GitHub repositories](https://octocounts.com/trending)
- [Hall of Monoliths](https://octocounts.com/hall-of-monoliths)
- [Neovim vs VS Code](https://octocounts.com/compare/neovim-vs-vscode)
- [MongoDB vs PostgreSQL](https://octocounts.com/compare/mongodb-vs-postgres)
- [GitHub SLOC counter guide](https://octocounts.com/docs/github-sloc-counter)
- [Counting methodology](https://octocounts.com/docs/methodology)
- [OctoCounts API docs](https://octocounts.com/docs/api)
