Skip to content

v0.1.0

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 29 Jul 01:06

First release of vaulted-agent-launcher.

Install

One-liner (bootstrap on stephens.page; payload is this release tarball):

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

From GitHub:

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

Pin explicitly with VAULTED_AGENT_VERSION=v0.1.0 if you use the one-liner on a shared host.

What's included

  • vaulted-agent launcher with harness registry and manifests
  • install.sh / uninstall.sh for local install
  • install-remote.sh bootstrap used by the stephens.page one-liner
  • demo/try-it.sh for a no-root, no-vault walkthrough