Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 752 Bytes

File metadata and controls

46 lines (29 loc) · 752 Bytes

BoxManager

A ProxyManager GUI based on tauri.

Preview

Dark Light
预览 预览

Features

  • Support proxy software: sing-box
  • Support script

How to build

You should prepare Rust environment and Node.js environment first.

Desktop

1. install tauri toolkit

~$ cargo install tauri-cli

2. build

~$ cd ${project_root}
~$ cargo tauri build

Cli

1. build frontend

~$ cd ${project_root}/ui
~$ pnpm install
~$ pnpm build:web

2. build backend

~$ cd ${project_root}
~$ cargo build --release --package boxmgr-cli