{"id":47408802,"url":"https://github.com/clice-io/clice","last_synced_at":"2026-04-13T11:08:27.116Z","repository":{"id":255843725,"uuid":"833448069","full_name":"clice-io/clice","owner":"clice-io","description":"A next-generation C++ language server for modern C++, focused on high performance and deep code intelligence","archived":false,"fork":false,"pushed_at":"2026-04-07T06:11:06.000Z","size":5705,"stargazers_count":1201,"open_issues_count":56,"forks_count":70,"subscribers_count":15,"default_branch":"main","last_synced_at":"2026-04-07T07:21:47.929Z","etag":null,"topics":["c","cpp","language-server"],"latest_commit_sha":null,"homepage":"https://docs.clice.io/clice/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clice-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-25T04:42:24.000Z","updated_at":"2026-04-07T07:15:20.000Z","dependencies_parsed_at":"2024-10-26T15:08:17.341Z","dependency_job_id":"989999e3-f987-43c9-8af3-c5308633c14b","html_url":"https://github.com/clice-io/clice","commit_stats":null,"previous_names":["clice-project/clice","clice-io/clice"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/clice-io/clice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clice-io%2Fclice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clice-io%2Fclice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clice-io%2Fclice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clice-io%2Fclice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clice-io","download_url":"https://codeload.github.com/clice-io/clice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clice-io%2Fclice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp","language-server"],"created_at":"2026-03-20T21:00:36.362Z","updated_at":"2026-04-13T11:08:27.108Z","avatar_url":"https://github.com/clice-io.png","language":"C++","readme":"\u003c!-- Begin section: Overview --\u003e\n\n# clice\n\n![C++ Standard](https://img.shields.io/badge/C++-23-blue.svg)\n[![GitHub license](https://img.shields.io/github/license/clice-io/clice)](https://github.com/clice-io/clice/blob/main/LICENSE)\n[![Actions status](https://github.com/clice-io/clice/workflows/CI/badge.svg)](https://github.com/clice-io/clice/actions)\n[![Documentation](https://img.shields.io/badge/view-documentation-blue)](https://docs.clice.io/clice/)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/clice-io/clice)\n[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord\u0026logoColor=white)](https://discord.gg/PA3UxW2VA3)\n\nclice is a next-generation language server designed for modern C++. Through excellent asynchronous task scheduling and intelligent caching, it achieves a lower memory footprint and faster response times.\n\nBeyond performance, clice provides instantiation-aware template processing, supports switching header contexts between different source files (including non-self-contained headers), and offers comprehensive support for C++20 modules, from code completion to go-to-definition. Our goal is to provide C++ developers with a truly fast, precise, and intelligent development companion.\n\n\u003e [!IMPORTANT]\n\u003e Support for header contexts and C++20 modules are core features currently under active development. They will be progressively refined in upcoming releases. Stay tuned!\n\n## Getting started\n\nDownload the latest `clice` binary from the [releases page](https://github.com/clice-io/clice/releases) and install the [vscode extension](https://marketplace.visualstudio.com/items?itemName=ykiko.clice-vscode). Then, add the following configuration to your `.vscode/settings.json` file:\n\n```jsonc\n{\n  // Optional: Set this to an empty string to turn off the clangd.\n  \"clangd.path\": \"\",\n\n  // Point this to the clice binary you downloaded.\n  \"clice.executable\": \"/path/to/your/clice/executable\",\n}\n```\n\n\u003e [!NOTE]\n\u003e As an early version, please do not use it in a production environment. Crashes are expected, and we welcome you to submit issues.\n\n## Documentation\n\nTo learn more about building, installing, and configuring clice, or to dive deep into its features and architecture, please visit our official documentation at [**clice.io**](https://docs.clice.io/clice/).\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclice-io%2Fclice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclice-io%2Fclice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclice-io%2Fclice/lists"}