https://github.com/godruoyi/myfriendtime
đź’» An open-source macOS menubar app to keep track of your friends across different time zones.
https://github.com/godruoyi/myfriendtime
macos myfriendtime tauri
Last synced: 4 months ago
JSON representation
đź’» An open-source macOS menubar app to keep track of your friends across different time zones.
- Host: GitHub
- URL: https://github.com/godruoyi/myfriendtime
- Owner: godruoyi
- Created: 2025-07-02T11:53:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-16T09:54:36.000Z (12 months ago)
- Last Synced: 2025-07-17T13:37:01.081Z (12 months ago)
- Topics: macos, myfriendtime, tauri
- Language: TypeScript
- Homepage:
- Size: 822 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Friend Time
An open-source macOS menubar app to keep track of your friends across different time zones.
## Screenshot


## Installation
### From Releases (Recommended)
The easiest way to install MyFriendTime is to download the latest `.dmg` file from the [Releases](https://github.com/godruoyi/myfriendtime/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](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/) installed.
1. **Clone the repository:**
```bash
git clone https://github.com/godruoyi/myfriendtime.git
cd YOUR_REPOSITORY
```
2. **Install dependencies:**
```bash
pnpm install
```
3. **Run the development server:**
```bash
pnpm run tauri dev
```
4. **Build the application for production:**
```bash
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:
```bash
sudo xattr -r -d com.apple.quarantine /Applications/myfriendtime.app
```
2. We cannot support delete/edit friend right now, please open `friends.json` and edit it manually.
MacOS: `~/Library/Application Support/app.myfriendtime/friends.json`
## License
This project is licensed under the MIT License. See the `LICENSE` file for more information.