Installation
Install
Section titled “Install”curl -fsSL https://prism.marc27.com/install.sh | bashThis 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:
PRISM_VERSION=v0.1.0 PRISM_INSTALL_DIR=~/bin \ curl -fsSL https://prism.marc27.com/install.sh | bashprism loginOpens your browser for OAuth. Tokens are stored under ~/.prism/.
Verify
Section titled “Verify”prism doctor # diagnose local + platform healthprism --versionFor Agents (no login)
Section titled “For Agents (no login)”export MARC27_API_KEY=m27_your_key_hereprism query --platform --semantic "your question"