GitHub Copilot Language Server
brew install --cask copilot-language-server
v1.509.0
Language Server Protocol server for GitHub Copilot
39
30-day installs · #2238
140
90-day · #2092
140
365-day · #3886
278
★ GitHub stars · updated 2mo ago
GitHub topics
ai
copilot
language-server-protocol
Links
- https://github.com/github/copilot-language-server-release
- GitHub: github/copilot-language-server-release
- Brew formula source: Casks/c/copilot-language-server.rb
Raw metadata
{
"alternatives": [],
"artifacts": [
{
"binary": [
"copilot-language-server"
],
"target": "$HOMEBREW_PREFIX/bin/copilot-language-server"
},
{
"zap": [
{
"rmdir": "~/.cache/pkg",
"trash": "~/.cache/pkg/*/rg"
}
]
}
],
"auto_updates": null,
"categories": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Language Server Protocol server for GitHub Copilot",
"disable_reason": null,
"disabled": 0,
"display_name": "GitHub Copilot Language Server",
"enrichment_fetched_at": "2026-06-20T22:41:46+00:00",
"first_seen": "2026-06-20T00:47:34+00:00",
"full_token": "copilot-language-server",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-18T05:31:26Z",
"github_readme_excerpt": "# @github/copilot-language-server\n\nThe Copilot Language Server enables any editor or IDE to integrate with GitHub\nCopilot via [the language server protocol](https://microsoft.github.io/language-server-protocol/).\n\n**[GitHub Copilot](https://github.com/features/copilot)** is an AI pair programmer tool that helps you write code faster and smarter.\n\n**Sign up for [GitHub Copilot Free](https://github.com/settings/copilot)!**\n\nPlease see [terms of use for GitHub Copilot](https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features#github-copilot)\n\n## Getting Started\n\nTo integrate with the Copilot Language Server, download the latest release from npm:\n\n```sh\nnpm install @github/copilot-language-server\n```\n\nTo run the language server, platform-specific binaries are available as separate\npackages included as optional dependencies. For example, [`@github/copilot-language-server-darwin-arm64`](https://www.npmjs.com/package/@github/copilot-language-server-darwin-arm64), for macOS on arm64:\nexample, for macOS on arm64:\n\n```sh\n./node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server --version\n```\n\nIf repackaging the language server, all platform-specific binaries are available\nin the releases: https://github.com/github/copilot-language-server-release/releases\nFor example, to download a zip of all of the binaries together:\n\n```\ngh release download -R github/copilot-language-server-release -p \u0027copilot-language-server-native-*\u0027\n```\n\nOr you can use [Node.js](https://nodejs.org/en/download/) version 20.8 or later:\n\n```sh\nnpx @github/copilot-language-server --version\n```\n\n```sh\nnode ./node_modules/@github/copilot-language-server/dist/language-server.js --version\n```\n\nIf using the `language-server.js` distribution, it is necessary to retain the entire `dist` directory contents.\n\nCommunication with the language server typically happens over stdio with `--stdio`. The `language-server.js`\ndistribution additionally support",
"github_repo": "github/copilot-language-server-release",
"github_stars": 278,
"github_topics": [
"ai",
"copilot",
"language-server-protocol"
],
"homepage": "https://github.com/github/copilot-language-server-release",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 39,
"installs_365d": 140,
"installs_90d": 140,
"last_seen": "2026-06-20T00:47:34+00:00",
"llm_generated_at": null,
"llm_model": null,
"names": [
"GitHub Copilot Language Server"
],
"one_liner": null,
"rank_30d": 2238,
"rank_365d": 3886,
"rank_90d": 2092,
"raw_hash": "15aa3dfcad8944c4",
"ruby_source_path": "Casks/c/copilot-language-server.rb",
"tap": "homebrew/cask",
"token": "copilot-language-server",
"version": "1.509.0",
"why_use_this": null
}