Skip to content

vicanso/cyberapi

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 26, 2022 11:04
October 12, 2022 20:35
June 26, 2022 11:04
August 12, 2023 08:00
November 1, 2022 18:42
September 3, 2022 19:47
August 12, 2023 08:00
June 25, 2022 17:20
August 12, 2023 08:00
August 12, 2023 08:00
August 12, 2023 08:00
August 12, 2023 08:00
November 9, 2022 20:27
September 18, 2022 20:27
May 23, 2023 20:11
June 26, 2022 11:04

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