Skip to main content
app icon

GHOSTman

Developer

Roman Romadin

About

GHOSTman
#

A GUI application for executing HTTP commands, built with Go and Fyne framework. This tool provides a user-friendly interface for managing and executing HTTP requests defined in Postman Collection format.

Features
#

  • Modern GUI interface built with Fyne
  • Command management through Postman Collection files
  • Support for multiple command groups
  • Command filtering and search
  • HTTP request execution with customizable headers and methods
  • Response visualization
  • Dark/Light theme support (switcher in the top panel)
  • Cross-platform (Windows, macOS, Linux)
app screenshot app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/romanitalian/GHOSTman@latest

Or you can download the code directly from git:

git clone https://github.com/romanitalian/GHOSTman