Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Preflight checks
runs-on: ubuntu-latest
# Skip dev publish when the push is a stable release version bump
if: ${{ github.event_name == 'release' || !startsWith(github.event.head_commit.message, 'chore: release v') }}
if: "${{ github.event_name == 'release' || !startsWith(github.event.head_commit.message, 'chore: release v') }}"
permissions:
contents: read
steps:
Expand Down
62 changes: 0 additions & 62 deletions COMPETITIVE_ANALYSIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,65 +292,3 @@ Ranked by weighted score across 6 dimensions (each 1–5):
| CrewAI multi-agent | Overengineered for a code analysis tool. Keep the scope focused |
| Clipboard/LLM-dump mode | Different product category (glimpse). We're a graph tool, not a context-packer |

---

## Irrelevant Repos (excluded from ranking)

These repos from the search were not code analysis / graph tools:

| Repo | What it actually is |
|------|-------------------|
| [susliko/tla.nvim](https://github.com/susliko/tla.nvim) | TLA+/PlusCal Neovim plugin for formal verification |
| [akaash-nigam/AxionApps](https://github.com/akaash-nigam/AxionApps) | Portfolio of 17 Indian social impact mobile apps |
| [jasonjckn/tree-sitter-clojure](https://github.com/jasonjckn/tree-sitter-clojure) | Fork of Clojure tree-sitter grammar, inactive since 2022 |
| [omkargade04/sentinel-agent](https://github.com/omkargade04/sentinel-agent) | AI-powered GitHub PR reviewer agent |
| [rupurt/tree-sitter-graph-nix](https://github.com/rupurt/tree-sitter-graph-nix) | Nix flake packaging for tree-sitter-graph (1.8KB of Nix) |
| [shandianchengzi/tree_sitter_DataExtractor](https://github.com/shandianchengzi/tree_sitter_DataExtractor) | Academic research on program graph representations for GNNs |
| [hasssanezzz/GoTypeGraph](https://github.com/hasssanezzz/GoTypeGraph) | Go-only struct/interface relationship visualizer |
| [romiras/py-cmm-parser](https://github.com/romiras/py-cmm-parser) | Python-only canonical metadata parser with Pyright LSP |
| [OrkeeAI/orkee](https://github.com/OrkeeAI/orkee) | AI agent orchestration platform (CLI/TUI/Web/Desktop) |
| [google/binnavi](https://github.com/google/binnavi) | Binary analysis IDE for disassembled code (archived, requires IDA Pro) |
| [mhutchie/vscode-git-graph](https://github.com/mhutchie/vscode-git-graph) | VS Code extension for visualizing Git commit history as a graph |
| [utdemir/nix-tree](https://github.com/utdemir/nix-tree) | TUI for browsing Nix package dependency trees |
| [arunkumar9t2/scabbard](https://github.com/arunkumar9t2/scabbard) | Dagger 2 (Android DI framework) dependency graph visualizer |
| [iamvaibhavmehra/LangGraph-Course-freeCodeCamp](https://github.com/iamvaibhavmehra/LangGraph-Course-freeCodeCamp) | FreeCodeCamp course materials on LangGraph agent framework |
| [trailofbits/it-depends](https://github.com/trailofbits/it-depends) | Package dependency resolver and SBOM generator (supply chain, not source code) |
| [jriecken/dependency-graph](https://github.com/jriecken/dependency-graph) | Generic in-memory graph data structure library (npm package) |
| [Claudate/project-multilevel-index](https://github.com/Claudate/project-multilevel-index) | Fractal self-referential documentation system inspired by "Godel, Escher, Bach" |
| [23blocks-OS/ai-maestro](https://github.com/23blocks-OS/ai-maestro) | AI agent orchestrator/dashboard for managing multiple AI coding agents |
| [codemuse-app/codemuse](https://github.com/codemuse-app/codemuse) | SaaS VS Code extension for AI-powered code navigation (requires cloud account) |
| [microsoft/constrained-graph-variational-autoencoder](https://github.com/microsoft/constrained-graph-variational-autoencoder) | ML research: constrained graph variational autoencoders for molecule design |
| [tech-srl/Nero](https://github.com/tech-srl/Nero) | ML research: neural reverse engineering of stripped binaries |
| [tintinweb/vscode-interactive-graphviz](https://github.com/tintinweb/vscode-interactive-graphviz) | VS Code extension for interactive Graphviz DOT file preview (generic renderer) |
| [praeclarum/ShaderGraphCoder](https://github.com/praeclarum/ShaderGraphCoder) | RealityKit shader codegen for Swift (shader graphs, not code analysis) |
| [Vul-LMGNN/vul-LMGGNN](https://github.com/Vul-LMGNN/vul-LMGGNN) | ML research: vulnerability detection combining CodeBERT + GNN |
| [TeodorVecerdi/CodeGraph](https://github.com/TeodorVecerdi/CodeGraph) | Unity visual scripting tool for non-programmers (node-based, discontinued) |
| [OneGraph/graphiql-code-exporter](https://github.com/OneGraph/graphiql-code-exporter) | GraphiQL plugin to export GraphQL queries as code snippets |
| [joaompinto/vscode-graphviz](https://github.com/joaompinto/vscode-graphviz) | VS Code Graphviz DOT language support (syntax highlighting/preview) |
| [igor-elovikov/sd-sex](https://github.com/igor-elovikov/sd-sex) | Substance Designer plugin for creating function graphs from code (3D materials) |
| [HeYijia/GraphSLAM_tutorials_code](https://github.com/HeYijia/GraphSLAM_tutorials_code) | Tutorial code for GraphSLAM robotics algorithms |
| [iFindTA/NHGraphCoderPro](https://github.com/iFindTA/NHGraphCoderPro) | iOS CAPTCHA/verification code generator (Objective-C UI component) |
| [oceaneLIU/GraphCoder](https://github.com/oceaneLIU/GraphCoder) | ML research: graph-based code representation (paper code, no usable tool) |
| [omegacen/conda-depgraph](https://github.com/omegacen/conda-depgraph) | CLI to plot Conda environment dependency graphs (package manager, not source code) |
| [hosseinmoein/Lynx](https://github.com/hosseinmoein/Lynx) | Generic dependency graph library for scheduling/computation (data structure) |
| [deezer/gravity_graph_autoencoders](https://github.com/deezer/gravity_graph_autoencoders) | ML research: gravity-inspired graph autoencoders for link prediction |
| [erikw/taiga-stats](https://github.com/erikw/taiga-stats) | Statistics and burnup diagrams from Taiga project management |
| [ZhaoLiang-GitHub/KnowledgeGraph-code](https://github.com/ZhaoLiang-GitHub/KnowledgeGraph-code) | Knowledge graph project code and datasets (NLP/knowledge engineering) |
| [shenAlexy/GraphCodeView](https://github.com/shenAlexy/GraphCodeView) | iOS captcha/verification code generator using drawRect |
| [spacestation13/SS13-Codebases](https://github.com/spacestation13/SS13-Codebases) | Family tree diagram of Space Station 13 game forks |
| [jbpt/codebase](https://github.com/jbpt/codebase) | Business process analysis library (BPMN/Petri nets) |
| [Stephanvs/vscode-graphviz](https://github.com/Stephanvs/vscode-graphviz) | VS Code Graphviz DOT language syntax support |
| [ZephyrTan/low-code-flow-graph](https://github.com/ZephyrTan/low-code-flow-graph) | Low-code drag-and-drop flow/process designer UI component |
| [Bowen-n/MCBG](https://github.com/Bowen-n/MCBG) | Malware classification via control flow graphs (ML/security research) |
| [wonjunior/CodeGraph](https://github.com/wonjunior/CodeGraph) | Node-based visual programming tool (not code analysis) |
| [DumBringer/CoDeGraph](https://github.com/DumBringer/CoDeGraph) | Industrial anomaly detection/segmentation via zero-shot learning (computer vision) |
| [vul337/Callee](https://github.com/vul337/Callee) | ML research: recovering binary call graphs with transfer learning |
| [MalwareCantFly/Vba2Graph](https://github.com/MalwareCantFly/Vba2Graph) | VBA macro malware analysis call graph tool for security researchers |
| [Ramos-dev/graph4code](https://github.com/Ramos-dev/graph4code) | Tutorial/demo: ASTs in Neo4j for vulnerability tracing (educational, not a tool) |
| [microsoft/graph-based-code-modelling](https://github.com/microsoft/graph-based-code-modelling) | ML research: generative code modeling with program graphs (ICLR papers) |
| [ShiftLeftSecurity/llvm2cpg](https://github.com/ShiftLeftSecurity/llvm2cpg) | LLVM bitcode → Code Property Graph converter for Joern (binary/IR bridge) |
| [joernio/ghidra2cpg](https://github.com/joernio/ghidra2cpg) | Ghidra binary decompilation → CPG frontend for Joern |
| [rocq-community/coq-dpdgraph](https://github.com/rocq-community/coq-dpdgraph) | Coq/Rocq theorem prover dependency graph plugin for proof objects |
| [rewindio/dagwood](https://github.com/rewindio/dagwood) | Generic Ruby dependency graph library (data structure) |
| [rust-secure-code/cargo-supply-chain](https://github.com/rust-secure-code/cargo-supply-chain) | Cargo subcommand for auditing who published your Rust dependencies (supply chain people, not code) |
| [cyrus-and/chrome-page-graph](https://github.com/cyrus-and/chrome-page-graph) | Chrome extension for web page asset dependency graphs |
Loading
Loading