File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -39,11 +39,13 @@ Choose the appropriate `openvox8-release` repo package from either of these loca
3939Then 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 `
You can’t perform that action at this time.
0 commit comments