Skip to content

Commit 8b7ff83

Browse files
authored
Merge pull request #596 from voxpupuli/openbolt-packages-available
Announce OpenBolt packages availability
2 parents eff60b3 + 1e6304c commit 8b7ff83

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: First OpenBolt packages available!
4+
date: 2025-12-17
5+
github_username: smortex
6+
---
7+
8+
We are happy to announce the availability of the first **OpenBolt** packages!
9+
10+
**OpenBolt** is the community-maintained open-source implementation of the **Bolt** orchestration tool.
11+
It is intended to be a drop-in replacement, just like the **OpenVox Agent** is a drop-in replacement for the **Puppet Agent**.
12+
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:
15+
16+
```
17+
apt-get update
18+
apt-get install openbolt
19+
```
20+
21+
Running on a Mac?
22+
You are covered, head to https://downloads.voxpupuli.org/mac/openvox8/ to grab the package.
23+
24+
Windows packages are not ready yet, as they offer more challenges.
25+
If you want to help with those, [reach out](/connect)!
26+

openvox/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ Choose the appropriate `openvox8-release` repo package from either of these loca
3939
Then install the packages you want.
4040

4141
* Debian family
42+
* `apt install openbolt`
4243
* `apt install openvox-agent`
4344
* `apt install openvox-server`
4445
* `apt install openvoxdb`
4546
* `apt install openvoxdb-termini`
4647
* RedHat family
48+
* `yum install openbolt`
4749
* `yum install openvox-agent`
4850
* `yum install openvox-server`
4951
* `yum install openvoxdb`

0 commit comments

Comments
 (0)