Everything you need to use recall.
Install recall on macOS, Linux, or Windows in one command.
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 | sh
Create an account
recall auth register
Save your first command
recall save "git log --oneline -10" --name git-log --tags git
Run it from anywhere
recall run git-log