How It Works
Evidence is an open-source, code-based alternative to drag-and-drop business intelligence tools.
- Create reports in code using SQL and markdown
- Develop using Evidence's Agent, or on your local machine with Claude Code / Cursor etc
- Self-host or publish on Evidence Studio
Install
macOS / Linux
curl -fsSL https://evidence.studio/install.sh | sh evidence help
Windows
irm https://evidence.studio/install.ps1 | iex evidence help
Create a Project
evidence init my-project
cd my-project
evidence devPublish
Publish your project on Evidence Studio for hosted reports, or self-host the generated static site on your own infrastructure. See the publishing docs for options.
Join the Evidence Community
Join our Slack channel to get involved in the community's discussion, share what you're working on, or ask for help.
Contributing
Contributions are welcome — see CONTRIBUTING.md for how pull requests are reviewed and merged.
License
Evidence is licensed under the MIT license. See LICENSE for details.