Skip to main content
macOS (arm64, x86_64) and Linux (x86_64, arm64). No Windows build.
1

Install

Lands in ~/.local/bin, no sudo. If the shell can’t find nisa, the installer printed the export PATH=… line to add. Rerun it any time to update (nisa upgrade does the same).
2

Sign in

Pick Sign in with your browser (your RapidReview account) or Paste an API key. Browser sign-in also stores a long-lived key on this machine, so agents here need no further setup.
3

Check

doctor reports install, PATH, backend, and auth (never secrets); search returns three ranked papers.
Before v0.3.0 the CLI was called papyrus. Re-running the installer replaces it: you get nisa, a papyrus symlink so old scripts keep working, and ~/.papyrus/ — your sign-in — moves to ~/.nisa/ on first run.

Keys for scripts and agents

Where you signed in through the browser, nothing to do — that stored a key the CLI picks up. Anywhere else, mint one in the web app under Settings → API Keys (or nisa keys create "<name>" while signed in through nisa login; a key can’t manage keys). Treat it as a password.

Give your coding agent the skill

With the CLI on PATH, one more download makes your coding agent use it on its own: the Nisa skill, a SKILL.md that says when to reach for nisa and how. Put it where your agent looks for skills; the folder must be named nisa-cli.
Copilot CLI and OpenCode read ~/.claude/skills/ too, so this install covers them as well.
Those are personal paths and cover every project. Project-level variants: Then ask the agent something the corpus answers better than memory:
You say
It runs nisa search — you’ll see the call in its tool log — and answers with real ids. If it answers from memory, the skill isn’t loading: check the folder name and path.
The skill is public and edge-cached (download: SKILL.md); it doesn’t bundle the binary, so if the agent works in a sandbox, install the CLI there too. The contract between the CLI and an agent — output, concurrency, headless mode, local files — is on Using Nisa from a coding agent.

Manual install

If api.rapidreview.io is unreachable, the same installer is at https://storage.googleapis.com/rr_cli_releases/install.sh. To fetch a release archive and its checksum yourself:
TARGET is one of aarch64-apple-darwin (Apple Silicon), x86_64-apple-darwin (Intel Mac), x86_64-unknown-linux-musl, aarch64-unknown-linux-musl. Verify the checksum, unpack, and put nisa on your PATH. NISA_VERSION=v0.2.14 pins the scripted installer to a release.

Your first search

Search, open, related, cite.

Troubleshooting

PATH, auth, rate limits, freshness.