Prerequisites
- Go 1.24 or later installed on your system
- A built copy of the Fuego suite (see the build instructions for your platform)
Build and launch the TUI
Build the TUI
If Go 1.24+ is installed, running The compiled binary is placed at
make from the repository root will automatically build the TUI alongside the other binaries. To build only the TUI:tui/build/fuego-tui.Keyboard navigation
| Key | Action |
|---|---|
Arrow keys or j / k | Move up and down through menu items |
Enter | Select the highlighted item |
q or Ctrl+C | Quit the TUI |
Features
The TUI provides access to both full node management and wallet management in a single interface. Supported menus include:- Node management: monitor sync status, control the daemon, and view blockchain information
- Wallet management: check balances, send XFG, and view transaction history
- Burn2Mint: access Burn2Mint operations through a dedicated menu
The TUI requires
fuegod to be running for full functionality. Node management and wallet operations that interact with the blockchain will not work if the daemon is not active and synced.