Documentation

Everything you need to use recall.

Installation

Native installers, npm package @devkitvault/recall, or the VS Code extension.

Command reference

Full reference for all 29 recall commands.

Tutorials

Step-by-step guides for real-world workflows.

Plans

Compare Free, Pro, and Team plan features.

// quick start
01

Install recall

Native (macOS / Linux)
curl -fsSL https://devkitvault.com/recall/install.sh | sh
Native (Windows PowerShell)
irm https://devkitvault.com/recall/install.ps1 | iex
npm (Node.js 18+)
npm install -g @devkitvault/recall

VS Code: recall on the Marketplace. Full details: /docs/install.

02

Create an account

recall auth register
03

Save your first command

recall save "git log --oneline -10" --name git-log --tags git
04

Run it from anywhere

recall run git-log