Skip to content

Releases: kehr/Proxctl

Proxctl v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:54

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 | sh

Linux 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 version

macOS 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 version

Assets

  • proxctl-v0.2.4-linux-amd64.tar.gz
  • proxctl-v0.2.4-linux-arm64.tar.gz
  • proxctl-v0.2.4-darwin-amd64.tar.gz
  • proxctl-v0.2.4-darwin-arm64.tar.gz
  • proxctl-v0.2.4-windows-amd64.zip
  • checksums.txt
  • install.sh

Verify Checksums

shasum -a 256 -c checksums.txt

Full Changelog

v0.2.3...v0.2.4

Proxctl v0.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:49

Proxctl v0.2.3

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.3 (a8a481b)
  • feat: auto-detect client export defaults (9933af3)
  • fix: keep docs version metadata stable (548572b)
  • ci: use node 24 for docs actions (38d7e69)
  • docs: generate versioned release metadata (ba4e798)

Install

One-line installer:

curl -fsSL https://github.com/kehr/Proxctl/releases/latest/download/install.sh | sh

Linux amd64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.3/proxctl-v0.2.3-linux-amd64.tar.gz
tar -xzf proxctl-v0.2.3-linux-amd64.tar.gz
sudo install -m 0755 proxctl-v0.2.3-linux-amd64/proxctl /usr/local/bin/proxctl
proxctl version

macOS arm64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.3/proxctl-v0.2.3-darwin-arm64.tar.gz
tar -xzf proxctl-v0.2.3-darwin-arm64.tar.gz
sudo install -m 0755 proxctl-v0.2.3-darwin-arm64/proxctl /usr/local/bin/proxctl
proxctl version

Assets

  • proxctl-v0.2.3-linux-amd64.tar.gz
  • proxctl-v0.2.3-linux-arm64.tar.gz
  • proxctl-v0.2.3-darwin-amd64.tar.gz
  • proxctl-v0.2.3-darwin-arm64.tar.gz
  • proxctl-v0.2.3-windows-amd64.zip
  • checksums.txt
  • install.sh

Verify Checksums

shasum -a 256 -c checksums.txt

Full Changelog

v0.2.2...v0.2.3

Proxctl v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:30

Proxctl v0.2.2

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.2 (1101a85)
  • fix: apply ssh hardening before vendor drop-ins (da8bbbe)

Install

One-line installer:

curl -fsSL https://github.com/kehr/Proxctl/releases/latest/download/install.sh | sh

Linux amd64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.2/proxctl-v0.2.2-linux-amd64.tar.gz
tar -xzf proxctl-v0.2.2-linux-amd64.tar.gz
sudo install -m 0755 proxctl-v0.2.2-linux-amd64/proxctl /usr/local/bin/proxctl
proxctl version

macOS arm64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.2/proxctl-v0.2.2-darwin-arm64.tar.gz
tar -xzf proxctl-v0.2.2-darwin-arm64.tar.gz
sudo install -m 0755 proxctl-v0.2.2-darwin-arm64/proxctl /usr/local/bin/proxctl
proxctl version

Assets

  • proxctl-v0.2.2-linux-amd64.tar.gz
  • proxctl-v0.2.2-linux-arm64.tar.gz
  • proxctl-v0.2.2-darwin-amd64.tar.gz
  • proxctl-v0.2.2-darwin-arm64.tar.gz
  • proxctl-v0.2.2-windows-amd64.zip
  • checksums.txt

Verify Checksums

shasum -a 256 -c checksums.txt

Full Changelog

v0.2.1...v0.2.2

Proxctl v0.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:23

Proxctl v0.2.1

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

  • fix: publish installer as release asset (edb66f1)
  • fix: preserve installer archive path (aa7ebfb)
  • chore: release v0.2.1 (9188a03)
  • docs: add repository agent guidelines (7dd89fc)
  • fix: allow untracked files during release (c6b991d)
  • chore: add make release workflow (10a93e3)
  • fix: harden operational config changes (fa69604)
  • docs: add VitePress documentation site (02d89c8)
  • chore: move installer into scripts (617a218)
  • feat: add one-line installer (4b50051)
  • ci: generate structured release notes (0370251)
  • ci: release only on version tags (2cc7ffb)

Install

One-line installer:

curl -fsSL https://github.com/kehr/Proxctl/releases/latest/download/install.sh | sh

Linux amd64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.1/proxctl-v0.2.1-linux-amd64.tar.gz
tar -xzf proxctl-v0.2.1-linux-amd64.tar.gz
sudo install -m 0755 proxctl-v0.2.1-linux-amd64/proxctl /usr/local/bin/proxctl
proxctl version

macOS arm64:

curl -LO https://github.com/kehr/Proxctl/releases/download/v0.2.1/proxctl-v0.2.1-darwin-arm64.tar.gz
tar -xzf proxctl-v0.2.1-darwin-arm64.tar.gz
sudo install -m 0755 proxctl-v0.2.1-darwin-arm64/proxctl /usr/local/bin/proxctl
proxctl version

Assets

  • proxctl-v0.2.1-linux-amd64.tar.gz
  • proxctl-v0.2.1-linux-arm64.tar.gz
  • proxctl-v0.2.1-darwin-amd64.tar.gz
  • proxctl-v0.2.1-darwin-arm64.tar.gz
  • proxctl-v0.2.1-windows-amd64.zip
  • checksums.txt

Verify Checksums

shasum -a 256 -c checksums.txt

Full Changelog

v0.2.0...v0.2.1

Proxctl v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 21:25