diff --git a/README.md b/README.md index 458f0a4d..415a4d61 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ To start the app hidden (only in tray), use the `--hidden` flag (example: `local On v1.14.0 and earlier, the app starts hidden if `autostart` flag is set, and the hidden setting is enabled. +**Compatibility** + +| Platform | Minimum Version | Note | +|----------|-----------------|-----------------------------------------------------------------------------------------------------------------------------| +| Android | 5.0 | - | +| iOS | 12.0 | - | +| macOS | 11 Big Sur | Use OpenCore Legacy Patcher 2.0.2 (See [#1005](https://github.com/localsend/localsend/issues/1005#issuecomment-2449899384)) | +| Windows | 10 | The last version to support Windows 7 is v1.15.4. There might be backports of newer versions for Windows 7 in the future. | +| Linux | N.A. | - | + ## How It Works LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.