ComputerUse is a computer automation tool for macOS, developed in Swift. It allows you to programmatically control keyboard, mouse, screen, and other computer functions.
- Keyboard Control: Simulate key presses, shortcuts, and text input.
- Pointer Control: Move mouse, click, drag, and scroll programmatically.
- Screen Analysis: Capture screen content and analyze UI elements.
- Application Management: Launch, activate, and manage running applications.
- Workflow Automation: Define and execute complex automation workflows.
You can download the latest pre-built application directly from the GitHub Releases page. This is the easiest way to get started.
If you prefer to build from source:
-
Clone the repository:
git clone https://github.com/Lakr233/ComputerUse.git
-
Open the Xcode project:
open ComputerUse.xcodeproj
-
Build and run the application using Xcode.
After launching the app, you can use the provided APIs to perform various computer operations. Refer to the code comments for detailed API documentation.
This project is licensed under the MIT License. See the LICENSE file for details.
