Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valicm/postman-appimage

Unofficial / Community provided Postman AppImage
https://github.com/valicm/postman-appimage

appimage postman postman-appimage postman-apps postman-client

Last synced: 12 days ago
JSON representation

Unofficial / Community provided Postman AppImage

Awesome Lists containing this project

README

        

Postman


Postman AppImage


Unofficial / Community provided Postman AppImage - stable release

[![Postman AppImage release](https://github.com/valicm/Postman-AppImage/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/valicm/Postman-AppImage/actions/workflows/release.yml)

## Get Started

#### [Download the latest release](https://github.com/valicm/Postman-AppImage/releases/latest)
- stable release only
- supports update of the AppImage

### Executing
#### File Manager
Double-click the `*.AppImage` file and you are done!

> In normal cases, the above method should work, but in some cases you
> need mark file as executable. You can do this using File manager -> right click > Properties > Allow Execution,
> or by terminal issuing command `chmod +x Postman-*.AppImage`

#### AppImageLauncher
Use AppImageLauncher for better desktop integration ==> [download AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)

#### Terminal
```bash
chmod +x Postman-*.AppImage
./Postman-*.AppImage
```

#### Build
The AppImage is built from .tar.gz Postman package by GitHub Continuous Integration using this
bash script https://github.com/valicm/appimage-bash.