An open-source macOS menubar app to keep track of your friends across different time zones.
The easiest way to install MyFriendTime is to download the latest .dmg file from the Releases page.
- Go to the latest release.
- Download the
*.dmgfile. - Open the
.dmgfile and drag theMyFriendTimeapp into yourApplicationsfolder.
If you prefer to build the application from the source code, you will need to have Rust and Node.js installed.
-
Clone the repository:
git clone https://github.com/godruoyi/myfriendtime.git cd YOUR_REPOSITORY -
Install dependencies:
pnpm install
-
Run the development server:
pnpm run tauri dev
-
Build the application for production:
pnpm run tauri build
The bundled application will be available in the
src-tauri/target/release/bundle/directory.
- “myfriendtime.app” is damaged and can’t be opened. You should move it to the Trash.
Our app is not notarized by Apple, so you may encounter this error when trying to open it for the first time. To bypass this, you can use the following command in your terminal:
sudo xattr -r -d com.apple.quarantine /Applications/myfriendtime.appThis project is licensed under the MIT License. See the LICENSE file for more information.
