Everything you need to use recall.
Native installers, npm package @devkitvault/recall, or the VS Code extension.
Full reference for all 29 recall commands.
Step-by-step guides for real-world workflows.
Compare Free, Pro, and Team plan features.
Install recall
curl -fsSL https://devkitvault.com/recall/install.sh | shirm https://devkitvault.com/recall/install.ps1 | iexnpm install -g @devkitvault/recallVS Code: recall on the Marketplace. Full details: /docs/install.
Create an account
recall auth registerSave your first command
recall save "git log --oneline -10" --name git-log --tags gitRun it from anywhere
recall run git-log