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.
- 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.
See it in action:
The following are related to this project:
- tauri-nspanel: Tauri plugin to convert a window to panel.
This project is licensed under the MIT License. See the LICENSE file for details.