# castwide/solargraph

A Ruby language server.

Repository: https://github.com/castwide/solargraph
Canonical: https://ross.abutalabs.com/products/solargraph
Homepage: https://solargraph.org
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, language-server, intellisense
Last push: 2026-08-26T08:22:03+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3455, "days_push": 7, "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 2008, forks 167 (observed 2026-08-28T04:06:04.882262+00:00)

## What it is
Solargraph is a Ruby language server implementing the Language Server Protocol, providing intellisense, context-aware autocompletion, inline documentation, diagnostics, and type checking. It is distributed as a Ruby gem and integrates with editors like VS Code, Vim, Emacs, Sublime Text, and Eclipse.

## Use cases
- get autocomplete for ruby in vscode
- add intellisense to my ruby editor
- type check ruby code in the editor
- show inline documentation for ruby gems
- lint and diagnose ruby files via lsp
- set up a ruby language server for neovim

## When to choose
- you write Ruby and want IDE-like completion, hover docs, and diagnostics in your editor
- you need an LSP server for Ruby that works across many editors
- you want gem documentation and core Ruby docs integrated with autocomplete

## When to avoid
- you need deep Rails-specific support without adding the separate solargraph-rails plugin
- you need full static type checking comparable to Sorbet or Steep
- your project is not Ruby

## Facets
- artifact type: library
- maturity: active
- function: editor, developer-tools, documentation, linter, type-system
- domain: developer-tools, programming-languages, text-editors
- platform: cross-platform, editor-plugin, cli
- tags: ruby, language-server-protocol, intellisense, autocomplete, static-analysis, lsp

## Member repositories
- castwide/solargraph (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:04.882262+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-30T03:01:17.829575+00:00, confidence not recorded.
  - readme: https://github.com/castwide/solargraph (fetched 2026-08-28T04:06:04.882262+00:00, sha 08f870e18135)
  - homepage: https://solargraph.org (fetched 2026-08-29T10:41:12.769761+00:00, sha 793fe15edb35)
  - site_page: https://solargraph.org/guides/getting-started (fetched 2026-08-29T10:41:12.772226+00:00, sha 8fa59eed40b2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
