Back to Getting Started

Install the OpenFrame Agent on Linux

Device Deployment · Step 3

Section

May 15, 2026

Published

Aliaska Varieva

Aliaska Varieva

Head of Platform

Install the OpenFrame Agent on Linux

For headless servers and Linux desktops (Ubuntu / Debian / RHEL / Fedora).

Steps

  1. Add the OpenFrame APT/YUM repo
bash
curl -fsSL https://install.openframe.ai/linux | sudo bash
  1. Install + enroll
bash
sudo apt install openframe-agent   # or: sudo dnf install openframe-agent
sudo openframe enroll --token <YOUR_TOKEN>
  1. Confirm
bash
systemctl status openframe-agent