Skip to content

Commit 8aa00bb

Browse files
authored
Update installation instructions for OpenBolt packages
1 parent 8b7ff83 commit 8aa00bb

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

_posts/2025-12-17-openbolt-packages-available.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,25 @@ We are happy to announce the availability of the first **OpenBolt** packages!
1010
**OpenBolt** is the community-maintained open-source implementation of the **Bolt** orchestration tool.
1111
It is intended to be a drop-in replacement, just like the **OpenVox Agent** is a drop-in replacement for the **Puppet Agent**.
1212

13-
.deb and .rpm packages should already be on a mirror near you.
14-
If you have already [configured the OpenVox repositories](/openvox/install/), installing `openbolt` is as easy as:
13+
## Linux
14+
15+
DEB and RPM packages should already be on a mirror near you. If you have already [configured the OpenVox repositories](/openvox/install/), installing `openbolt` is as easy as:
1516

1617
```
1718
apt-get update
1819
apt-get install openbolt
1920
```
2021

21-
Running on a Mac?
22-
You are covered, head to https://downloads.voxpupuli.org/mac/openvox8/ to grab the package.
22+
## MacOS
23+
24+
Running on a Mac? You are covered! Use our [Homebrew tap](https://github.com/OpenVoxProject/homebrew-openvox) to install `openbolt` with `brew`:
25+
26+
```
27+
brew install openvoxproject/openvox/openvox8-openbolt
28+
```
29+
30+
MacOS DMG installer package is available on our [downloads site](https://downloads.voxpupuli.org/mac/openvox8/) as well.
2331

24-
Windows packages are not ready yet, as they offer more challenges.
25-
If you want to help with those, [reach out](/connect)!
32+
## Windows
2633

34+
Windows packages are not ready yet, as they offer more challenges. Please [reach out](/connect), if you want to help with those!

0 commit comments

Comments
 (0)