The Evidence CLI lets you run and develop Evidence projects locally from the command line. If you are going to use the CLI for development, you should set up the GitHub Integration. It includes a development server for previewing your reports locally as you work, commands for running queries, viewing metadata, and validating your code.Documentation Index
Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
Use this file to discover all available pages before exploring further.
Install
- macOS / Linux
/usr/local/bin. If that directory is not writable, it falls back to ~/.local/bin.
Both evidence and evd commands are available after install.
Supported Platforms
- macOS arm64 (Apple Silicon)
- macOS x64 (Intel)
- Linux x64
Verify Installation
Getting Started
- Create a project in Evidence Studio and connect it to a GitHub repo.
- Clone the repo to your local machine.
- Log in to your Evidence account via the CLI:
- Start developing from inside your cloned project directory:
- Open a pull request on the repo. Evidence Studio will reply with a preview link. Merging the PR releases your changes.

