OctoCounts Launch Kit

OctoCounts is a GitHub SLOC counter and browser extension. It shows actual files, lines, code, comments, blanks, and language totals for public repositories without cloning.

Links

Chrome extensionChrome Web Store
Firefox add-onFirefox Add-ons

Short Copy

GitHub shows language percentages. OctoCounts shows actual source line counts: files, code, comments, blanks, and per-language totals. Use the web app, browser extension, README badge, GitHub Action, CLI, or MCP server.

Launch Post

I built OctoCounts because GitHub's language bar is useful but incomplete.

It answers the practical question: how big is this repo, really?

- Browser extension: SLOC directly in GitHub's repo sidebar
- Web app: permanent public reports
- README badges: live SLOC badges that link to reports
- GitHub Action: PR comments for SLOC changes
- CLI and MCP: developer/agent workflows

Try it: https://octocounts.com/

Screenshot

OctoCounts report preview

Badge Example

[![SLOC](https://api.octocounts.com/badge/huanglizhuo/OctoCount)](https://octocounts.com/github/huanglizhuo/OctoCount)