Prism Prism
Home Features Gallery Pricing CLI Account Changelog Get Started
Support
Discord Email
Home Features Gallery Pricing CLI Account Changelog Download Discord Email
△ Prism CLI · Beta

Prism in your terminal

Download the Prism CLI, run AI workflows from the command line, and route third-party coding tools through your Prism models.

1. Download & Install

The fastest way to install the Prism CLI is the official one-line script. It checks your Node.js version (20.0.0 or newer) and installs the prism command:

curl -fsSL https://prism-app.tech/install-cli.sh | bash

If you hit permission errors, run it with elevated privileges:

curl -fsSL https://prism-app.tech/install-cli.sh | sudo bash

Confirm it's ready:

prism --version

2. Using the CLI

Type prism to open the interactive workspace. The CLI syncs with the running Prism macOS app, so it uses the same models and sessions you already have configured.

• Start the interactive workspace:

prism

3. Supported Third-Party Tools

Use prism launch <tool> to start an external coding tool and route its requests through the Prism local proxy. The tool then runs on whatever models you have configured in Prism, instead of its own provider credentials. Enable the proxy first under Settings → Local Proxy in the Prism app.

Claude Code

Claude Code

Anthropic's coding tool, routed through Prism.

Droid CLI

Droid CLI

Coming soon

Factory's coding agent support is in progress.

Launch it with:

prism launch claude

More tools are on the way.

Prism Prism
Support Features Gallery Pricing CLI Changelog Terms Privacy Discord