For developers only. If you're looking for Gephi, click Users. The Gephi Development Center is a repository of code, collection of builds, and a library of API references all designed to help you extend Gephi's functionalities and build new cool applications upon Gephi Platform.
New to Gephi Development?
Start here if you are new to Gephi Development. We’ve put together a guide that explains the different kinds of plugins, and we’ll show you where to begin with APIs, integration resources, and code submission. View the Gephi developer introduction »
API References
These documentation files may be outdated compared to the development trunk. Generating API from Gephi source is simple : there is a dedicated ANT task to generate documentation, like the one to build Gephi. If it doesn't exist, create a doc folder and launch the ant doc task.
Business API are available to make plugin development really easy:- Graph API
- Layout API
- Attribute API
- Statistics API
- Import API
- Export API
- DB API
- Tool API
- Preset API
- LongTask API
Toolkit
The Toolkit project packages essential modules (Graph, Layout, Filters, IO…) in a standard Java library, which any Java project can use for getting things done. The toolkit is just a single JAR that anyone could reuse in a Java program and script Gephi features.
Mailing Lists
If you want to get in touch with our core developers you may subscribe at [gephi-dev].
Plugin developers can discuss on [gephi-plugins].
Realtime Chat
You can talk to people in the community in real time by logging on Freenode (irc://irc.freenode.net/#gephi) with an IRC client or Freenode WebChat.
Wiki
The Dev portal shares everything about the core development and related projects specifications, beta testing and releases.






