mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
47 lines
No EOL
1.2 KiB
Markdown
47 lines
No EOL
1.2 KiB
Markdown
# Fleet product groups
|
|
|
|
Fleet is organized into three main product groups:
|
|
|
|
## MDM
|
|
|
|
The [MDM product group](mdm/README.md) 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](orchestration/README.md) focuses on device orchestration using osquery, including:
|
|
|
|
- Live reports
|
|
- Scheduled reports
|
|
- Query packs
|
|
- Host vitals
|
|
- Fleets and access control
|
|
- File carving
|
|
- Policies
|
|
- Scripts
|
|
|
|
## Software
|
|
|
|
The [Software product group](software/README.md) 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](../architecture/README.md) - High-level architecture documentation
|
|
- [Guides](../guides/README.md) - How-to guides for common tasks
|
|
- [Workflows](../workflows/README.md) - Development workflows
|
|
- [Reference](../reference/README.md) - API reference, configuration, etc. |