OctoGraph.Cli 0.0.11

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global OctoGraph.Cli --version 0.0.11
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local OctoGraph.Cli --version 0.0.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=OctoGraph.Cli&version=0.0.11
                    
nuke :add-package OctoGraph.Cli --version 0.0.11
                    

OctoGraph

OctoGraph is a local code knowledge graph tool for AI-assisted repository navigation. It installs as the octograph .NET global tool and includes a CLI, HTTP API bridge, MCP stdio server, and packaged web portal.

Install

dotnet tool install --global OctoGraph.Cli

To install a specific release:

dotnet tool install --global OctoGraph.Cli --version 0.0.11

To update an existing installation:

dotnet tool update --global OctoGraph.Cli

Commands

octograph --help
octograph doctor
octograph analyze <repository-path>
octograph index <repository-path> --target codex
octograph list
octograph query <search-text> --repo <repository-path-or-name>
octograph serve
octograph mcp
octograph portal

Common Workflows

Analyze and index a repository:

octograph analyze .
octograph index . --target codex
octograph status

Search the local graph:

octograph query "RepositoryService" --repo .
octograph context <symbol-or-node-id> --repo .
octograph impact <symbol-or-node-id> --repo .

Start integrations:

octograph serve
octograph mcp
octograph portal

Configuration

OctoGraph stores local configuration under .octograph in the user profile unless OCTOGRAPH_HOME is set. Repository-specific graph data is written under the repository's .octograph directory.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated