Set up a standalone Pulsar locally
For local development and testing, you can run Pulsar in standalone mode on your machine. The standalone mode includes a Pulsar broker, the necessary RocksDB and BookKeeper components running inside of a single Java Virtual Machine (JVM) process.
Pulsar in production? If you're looking to run a full production Pulsar installation, see the Deploying a Pulsar instance guide.
Install Pulsar standalone
This tutorial guides you through every step of installing Pulsar locally.