# company-mode/company-mode

Modular in-buffer completion framework for Emacs

Repository: https://github.com/company-mode/company-mode
Canonical: https://ross.abutalabs.com/products/company-mode
Homepage: http://company-mode.github.io/
Language: Emacs Lisp
License: GPL-3.0
License Family: copyleft
Topics: emacs-lisp, code-completion
Last push: 2026-07-21T02:40:06+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 35, longevity 100
- inputs: {"age_days": 6327, "days_push": 43, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2290, forks 239 (observed 2026-08-28T04:06:34.847088+00:00)

## What it is
company-mode is a modular in-buffer text and code completion framework for GNU Emacs, standing for 'complete anything'. It uses pluggable back-ends and front-ends to retrieve and display completion candidates, with built-in back-ends like Clang, Dabbrev, and a CAPF bridge to Emacs's standard completion-at-point facility.

## Use cases
- autocomplete code in emacs
- in-buffer text completion for emacs
- plug custom completion backends into emacs
- complete anything while typing in emacs
- integrate lsp or clang completion in emacs

## When to choose
- you use GNU Emacs and want automatic in-buffer completion
- you need a pluggable completion framework with many back-ends
- you want completion that works with any major mode via CAPF

## When to avoid
- you use a different editor like VS Code or Vim
- you prefer Emacs's built-in corfu or completion-at-point-only workflows

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: emacs-lisp, code-completion, autocomplete, melpa, emacs

## Member repositories
- company-mode/company-mode (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:34.847088+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-30T02:40:41.984931+00:00, confidence not recorded.
  - readme: https://github.com/company-mode/company-mode (fetched 2026-08-28T04:06:34.847088+00:00, sha 23f3bd445c5d)
  - homepage: http://company-mode.github.io/ (fetched 2026-08-29T10:20:53.641633+00:00, sha c4ca3354ada2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
