# clice-io/clice

A next-generation C++ language server for modern C++, focused on high performance and deep code intelligence

Repository: https://github.com/clice-io/clice
Canonical: https://ross.abutalabs.com/products/clice
Homepage: https://docs.clice.io/clice/
Language: C++
License: Apache-2.0
License Family: permissive
Topics: c, cpp, language-server
Last push: 2026-08-26T17:13:10+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 60, longevity 54
- inputs: {"age_days": 769, "days_push": 7, "days_rel": 7, "gap_med": 1.0, "n_releases_24m": 23}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1304, forks 77 (observed 2026-08-28T04:04:18.472355+00:00)

## What it is
clice is a next-generation C++ language server built from scratch on LLVM/Clang, designed for high performance and deep code intelligence. It introduces compilation contexts, template pseudo-instantiation for dependent type resolution, and first-class C++20 named module support.

## Use cases
- get code completion inside C++ template bodies
- work with C++20 named modules in my editor
- switch compilation contexts for multi-config projects
- handle non-self-contained headers in a language server
- replace clangd with a faster C++ language server
- go-to-definition for dependent types in generic code

## When to choose
- you work with heavy template-based C++ code where clangd struggles with dependent types
- your project uses C++20 named modules
- you need compilation context switching for headers or multiple build configurations

## When to avoid
- you need a battle-tested, maximally stable language server today
- you rely on clangd plugins or integrations not yet ported to clice
- your toolchain or platform is not among the supported release targets

## Facets
- artifact type: application
- maturity: active
- function: editor, parser, developer-tools
- domain: developer-tools, programming-languages, parsers
- platform: windows, cpp, editor-plugin
- tags: language-server, lsp, clangd, llvm, code-intelligence, cpp20-modules, code-completion, linux, macos

## Member repositories
- clice-io/clice (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:18.472355+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-30T04:51:06.923588+00:00, confidence not recorded.
  - readme: https://github.com/clice-io/clice (fetched 2026-08-28T04:04:18.472355+00:00, sha c59311ac5cc4)
  - homepage: https://docs.clice.io/clice/ (fetched 2026-08-29T12:09:02.267607+00:00, sha be2691d659d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
