Perses is first and foremost a dashboard tool that you can use to display a variety of observability data. It currently supports Prometheus metrics, Tempo traces, Loki for logs, Pyroscope for profiling, bringing together all four observability pillars in one place. As the project continues to evolve, it will expand support for additional tools to give users even more flexibility and insight.
Perses is a Cloud Native Computing Foundation sandbox project.

Beyond its core usage, Perses aims to achieve several broader goals:
Want to learn more? Check the documentation website.
We are providing an online demo available at https://demo.perses.dev, where you can check existing dashboards or create your own resources.
Current Roadmap is available here
There are various ways of installing Perses.
Precompiled binaries for released versions are available in the GitHub release. Using the latest release binary is the recommended way of installing Perses.
Docker images are available on Docker Hub.
You can launch a Perses container for trying it out with:
docker run --name perses -d -p 127.0.0.1:8080:8080 persesdev/perses
We have a Homebrew tap so macOS and Linux users can install with:
brew install perses/tap/perses for the server and web UI
brew install perses/tap/percli for the CLI tool
To build Perses from source code, You need:
Start by cloning the repository:
git clone https://github.com/perses/perses.git
cd perses
Then you can use make build that would build the web assets and then Perses itself (and also the Perses CLI that can
be used to interact directly with the Perses API in case you prefer to browser the API using a terminal).
make build
./bin/perses --config=your_config.yml
General instructions about how you can contribute to Perses are available in the document CONTRIBUTING.md.
If you are primarily interested in contributing to the UI application and libraries, please refer to the UI Readme. It includes quick start instructions for how to build, run, and test the React UI. It also includes details about the architecture and guidelines for development.
The code is licensed under an Apache 2.0 license.
$ claude mcp add perses \
-- python -m otcore.mcp_server <graph>