MCPcopy Index your code
hub / github.com/gephi/gephi

github.com/gephi/gephi @v0.11.2

repository ↗ · DeepWiki ↗ · release v0.11.2 ↗ · + Follow
14,759 symbols 50,515 edges 1,461 files 3,056 documented · 21% updated 7d agov0.11.2 · 2026-05-09★ 6,569496 open issues
README

Gephi - The Open Graph Viz Platform

build Downloads Downloads Translation progress

Gephi is an award-winning open-source platform for visualizing and manipulating large graphs. It runs on Windows, Mac OS X and Linux. Localization is available in English, French, Spanish, Japanese, Russian, Brazilian Portuguese, Chinese, Czech, German, Romanian, Greek, Hungarian, Korean, Swedish and Ukrainian.

  • Fast Powered by a built-in OpenGL engine, Gephi is able to push the envelope with very large networks. Visualize networks up to a million elements. All actions (e.g. layout, filter, drag) run in real-time.

  • Simple Easy to install and get started. An UI that is centered around the visualization. Like Photoshop™ for graphs.

  • Modular Extend Gephi with plug-ins. The architecture is built on top of Apache Netbeans Platform and can be extended or reused easily through well-written APIs.

Download Gephi for Windows, Mac OS X and Linux and consult the release notes. Example datasets can be found on our wiki.

Gephi

Install and use Gephi

Download and Install Gephi on your computer.

Get started with the Quick Start and follow the Tutorials. Load a sample dataset and start to play with the data.

If you run into any trouble or have questions consult our discussions.

Latest releases

Stable

Development builds

Development builds are generated regularly. Current version is 0.11.2-SNAPSHOT

Developer Introduction

Gephi is developed in Java and uses OpenGL for its visualization engine. Built on the top of Netbeans Platform, it follows a loosely-coupled, modular architecture philosophy. Gephi is split into modules, which depend on other modules through well-written APIs. Plugins can reuse existing APIs, create new services and even replace a default implementation with a new one.

Consult the Javadoc for an overview of the APIs.

Requirements

  • Java JDK 17 (or later)

  • Apache Maven version 3.6.3 or later

Checkout and Build the sources

  • Fork the repository and clone

    git clone git@github.com:username/gephi.git
    
  • Run the following command or open the project in an IDE

    mvn -T 4 clean install
    
  • To skip tests and speed up the build, use the skipTests profile

    mvn -T 4 clean install -P skipTests
    
  • Once built, one can test running Gephi

    cd modules/application
    mvn nbm:cluster-app nbm:run-platform
    

Note that while Gephi can be built using JDK 17 or later, it currently requires JDK 17 to run.

Create Plug-ins

Gephi is extensible and lets developers create plug-ins to add new features, or to modify existing features. For example, you can create a new layout algorithm, add a metric, create a filter or a tool, support a new file format or database, or modify the visualization.

Gephi Toolkit

The Gephi Toolkit project packages essential Gephi modules (Graph, Layout, Filters, IO…) in a standard Java library which any Java project can use for getting things done. It can be used on a server or command-line tool to do the same things Gephi does but automatically.

Localization

We use Weblate for localization. Follow the guidelines on the wiki for more details how to contribute.

Icons

Gephi uses icons from various sources. The icons are licensed under the CC BY 3.0 license.

All icons can be found in the DesktopIcons module, organised by module name.

License

Gephi main source code is distributed under the dual license CDDL 1.0 and GNU General Public License v3. Read the Legal FAQs to learn more.

Copyright 2011 Gephi Consortium. All rights reserved.

