Skip to content

godruoyi/myfriendtime

Repository files navigation

My Friend Time

An open-source macOS menubar app to keep track of your friends across different time zones.

Description

MyFriendTime

Installation

From Releases (Recommended)

The easiest way to install MyFriendTime is to download the latest .dmg file from the Releases page.

  1. Go to the latest release.
  2. Download the *.dmg file.
  3. Open the .dmg file and drag the MyFriendTime app into your Applications folder.

Building from Source

If you prefer to build the application from the source code, you will need to have Rust and Node.js installed.

  1. Clone the repository:

    git clone https://github.com/godruoyi/myfriendtime.git
    cd YOUR_REPOSITORY
  2. Install dependencies:

    pnpm install
  3. Run the development server:

    pnpm run tauri dev
  4. Build the application for production:

    pnpm run tauri build

    The bundled application will be available in the src-tauri/target/release/bundle/ directory.

Issues

  1. “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.app

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

💻 An open-source macOS menubar app to keep track of your friends across different time zones.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published