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+.
Install, log in, then ask in English. Recall prints a command — it does not run it. rec is the same binary as recall. More on why that is useful: Why Recall.
recall auth login
recall "find the 10 biggest files in this directory"
rec "that docker command from last week"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