Install

Install Raft clients

Signed apt and dnf repositories for raft-cli and raft-client, plus the raft-bridge installer for Windows. Each platform has a Stable and a Beta (UAT) channel.

Linux

raft-cli is the raft command-line tool; raft-client is the managed-device agent. Set the repo up once and updates arrive through your package manager. Beta carries pre-release builds and full releases, so a test machine tracks the leading edge and rolls onto stable once testing is done.

Debian & Ubuntu

apt · also Mint, Pop!_OS, derivatives
Channel for Debian and Ubuntu
bash
# Install the keyring + repo definition, then the tools
$ curl -fsSLO https://pkgs.raftmgmt.com/raft-archive-keyring.deb
$ sudo apt install ./raft-archive-keyring.deb
$ sudo apt update
$ sudo apt install raft-cli raft-client
bash
# WARNING - NOT FOR PRODUCTION ENVIRONMENTS
# Install the keyring + repo definition, enable the UAT source it ships,
# then install the tools
$ curl -fsSLO https://pkgs.raftmgmt.com/raft-archive-keyring.deb
$ sudo apt install ./raft-archive-keyring.deb
$ sudo cp /usr/share/raft/raft-uat.sources /etc/apt/sources.list.d/
$ sudo apt update
$ sudo apt install raft-cli raft-client

Fedora, RHEL & rebuilds

dnf · Fedora, RHEL, Rocky, Alma, CentOS Stream
Channel for Fedora and RHEL
bash
# The release package adds the repo and imports the signing key
$ sudo dnf install https://pkgs.raftmgmt.com/raft-release.rpm
$ sudo dnf install raft-cli raft-client
bash
# WARNING - NOT FOR PRODUCTION ENVIRONMENTS
# UAT repo ships disabled — enable it per command
$ sudo dnf install https://pkgs.raftmgmt.com/raft-release.rpm
$ sudo dnf --enablerepo=raft-uat install raft-cli raft-client

Windows

raft-bridge connects a Windows host (Active Directory / certificate enrolment) to Raft, installed from a signed MSI.

raft-bridge

MSI · signed
Channel for Windows

Download and run the latest signed MSI:

winget: to be decided — delivery model under evaluation

WARNING — not for production environments

Pre-release MSIs for testers:

winget: to be decided

Windows bridge setup documentation

Verify

Every package and repository index is GPG-signed; transport is HTTPS, authenticity is the signature. The public key:

Public key   pkgs.raftmgmt.com/RPM-GPG-KEY-raft

Fingerprint  to be decided — key generated on the internal signing host

Browse

Directory listings are open for inspection.