You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
[中文版本](./README_CN.md)
4
4
5
+
⚠️ **Note: Reqable is a non-open source project, and this repository is only used to manage requirements and user feedback.**
6
+
5
7
[Reqable](https://reqable.com/) is a modern cross-platform project, designed for API development, testing, and debugging. Reqable fully supports HTTP1 and HTTP2 and partially supports HTTP3(QUIC).
⚠️ **Note: Reqable is a non-open source project, and this repository is only used to manage requirements and user feedback.**
10
-
11
11
Official website: https://reqable.com
12
12
13
13
The features of Reqable are simple, beautiful, free, no login is required, and it can be used immediately after installation.
@@ -24,7 +24,7 @@ The Reqable desktop supports Windows/Mac/Linux and integrates API debugging and
24
24
25
25
Reqable breaks down the barrier between API debugging and testing. For example, APIs can be created from a recording list, and recording can also be performed during API testing.
26
26
27
-
####1. API Debugging
27
+
### 1. API Debugging
28
28
29
29
Reqable uses the classic MITM proxy method for debugging and supports such as rewriting, scripting (Python), breakpoints, and replay.
30
30
@@ -49,7 +49,7 @@ Real machine screenshot:
49
49
50
50

51
51
52
-
####2. API Testing
52
+
### 2. API Testing
53
53
54
54
Reqable can compose API for testing and also supports features such as API collection and history.
55
55
@@ -70,3 +70,28 @@ Real machine screenshot:
70
70
## Mobile App
71
71
72
72
Reqable plans to launch a standalone mobile app. But I am currently still focusing on the desktop, the development of the mobile app will start as early as September, it depends on the progress of the desktop. Reqable is developed using Flutter and C++ and needs to be adapted to some specific platforms and interactive methods. I believe that the first version of the mobile app will be released soon.
73
+
74
+
## Installation
75
+
76
+
Reqable official website provides the download of the latest version: [Download Now](https://reqable.com/en-US/download). If you want to download the historical version: [Click here](https://github.com/reqable/reqable-app/releases). In addition, on Mac, Reqable provides the `Homebrew` installation.
77
+
78
+
### Windows Setup
79
+
80
+
On Windows, you download `Setup.exe` and just follow the setup installation program instructions. There is currently no installation-free version available, mainly because Reqable installation requires writing the registry (associated with `har` and other file formats).
81
+
82
+
### Mac Setup
83
+
84
+
On Mac, Reqable provides installation packages for both Apple chip and Intel chip. If you download the DMG file, open it and drag app into the `Applications` folder; if you are using `Homebrew`, please try this command:
85
+
```shell
86
+
brew install reqable
87
+
```
88
+
89
+
### Linux Setup
90
+
91
+
The Linux version requires the GTK library. Please confirm whether the system has GTK installed before installation. The Linux installation program is a deb file. We currently only provide the x64 architecture version. You can install it using `apt`:
0 commit comments