Proxctl v0.2.4
Proxctl is a lightweight proxy deployment and operations CLI. This release provides versioned multi-platform binaries and operational tooling for Xray-based VPS nodes.
Documentation: https://proxctl.kaixuan.ai
Highlights
- Xray lifecycle commands for install, init, adopt, status, audit, health, and doctor workflows.
- Transaction-oriented operations for backup, restore, credential rotation, and Reality target switching.
- Client config export for Shadowrocket, Surge, Mihomo/Stash, sing-box, v2rayN, and v2rayNG.
- Cobra/Viper command framework with shell completion and generated command reference.
- Versioned release artifacts for Linux, macOS, and Windows.
Changes
- chore: release v0.2.4 (fc8cb95)
- fix: parse current xray reality key output (35f9c66)
- docs: update release metadata for v0.2.3 (1e3c6c6)
Install
One-line installer:
curl -fsSL https://github.com/kehr/Proxctl/releases/latest/download/install.sh | shLinux amd64:
curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.4/proxctl-v0.2.4-linux-amd64.tar.gz
tar -xzf proxctl-v0.2.4-linux-amd64.tar.gz
sudo install -m 0755 proxctl-v0.2.4-linux-amd64/proxctl /usr/local/bin/proxctl
proxctl versionmacOS arm64:
curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.4/proxctl-v0.2.4-darwin-arm64.tar.gz
tar -xzf proxctl-v0.2.4-darwin-arm64.tar.gz
sudo install -m 0755 proxctl-v0.2.4-darwin-arm64/proxctl /usr/local/bin/proxctl
proxctl versionAssets
proxctl-v0.2.4-linux-amd64.tar.gzproxctl-v0.2.4-linux-arm64.tar.gzproxctl-v0.2.4-darwin-amd64.tar.gzproxctl-v0.2.4-darwin-arm64.tar.gzproxctl-v0.2.4-windows-amd64.zipchecksums.txtinstall.sh
Verify Checksums
shasum -a 256 -c checksums.txt