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.
- Host: GitHub
- URL: https://github.com/atticuszeller/sing-box-service
- Owner: AtticusZeller
- License: mit
- Created: 2025-01-07T02:24:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T01:38:06.000Z (7 months ago)
- Last Synced: 2025-03-13T02:27:47.761Z (7 months ago)
- Topics: cli, proxy, python, sing-box, sing-box-client, sing-box-config, sing-box-shell, typer, typer-cli, uv
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sing-Box CLI
🎤 Cross-platform sing-box service manager.

## 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
```