Installing Redpanda with Homebrew

Use Homebrew to install Redpanda.

By
on
November 17, 2020

At Redpanda, we are always looking for ways to improve the developer experience with Redpanda. We started with a simple one-line install for Debian and RPM-based systems and recently added the ability to start up a local cluster using rpk container which we covered in a previous blog post.

However, we wanted to make it even easier for users to get started on macOS with Redpanda. So today, we are announcing our very own Homebrew tap. Homebrew is a very popular package management system for macOS, and now installing Redpanda using Homebrew can be done with the following single line command:

brew install redpanda-data/tap/redpanda

brew install redpanda-data/tap/redpanda

Once installed, you can then quickly create a local cluster with

rpk container start -n 3

rpk container start -n 3

Using Docker, this will create a 3 node cluster to which you can then point your Kafka client/code to.

Once you are done, you can simply stop the cluster

rpk container stop

rpk container stop

You can find the tap in our GitHub repo here. Let us know what you think! We are always looking for ways to make it easier to use Redpanda. If you have any suggestions, please reach out to us via our Slack Community.

No items found.
Roko Kruze
Author
Roko Kruze

Roko Kruze
Author

Author

Author

Related articles

VIEW ALL POSTS
Streaming optimized data to S3 for analytics with Parquet
Chandler Mayo
&
Mike Broberg
&
&
August 13, 2025
Text Link
Real-time CDC for inventory tracking with PostgreSQL
Aykut Bulgu
&
&
&
August 12, 2025
Text Link
Exporting data from Redpanda to S3 in batched JSON arrays
Chandler Mayo
&
Mike Broberg
&
&
August 7, 2025
Text Link