This project offers a native Windows application via Electron for accessing iCloud notes, reminders, and other content available on icloud.com. Unlike Apple's official iCloud client for Windows, which focuses on managing iCloud Drive, Photos, and Bookmarks, this client specifically targets note-taking functionality and always default to iCloud Notes.
- Releases: Download the latest release of the application.
- Sign in to your iCloud account: Upon launching the application, sign in to your iCloud account to access your notes and reminders.
- Enjoy!: Once signed in, you can seamlessly view and manage your iCloud notes within the Windows environment.
Ensure that Node.js is installed on your system to run the application.
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install the required dependencies.
To run the Electron application:
npm start
This command initializes the application, creates a new window, and loads the iCloud notes page.
Contributions to enhance the application's functionality or address any issues are welcome. Feel free to open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.