mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 10:57:25 +00:00
37 lines
988 B
Markdown
37 lines
988 B
Markdown
# Software updates architecture
|
|
|
|
This document provides an overview of Fleet's software updates architecture.
|
|
|
|
## Introduction
|
|
|
|
Software updates in Fleet enables the management and deployment of software updates across the device fleet. This document provides insights into the design decisions, system components, and interactions specific to the Software updates functionality.
|
|
|
|
## Architecture overview
|
|
|
|
The software updates architecture enables the identification, configuration, and deployment of software updates across a fleet of devices. It leverages platform-specific mechanisms to update software on devices.
|
|
|
|
## Key components
|
|
|
|
## Architecture diagram
|
|
|
|
```
|
|
[Placeholder for software updates architecture diagram]
|
|
```
|
|
|
|
## Update flow
|
|
|
|
## Platform-specific implementation
|
|
|
|
### macOS
|
|
|
|
### Windows
|
|
|
|
### Linux
|
|
|
|
### iOS/iPadOS
|
|
|
|
### Android
|
|
|
|
## Related resources
|
|
|
|
- [Software product group documentation](../../product-groups/software/) - Documentation for the software product group
|