Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Rebuild the UI to use web technologies for easier embedding

Open
#16 0 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java, typescript

Research direction

Start by reviewing the existing Java UI and the bindiff executable workflow, including how IDA Pro and Binary Ninja currently use the standalone UI. Done would require a TypeScript web UI using D3.js and Canvas, a server launched by bindiff, and a browser or embedded web view suitable for the disassemblers.

Written by the indexing model from the issue text.

Description

enhancement

Is your feature request related to a problem? Please describe.

  • The Java UI is dated and requires a proprietary graph visualization libray
  • BinDiff native plugins for IDA Pro and binary Ninja cannot embedd a high-quality graph view
  • The current workflow with the standalone UI is cumbersome and few people actually use "BinDiff Workspaces".

Describe the solution you'd like

  • Implement a UI using Typescript and web technologies. D3.js with the DAG layouter should be able to support the flow graph use cases and render to Canvas.
  • Have the bindiff executable launch a server for this and either embed a web view in the disassemblers or show the browser.

Describe alternatives you've considered

  • Gephi
  • Extracting the graphing library from Ghidra
  • Implementing a new desktop UI in Qt

Additional context
This should eventually become a "GitHub Project".

Dominant language
Java
Stars
3.2k
Forks
240
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from google/bindiff

All issues in google/bindiff

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.