Skip to content

v0.1.1

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 29 Jul 01:24

macOS + Linux

The one-liner now works on both platforms (stock macOS bash 3.2 included):

curl -fsSL https://stephens.page/vaulted-agent/install.sh | bash

Fixes

  • Portable home-directory lookup (no getent required)
  • Portable path resolution (no GNU readlink -f required)
  • No mapfile / associative arrays (bash 3.2 safe)
  • demo/try-it.sh works without /proc (uses ps on macOS)
  • Creates /usr/local/bin when missing

Install from GitHub

git clone --branch v0.1.1 --depth 1 \
  https://github.com/JacobStephens2/vaulted-agent-launcher
cd vaulted-agent-launcher && sudo ./install.sh