Documentation

Everything you need to use recall.

Installation

Install recall on macOS, Linux, or Windows in one command.

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

curl -fsSL https://devkitvault.com/recall/install.sh | sh
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