English|简体中文|Українська
- Support macos, windows and linux platforms, the installation package is below 10MB
- Thousands of interfaces for a single project are opened in seconds, with low memory usage
- Support dark/light theme and chinese/english/ukrainian
- Operation and configuration is simple
- Support importing configuration from postman, insonmia or swagger.
- The configuration can be exported by interface, function and project, which is convenient for sharing
- Support many custom functions
The installer can be downloaded through release, including windows, macos and linux versions.
Windows may need to install webview2.
If you can't open it after installation, exec the following command then reopen:
sudo xattr -rd com.apple.quarantine /Applications/CyberAPI.app
The project depends on rust and Nodejs. If you want to compile or participate in the development yourself, you can first install the dependencies of tauri by referring to the relevant documents here, and then :
yarn
Install tauri-cli:
cargo install tauri-cli
Running in browser mode, the data is mock:
yarn dev
Running in app mode:
make dev
Build the release package:
make build