@@ -28,18 +28,18 @@ icon: material/package
28
28
29
29
=== ":material-linux: Linux"
30
30
31
- | Type | Platform | Link | Command | Actively maintained |
32
- |----------|--------------------| ---------------------|------------------------------|---------------------|
33
- | AUR | (Linux) Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
34
- | nixpkgs | (Linux) NixOS | [sing-box][nixpkgs] | `nix-env -iA nixos. sing-box` | :material-check: |
35
- | Homebrew | macOS / Linux | [sing-box][brew ] | `brew install sing-box` | :material-check: |
36
- | Alpine | ( Linux) Alpine | [sing-box][alpine ] | `apk add sing-box` | :material-alert : |
31
+ | Type | Platform | Link | Command | Actively maintained |
32
+ |----------|---------------| -------------------------|------------------------------|---------------------|
33
+ | APK | Alpine | [sing-box][alpine] | `apk add sing-box` | :material-check: |
34
+ | AUR | Arch Linux | [sing-box][aur] ᴬᵁᴿ | `? -S sing-box` | :material-check: |
35
+ | nixpkgs | NixOS | [sing-box][nixpkgs ] | `nix-env -iA nixos. sing-box` | :material-check: |
36
+ | Homebrew | macOS / Linux | [sing-box][brew ] | `brew install sing-box` | :material-check : |
37
37
38
38
=== ":material-apple: macOS"
39
39
40
- | Type | Platform | Link | Command | Actively maintained |
41
- |----------|--------------- |------------------|-------------------------|---------------------|
42
- | Homebrew | macOS / Linux | [sing-box][brew] | `brew install sing-box` | :material-check: |
40
+ | Type | Platform | Link | Command | Actively maintained |
41
+ |----------|----------|------------------|-------------------------|---------------------|
42
+ | Homebrew | macOS | [sing-box][brew] | `brew install sing-box` | :material-check: |
43
43
44
44
=== ":material-microsoft-windows: Windows"
45
45
@@ -55,6 +55,12 @@ icon: material/package
55
55
|------------|--------------------|---------------------|------------------------------|---------------------|
56
56
| Termux | Android | [sing-box][termux] | `pkg add sing-box` | :material-check: |
57
57
58
+ === ":material-freebsd: FreeBSD"
59
+
60
+ | Type | Platform | Link | Command | Actively maintained |
61
+ |------------|----------|-------------------|------------------------|---------------------|
62
+ | FreshPorts | FreeBSD | [sing-box][ports] | `pkg install sing-box` | :material-alert: |
63
+
58
64
## :material-book-multiple: Service Management
59
65
60
66
For Linux systems with [ systemd] [ systemd ] , usually the installation already includes a sing-box service,
@@ -77,14 +83,20 @@ you can manage the service using the following command:
77
83
78
84
[ nixpkgs ] : https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/networking/sing-box/default.nix
79
85
80
- [ termux ] : https://github.com/termux/termux-packages/tree/master/packages/sing-box
81
-
82
86
[ brew ] : https://formulae.brew.sh/formula/sing-box
83
87
88
+ [ openwrt ] : https://github.com/openwrt/packages/tree/master/net/sing-box
89
+
90
+ [ immortalwrt ] : https://github.com/immortalwrt/packages/tree/master/net/sing-box
91
+
84
92
[ choco ] : https://chocolatey.org/packages/sing-box
85
93
86
94
[ scoop ] : https://github.com/ScoopInstaller/Main/blob/master/bucket/sing-box.json
87
95
88
96
[ winget ] : https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SagerNet/sing-box
89
97
90
- [ systemd ] : https://systemd.io/
98
+ [ termux ] : https://github.com/termux/termux-packages/tree/master/packages/sing-box
99
+
100
+ [ ports ] : https://www.freshports.org/net/sing-box
101
+
102
+ [ systemd ] : https://systemd.io/
0 commit comments