forked from extern/httpie-desktop
36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
|
||
[![HTTPie for Desktop](https://img.shields.io/static/v1?label=HTTPie&message=for%20Desktop&color=4B78E6)](https://httpie.io/product)
|
||
[![](https://img.shields.io/static/v1?label=HTTPie&message=for%20Web%20%26%20Mobile&color=73DC8C)](https://httpie.io/app)
|
||
[![](https://img.shields.io/static/v1?label=HTTPie&message=for%20Terminal&color=FA9BFA)](https://github.com/httpie/httpie)
|
||
[![Chat](https://img.shields.io/discord/725351238698270761?style=flat&label=Chat%20on%20Discord&color=%23FA9BFA)](https://httpie.io/discord)
|
||
[![Twitter](https://img.shields.io/twitter/follow/httpie?style=flat&color=%234B78E6&logoColor=%234B78E6)](https://twitter.com/httpie)
|
||
|
||
|
||
# HTTPie for Desktop
|
||
|
||
In this repository, we publish [releases](https://github.com/httpie/desktop/releases) of [HTTPie for Desktop](https://httpie.io/product) for Mac, Windows, and Linux.
|
||
|
||
|
||
![HTTPie for Desktop](.github/httpie-desktop.png)
|
||
|
||
|
||
The app continuously auto-updates after the initial installation.
|
||
|
||
[What’s new →](https://httpie.io/blog)
|
||
|
||
|
||
## Mac & Windows
|
||
|
||
[httpie.io/download →](https://httpie.io/download)
|
||
|
||
|
||
## Linux
|
||
|
||
Please follow the instructions below to install HTTPie for Desktop on Linux.
|
||
|
||
The Linux package uses [AppImage](https://appimage.org/), and you need to install it using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) for the app to work:
|
||
|
||
1. Install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) ([instructions](https://github.com/TheAssassin/AppImageLauncher#system-wide-installation))
|
||
2. Download `HTTPie-*.AppImage` (or `HTTPie-*arm64.AppImage` for ARM64 architecture) from [the latest release](https://github.com/httpie/desktop/releases/latest) page
|
||
3. Run `$ AppImageLauncher HTTPie-*.AppImage`
|