Quick Install on macOS¶
Caution
These instructions are designed to get you quickly up and running on your local computer. For putting CrateDB into production, check out the How-To Guides.
One-step setup¶
Because CrateDB is a Java application, it runs effortlessly on macOS. You can install and run CrateDB on macOS with one simple command in your terminal application:
sh$ bash -c "$(curl -L https://try.crate.io/)"
Next steps¶
Now you have CrateDB up and running, take the guided tour.