This repository hosts the source code for the metadata visualizer for gittuf, a part of the 2025 Summer Mentorship program for gittuf. This visualizer is a work-in-progress and currently in alpha.
gittuf allows repositories to define a security policy without relying on a centralized party to enforce said policy. See the gittuf website to learn more about gittuf.
gittuf is primarily configured via the gittuf tool, which may be difficult to use to visualize the gittuf policy for a repository, especially more complex policies.
The visualizer is a work-in-progress tool that can be pointed at a repository and visualize the policy as an interactive graph.
More documentation will be coming soon.
At the moment, to use the visualizer, you must build both its components from source: the backend and then the frontend.