# cyberapi **Repository Path**: mirrors/cyberapi ## Basic Information - **Project Name**: cyberapi - **Description**: 基于tauri打造的HTTP API客户端工具-CyberAPI 国庆长假和朋友聚会的时候,和朋友谈起最近这段时间捣鼓tauri,写了一个HTTP API客户端工具 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/cyberapi - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 3 - **Created**: 2022-10-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cyber API [![test library](https://img.shields.io/github/workflow/status/vicanso/cyberapi/test?label=test)](https://github.com/vicanso/cyberapi/actions?query=workflow%3A%22test%22) [![License](https://img.shields.io/badge/License-Apache%202-green.svg)](https://github.com/vicanso/cyberapi) [![donwnload](https://img.shields.io/github/downloads/vicanso/cyberapi/total?label=Downloads&logoColor=fff&logo=GitHub)](https://github.com/vicanso/cyberapi/releases)

cyberapi

CyberAPI is API tool based on tauri.

English|[简体中文](./README_zh.md)|[Українська](./README_uk.md) ## 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](https://github.com/vicanso/cyberapi/releases), 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](https://tauri.app/v1/guides/getting-started/prerequisites), and then : ```shell yarn ``` Install tauri-cli: ```shell cargo install tauri-cli ``` Running in browser mode, the data is mock: ```shell yarn dev ``` Running in app mode: ```shell make dev ``` Build the release package: ```shell make build ```