Choose a native installer, the @devkitvault/recall npm package, or the VS Code extension. All use the same cloud vault.
Native builds are a single binary with no runtime. The npm CLI is a JavaScript build that requires Node.js 18+.
The script detects your OS and architecture automatically and installs to ~/.local/bin/recall.
Installs to %USERPROFILE%\.local\bin\recall.exe and adds it to PATH.
Package: @devkitvault/recall on npm. Auth stores a token under ~/.recall/token (same as native).
In VS Code, open Extensions and search recall (publisher devkitvault), or use the Marketplace link below.
Open recall on Visual Studio MarketplaceDownload from GitHub Releases:
recall --version# prints the installed recall versionrecall doctor✔ Config file✔ API reachable✔ Auth token✔ Token validEverything looks good!eval "$(recall completion bash)"eval "$(recall completion zsh)"recall completion ps | Out-String | Invoke-Expression