An open API service indexing awesome lists of open source software.

https://github.com/atticuszeller/sing-box-service

🎤 cross-platform sing-box service manager.
https://github.com/atticuszeller/sing-box-service

cli proxy python sing-box sing-box-client sing-box-config sing-box-shell typer typer-cli uv

Last synced: 7 months ago
JSON representation

🎤 cross-platform sing-box service manager.

Awesome Lists containing this project

README

          

# Sing-Box CLI

🎤 Cross-platform sing-box service manager.

![help](assets/image.png)

## Install

### uv

Windows

```powershell
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
```

Linux

```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```

### sing-box

Windows

```powershell
uv tool install sing-box-cli
```

Linux

```bash
uv tool install sing-box-cli
sudo ln -sf $(which sing-box-cli) /usr/local/bin/
```

## Run

Windows in Admin powershell

```powershell
sing-box-cli --help
```

Linux

```bash
sudo sing-box-cli --help
```