Skip to content

ahkohd/tauri-macos-menubar-app-example

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2024
Jan 31, 2025
Jun 4, 2024
Dec 23, 2024
Dec 23, 2024
Feb 13, 2024
Jun 5, 2024
Feb 13, 2024
Dec 23, 2024
Dec 23, 2024
Feb 12, 2024
Jan 25, 2025
Feb 19, 2025
Feb 13, 2024
Feb 12, 2024
Feb 12, 2024
Feb 12, 2024

Repository files navigation

Tauri macOS Menubar App Example

This is an example project that shows how to create a macOS Menubar app using Tauri.

Check out the v2-popover branch for an example of the menubar app, now featuring a popover view.

This template is based on Tauri + React + Typescript template. It should help get you started developing with Tauri, React and Typescript in Vite.

Prerequisites

Getting Started

  1. Clone this repository:
git clone https://github.com/ahkohd/tauri-macos-menubar-app-example.git
  1. Navigate to the project directory:
cd tauri-macos-menubar-app-example
  1. Run the demo
pnpm install
pnpm tauri dev
  1. Go to your menubar, click the Tauri tray icon.

Demo

See it in action:

Demo

Recommended IDE Setup

Related

The following are related to this project:

License

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