Gephi
Gephi is the open-source standard for network visualization and analysis, designed for researchers, data scientists, journalists, and analysts who need to explore, manipulate, and understand relational data.
Publisher review
Gephi is the open-source standard for network visualization and analysis, designed for researchers, data scientists, journalists, and analysts who need to explore, manipulate, and understand relational data. The tool combines interactive visualization with algorithmic analysis: you can layout networks in real-time using force-directed algorithms, compute centrality metrics (betweenness, PageRank, closeness), detect communities, and filter nodes and edges dynamically. Gephi scales to networks of over one million edges and is particularly strong in exploratory workflows where you iterate quickly between data exploration and visual iteration.
The platform anchors itself in academic research—the original Gephi paper (Bastian et al., 2009) has over 10,000 citations in peer-reviewed literature, and it was the tool used by the ICIJ to map offshore financial networks in the Panama Papers investigation. The Gephi Consortium, a French non-profit, maintains the open-source codebase under dual CDDL 1.0 and GNU GPL v3 licensing, ensuring perpetual free availability. Version 0.11.2 (May 2026) brings significant performance improvements for large-scale graphs, and the newer Gephi Lite (web-based, October 2025) lowers the installation barrier for users who don't need the full desktop application.
Community feedback reveals genuine strengths in intuitive interaction design and documentation for beginners, though advanced features have a steeper learning curve, and users report occasional instability with extremely large graphs (100k+ nodes). The tool is most competitive for general-purpose network exploration rather than specialized domains (where Cytoscape dominates bioinformatics or yEd dominates hierarchical diagram editing).
How it works
-
Real-time Interactive Layout
Adjust force-directed layout parameters (spring constant, gravity, cooling) and watch the graph re-organize instantly; no batch rendering wait.
-
Network Metrics & Analysis
Compute degree, betweenness centrality, closeness, PageRank, clustering coefficient, diameter, and modularity for community detection in a single click.
-
Dynamic Filtering & Search
Filter nodes and edges by attribute values, degree ranges, or metric thresholds; search and highlight subnetworks interactively.
-
Multi-Format Import/Export
Read CSV, GEXF, GraphML, Pajek NET formats; export layouts as PDF, PNG, SVG, or GEXF for downstream use in other tools.
-
Plugin Architecture
Extend Gephi with custom algorithms, importers, exporters, and tools via the open plugin system; active community plugin repository.
-
Dual-Mode Deployment
Desktop application (Windows, macOS, Linux) for full-featured analysis, or Gephi Lite web interface for lightweight collaborative exploration without installation.
-
Time-Evolving Network Support
Import and visualize dynamic networks where edges appear and disappear over time; replay network evolution as an animation.
Strengths and trade-offs
Strengths
- Open-source and free; no licensing barriers for academic, journalistic, or commercial use.
- Scales to over 1 million edges with responsive interaction; outperforms many commercial tools at similar data volumes.
- Intuitive GUI with real-time visual feedback; beginners can produce network visualizations within hours rather than days.
Trade-offs
- Stability issues reported on extreme datasets (100k+ nodes); occasional crashes under memory pressure.
- Dynamic and temporal network support is weak; better alternatives exist if analyzing time-evolving or evolving graph sequences.
- Advanced features (custom algorithms, complex plugins) require substantial time investment; official documentation gaps for some workflows.
Pricing context
Gephi is completely free under dual CDDL 1.0 and GNU GPL v3 open-source licenses. No subscription, licensing fees, or commercial restrictions exist. The desktop application (current stable: 0.11.2, May 2026) is available for Windows, macOS, and Linux.
Gephi Lite, a web-based version (October 2025), requires no installation and is also free. The Gephi Consortium, a French non-profit, maintains the codebase and accepts community contributions. Users can deploy Gephi without any financial commitment, whether for academic research, investigative journalism, or commercial network analysis.
Alternatives
User reviews
No user reviews yet. Be the first to write one.
Sources
Reporting on this tool draws on these publicly available sources.
- gephi.org — Official Gephi website, product description, download links, and licensing information
- github.com — Active GitHub repository with 6.5k stars, commit history, and open issues demonstrating ongoing maintenance
- gephi.wordpress.com — Version 0.11.2 release notes (May 2026) describing performance improvements and new features
- gephi.org — Gephi Lite web interface (October 2025), browser-based lightweight alternative to desktop application
- bellingcat.gitbook.io — Gephi use case in investigative journalism (Panama Papers, ICIJ); professional investigator endorsement
- ojs.aaai.org — Academic publication citing Gephi's use in social network analysis; verifies 10,000+ citations claim
- gephi.org — Official licensing details (dual CDDL 1.0 and GNU GPL v3); free and open-source confirmation
- www.saashub.com — Third-party comparison of Gephi, Cytoscape, and other network visualization tools; community ratings and feature comparison