Skip to content

vicanso/cyberapi

Repository files navigation

Cyber API

test library License donwnload

cyberapi

CyberAPI is API tool based on tauri.

English|简体中文|Українська

Features

  • 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

cyberapi

Installation

The installer can be downloaded through release, including windows, macos and linux versions.

Windows may need to install webview2.

macos

If you can't open it after installation, exec the following command then reopen:
sudo xattr -rd com.apple.quarantine /Applications/CyberAPI.app

Development

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