Help everyone explore and learn from data—no SQL required.
to see how to set up and publish a dashboard
Business intelligence for everyone
Share insights with anyone, anywhere
Create seamless in-product analytics
Pick how you'd like to run Metabase.
Metabase provides an official Docker image via Dockerhub that can be used for deployments on any system that is running Docker. Here’s a one-liner that will start a container running Metabase.
docker run -d -p 3000:3000 --name metabase metabase/metabase
Head over to our documentation for more detailed information about running on Docker!
If you’d like to run Metabase on any system that supports Java 8 or higher, simply download our pre built JAR file.
DownloadFollow our documentation for more info on running Metabase as a jar.
Read about how to run Metabase on AWS.