This repository contains the public documentation site for AutoVault.
- Website: autovault.dev
- Installer: autovault.sh
- npm:
@autoworks-ai/autovault - Source: autoworks-ai/autovault
- Security policy: Security policy
- Current source release: v0.3.0
AutoVault is a local-first vault for agent skills. The website is built with VitePress and documents the verified install paths: the published npm package, the shell installer, the Homebrew tap, and the GHCR container image.
npm ci
npm run devRun the full local check before publishing changes:
npm run ci- The npm package
@autoworks-ai/autovaultis now published; shownpm install -g @autoworks-ai/autovaultalongside the installer script and Homebrew tap as first-class install paths (Node 24+ required). - Keep deployment docs to verified Docker and Railway paths unless another host has been tested end to end.
- Treat
v0.3.0as the current public release until release-please publishes a newer release from the source repository.