The contents of this file are subject to the terms of either the GNU General Public License Version 3 only ("GPL") or the Common Development and Distribution License ("CDDL") (collectively, the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the License at http://gephi.github.io/developers/license/ or /cddl-1.0.txt and /gpl-3.0.txt. See the License for the specific language governing permissions and limitations under the License. When distributing the software, include this License Header Notice in each file and include the License files at /cddl-1.0.txt and /gpl-3.0.txt. If applicable, add the following below the License Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyrighted [year] [name of copyright owner]"

If you wish your version of this file to be governed by only the CDDL or only the GPL Version 3, indicate your decision by adding "[Contributor] elects to include this software in this distribution under the [CDDL or GPL Version 3] license." If you do not indicate a single choice of license, a recipient has the option to distribute your version of this file under either the CDDL, the GPL Version 3 or to extend the choice of license to its licensees as provided above. However, if you add GPL Version 3 code and therefore, elected the GPL Version 3 license, then the option applies only if the new code is made subject to such option by the copyright holder.

Extension points exported contracts — how you extend this code

CollapseGroup (Interface)
@author Mathieu Bastian [8 implementers]
modules/VisualizationImpl/src/main/java/org/gephi/desktop/visualization/collapse/CollapseGroup.java
PartitionUI (Interface)
@author Mathieu Bastian [85 implementers]
modules/FiltersPlugin/src/main/java/org/gephi/filters/plugin/partition/PartitionUI.java
LongTask (Interface)
Interface that any class can implement to support progress and cancellation. @author Mathieu Bastian [99 implementers]
modules/LongTaskAPI/src/main/java/org/gephi/utils/longtask/spi/LongTask.java
Perspective (Interface)
Define a group of components which are showed in the banner. Overview , Data Laboratory and Preview [6 implementers]
modules/PerspectiveAPI/src/main/java/org/gephi/perspective/spi/Perspective.java
SearchProvider (Interface)
Search providers are responsible for searching in the graph and append the results to the search results builder. It [7 …
modules/DesktopSearch/src/main/java/org/gephi/desktop/search/spi/SearchProvider.java
GraphContextMenuItem (Interface)
Please note that the methods offered in this service are the same as Data Laboratory nodes manipulators. It is possib [194 …
modules/VisualizationAPI/src/main/java/org/gephi/visualization/spi/GraphContextMenuItem.java
GraphModelProvider (Interface)
@author Eduardo Ramos [10 implementers]
modules/DesktopDataLaboratory/src/main/java/org/gephi/desktop/datalab/utils/GraphModelProvider.java
GeneratorUI (Interface)
Defines settings panel for a particular generator. Responsible for loading and saving settings to the Generator</c [22 …
modules/GeneratorAPI/src/main/java/org/gephi/io/generator/spi/GeneratorUI.java

Core symbols most depended-on inside this repo

add
called by 1201
modules/ProjectAPI/src/main/java/org/gephi/project/api/Project.java
put
called by 1196
modules/ExportPluginUI/src/main/java/org/gephi/ui/exporter/plugin/AbstractExporterSettings.java
get
called by 902
modules/ImportPlugin/src/main/java/org/gephi/io/importer/plugin/file/spreadsheet/sheet/SheetRow.java
getDefault
called by 868
modules/DataLaboratoryAPI/src/main/java/org/gephi/datalab/api/DataLaboratoryHelper.java
factory
called by 851
modules/ImportAPI/src/main/java/org/gephi/io/importer/api/ContainerLoader.java
getMessage
called by 832
modules/ImportAPI/src/main/java/org/gephi/io/importer/api/Issue.java
setText
called by 801
modules/UIComponents/src/main/java/org/gephi/ui/components/JHTMLEditorPane.java
getMessage
called by 706
modules/DataLaboratoryPlugin/src/main/java/org/gephi/datalab/plugin/manipulators/nodes/ui/MergeNodesUI.java

Shape

Method 12,860
Class 1,594
Interface 240
Enum 65

Languages

Java100%

Modules by API surface

modules/VisualizationImpl/src/main/java/org/gephi/visualization/VizModel.java99 symbols
modules/DesktopDataLaboratory/src/main/java/org/gephi/desktop/datalab/DataTableTopComponent.java87 symbols
modules/ImportAPI/src/main/java/org/gephi/io/importer/impl/ImportContainerImpl.java85 symbols
modules/VisualizationEngine/src/main/java/org/gephi/viz/engine/status/GraphRenderingOptions.java79 symbols
modules/VisualizationEngine/src/main/java/org/gephi/viz/engine/status/GraphRenderingOptionsImpl.java77 symbols
modules/StatisticsPlugin/src/test/java/org/gephi/statistics/plugin/GraphDistanceTest.java76 symbols
modules/VisualizationEngine/src/main/java/org/gephi/viz/engine/VizEngine.java71 symbols
modules/VisualizationImpl/src/main/java/org/gephi/visualization/VizController.java67 symbols
modules/LayoutPlugin/src/main/java/org/gephi/layout/plugin/force/quadtree/QuadTree.java66 symbols
modules/ExportPlugin/src/main/java/org/gephi/io/exporter/plugin/ExporterJson.java59 symbols
modules/VisualizationEngine/src/main/java/com/jogamp/newt/awt/NewtCanvasAWT.java56 symbols
modules/VisualizationAPI/src/main/java/org/gephi/visualization/api/VisualizationController.java54 symbols

Dependencies from manifests, versioned

${project.groupId}:algorithms-plugin
${project.groupId}:appearance-api
${project.groupId}:appearance-plugin
${project.groupId}:appearance-plugin-ui
${project.groupId}:batik-wrapper
${project.groupId}:core-library-wrapper
${project.groupId}:datalab-api
${project.groupId}:datalab-plugin
${project.groupId}:db-drivers
${project.groupId}:desktop-appearance
${project.groupId}:desktop-attributes
${project.groupId}:desktop-branding

For agents

$ claude mcp add gephi \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact