mirror of
https://github.com/cedev-1/tauri-macos-menubar-app-example.git
synced 2026-09-16 18:01:59 +00:00
An example macOS Menubar app built with Tauri
- Rust 67.3%
- Nix 13.4%
- TypeScript 10%
- CSS 6.1%
- HTML 3.2%
| public | ||
| src | ||
| src-tauri | ||
| .envrc | ||
| .gitignore | ||
| demo.gif | ||
| flake.lock | ||
| flake.nix | ||
| index.html | ||
| LICENSE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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
- 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.
