Home

Awesome

Cyber API

test library License donwnload

<p align="center"> <img src="./cyberapi.png" alt="cyberapi" width="128"> </p> <h3 align="center"> <a href="https://github.com/vicanso/cyberapi">CyberAPI</a> is API tool based on <a href="https://github.com/tauri-apps/tauri">tauri</a>. </h3>

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

Features

<p align="center"> <img src="./asset/cyberapi.png" alt="cyberapi"> </p>

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:<br>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