Skip to content

Installation

Terminal window
curl -fsSL https://prism.marc27.com/install.sh | bash

This downloads the prebuilt PRISM binary to ~/.prism/bin and adds that directory to your PATH (via ~/.zshrc or ~/.bashrc). macOS (Apple Silicon and Intel) and Linux are supported. Open a new terminal — or source your shell profile — afterward.

To pin a version or change the install location:

Terminal window
PRISM_VERSION=v0.1.0 PRISM_INSTALL_DIR=~/bin \
curl -fsSL https://prism.marc27.com/install.sh | bash
Terminal window
prism login

Opens your browser for OAuth. Tokens are stored under ~/.prism/.

Terminal window
prism doctor # diagnose local + platform health
prism --version
Terminal window
export MARC27_API_KEY=m27_your_key_here
prism query --platform --semantic "your question"