Native interfaces
This page provides an overview of the different interfaces git-bug supports.
TUI
The integrated TUI (text-based user interface) is the recommended way to
interface with git-bug issues in your repository.
To start it, run git bug termui in your terminal.

Web UI
The web UI is packed inside the same binary and serves static content through an http server running on the local machine. The frontend interacts with the backend through a GraphQL API. View the schema for more information.
To serve the website locally, run git bug webui in your terminal.
[!NOTE] The web interface is alpha-level software and does not support all of the features of
git-bug. We recommend using the TUI for most day-to-day operations at the moment.
View the issue feed

View the discussion for an issue
