Icon

fleetctl

fleetctl is a command line interface tool for managing Fleet and osquery configurations, enabling GitOps workflows and cluster service management. It acts as a CLI for Fleet, allowing management of distributed systemd units and osquery agents.
Latest: 4.85.0 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 233/15140
Also monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITInstaller: npm package or binarySilent: YesWinget: Available
Silent install
sudo npm install -g fleetctl

Version & Lifecycle

0
Current: 4.85.0 N-2: 4.84.2 Avg cadence: Every 8 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 9, 2026
0

Deployment tip

Deploy fleetctl silently on Windows by running this one-liner in an elevated Command Prompt to download the latest amd64 binary from GitHub releases, extract it to %USERPROFILE%.fleetctl, and clean up:

for /f "tokens=1, delims=:" %a in ('curl -s https://api.github.com/repos/fleetdm/fleet/releases/latest ^| findstr "browser_download_url" ^| findstr "_windows_amd64.zip"') do (curl -kOL %b) && if not exist "%USERPROFILE%.fleetctl" mkdir "%USERPROFILE%.fleetctl" && for /f "delims=" %a in ('dir /b fleetctl__windows_amd64.zip') do tar -xf "%a" --strip-components=1 -C "%USERPROFILE%.fleetctl" && del "%a"
`
Add
%USERPROFILE%.fleetctl` to the system PATH for enterprise-wide access, and re-run periodically to update to the latest version matching your Fleet server.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

fleetctlfleet fleetctl

Packaging Notes

0

fleetctl can be installed via npm (Node.js package manager) or by downloading precompiled binaries from GitHub. For convenience, the binary can be moved to a directory in the system PATH.

Notes

0

fleetctl was originally part of CoreOS's fleet project for managing systemd units across a cluster. It is now associated with FleetDM for osquery management. Installation requires Node.js for npm method or direct binary download.