正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

Orbit Local

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
  • Status: Experiment

Orbit Local runs entirely on your machine. Build a code graph for any local repository and query it using the same query language as Orbit Remote. No GitLab account, no network connection required.

  • Indexes: Code only, including files, definitions, cross-file references.
  • Storage: DuckDB (local file at ~/.orbit/graph.duckdb)

Get started with Orbit Local

In this section

PageDescription
Get startedPick an access method and run your first query
How it worksIndexing pipeline, graph model, query execution
What Orbit Local indexesCode coverage, language support, scope
Schema referenceThe four node types in the local code graph

Access methods

MethodDescription
The Orbit CLI (orbit)Run the orbit binary directly to index and query
The GitLab CLI (glab)Drive Orbit Local through glab orbit local (planned)
MCPExpose the local graph to Claude Code, Codex, and other agents

Billing

Orbit Local does not consume GitLab Credits. All processing is local.