Skip to content

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

License

Notifications You must be signed in to change notification settings

kobenguyent/Restfox

Repository files navigation

Restfox

Restfox

Web App | Install | Releases/Downloads | Screenshots | Docs | Compiling | Compiling Web Standalone

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

Watch video to see plugins in action:

Installation

macOS

Package available in homebrew by using:

brew install restfox

Ubuntu and other distributions supporting snap

Package available through snap can be installed using:

sudo snap install restfox

RPM, DEB and NuPKG

There are precompiled binaries in the releases page.

Windows

scoop bucket add extras
scoop install restfox

There are also precompiled binaries in the releases page.

docker run --name Restfox -d -p 4004:4004 flawiddsouza/restfox:0.15.0

Start webapp using docker compose

docker-compose up -d

Start webapp using docker compose with custom port

docker-compose -p 5000:4004 up -d

Start webapp using docker compose with different version

RESTFOX_VERSION=0.15.0 docker-compose up -d

Screenshots

Response History

Context Menu

Environment Variables

Plugins

Compiling

ui