mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
#28621 - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [X] Added/updated automated tests - [X] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [X] Make sure fleetd is compatible with the latest released version of Fleet (see [Must rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md)). - [X] Orbit runs on macOS, Linux and Windows. Check if the orbit feature/bugfix should only apply to one platform (`runtime.GOOS`). - [X] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [X] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). |
||
|---|---|---|
| .. | ||
| mdm | ||
| orchestration | ||
| software | ||
| README.md | ||
Fleet product groups
Fleet is organized into three main product groups:
MDM
The MDM product group focuses on Mobile Device Management, including:
- Apple MDM (macOS, iOS)
- Windows MDM
- Android MDM
- End user authentication
- Disk encryption
- Automated device enrollment
Orchestration
The Orchestration product group focuses on device orchestration using osquery, including:
- Live queries
- Scheduled queries
- Query packs
- Host vitals
- Teams and access control
- File carving
- Policies
- Scripts
Software
The Software product group focuses on software management, including:
- Software inventory
- Vulnerability management
- Software installation
- Software updates
- Software policies
- Fleet-maintained apps
Cross-Product Documentation
Some documentation applies to multiple product groups:
- Architecture - High-level architecture documentation
- Guides - How-to guides for common tasks
- Workflows - Development workflows
- Reference - API reference, configuration, etc.