// installation

Installation

recall ships as a single binary — no Node.js, no dependencies.

macOS / Linux

# Install with one command
curl -fsSL https://devkitvault.com/recall/install.sh | sh

The script detects your OS and architecture automatically and installs to ~/.local/bin/recall.

Windows

# Run in PowerShell
irm https://devkitvault.com/recall/install.ps1 | iex

Installs to %USERPROFILE%\.local\bin\recall.exe and adds it to PATH.

Manual download

Download from GitHub Releases:

PLATFORMFILE
Windows x64recall-windows-x64.exe
macOS ARM64recall-macos-arm64
macOS x64recall-macos-x64
Linux x64recall-linux-x64

Verify installation

recall --version2.3.1
recall doctor✔ Config file✔ API reachable✔ Auth token✔ Token validEverything looks good!

Shell completion

bash
eval "$(recall completion bash)"
zsh
eval "$(recall completion zsh)"
PowerShell
recall completion ps | Out-String | Invoke-Expression