fleet/docs/Using Fleet/Supported-host-operating-systems.md
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

36 lines
2 KiB
Markdown

# Supported host operating systems
Fleet supports the following operating system versions on hosts.
| OS | Supported version(s) |
| :------ | :------------------------------------- |
| macOS | 13 (Ventura) and higher |
| Windows | 10 (Pro and Enterprise) and higher |
| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+ |
| ChromeOS | 112.0.5615.134+ |
While Fleet may still function partially or fully with OS versions older than those above, Fleet does not actively test against unsupported versions and does not pursue bugs on them.
## Some notes on compatibility
### Tables
Not all osquery tables are available for every OS. Please check out the [osquery schema](https://fleetdm.com/tables) for detailed information.
If a table is not available for your host, Fleet will generally handle things behind the scenes for you.
### M1 Macs
Fleet's agent (fleetd) generated for MacOS by `fleetctl package` does not include native support for M1 Macs. Some values returned may reflect the information returned by Rosetta rather than the system. For example, a CPU will show up as `i486`.
### Linux
Fleet's agent (fleetd) will run on Linux distributions where `glibc` is >= 2.2 (there is ongoing work to make osquery work with `glibc` 2.12+).
If you aren't sure what version of `glibc` your distribution is using, [DistroWatch](https://distrowatch.com/) is a great resource.
> On Linux, Fleet Desktop only supports $DISPLAY `:0`.
> Fedora, CentOS 8 and 9 require a [gnome extension](https://extensions.gnome.org/extension/615/appindicator-support/) and Google Chrome set to the default browser for Fleet Desktop.
> The `fleetctl package` command is not supported on DISA-STIG distribution.
<meta name="pageOrderInSection" value="1200">
<meta name="description" value="This page contains information about operating systems that are compatible with Fleet's agent (fleetd).">
<meta name="navSection" value="The basics">