From 95fa5b4ac7b86e121c75d5f9ea103e935e8e9eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?alikia2x=20=28=E5=AF=92=E5=AF=92=29?= Date: Thu, 2 Jan 2025 01:02:31 +0800 Subject: [PATCH] update: README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad169f4..6581192 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ OpenRewind is an open-source alternative to [rewind.ai](https://rewind.ai), forked from [OpenRecall](https://github.com/openrecall/openrecall). -We wanted to create an open source app that provides similar core functionality +We want to create an open source app that provides similar core functionality to rewind.ai, and that app is **OpenRewind**. ## Alpha Release: 0.8.0 -Latest results: There is an Alpha version available! We currently only support Apple Silicon Macs. +Latest works: There is an Alpha version available! We currently only support Apple Silicon Macs. (Of course, thanks to building on Electron, there will definitely be support for multiple platforms in the beta/stable release) ### ✨ Features @@ -31,7 +31,7 @@ Reference projects: ### Big-little architecture optimizations for Apple Silicon -We wrote a small Swift program that allows a given program to run at a selected QoS energy class. On ARM Macs, this means we can offload some work (such as video encoding) to energy-efficient cores, reducing peak CPU usage and power consumption. +We wrote a small Swift program that allows a given program to run at a selected QoS class. On ARM Mac, this means we can put some work (such as video encoding) to Efficient cores, reducing peak CPU usage and power consumption. > See: [Prioritize Work with Quality of Service Classes](https://developer.apple.com/library/archive/documentation/Performance/Conceptual/EnergyGuide-iOS/PrioritizeWorkWithQoS.html)