Tauri macOS Menubar App Example
June 5, 2024 ยท View on GitHub
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
- Clone this repository:
git clone https://github.com/ahkohd/tauri-macos-menubar-app-example.git
- Navigate to the project directory:
cd tauri-macos-menubar-app-example
- Run the demo
pnpm install
pnpm tauri dev
- Go to your menubar, click the Tauri tray icon.
Demo
See it in action:

Recommended IDE Setup
Related
The following are related to this project:
- tauri-nspanel: Tauri plugin to convert a window to panel.
License
This project is licensed under the MIT License. See the LICENSE file for details.