MCPcopy Index your code
hub / github.com/ahkohd/tauri-macos-menubar-app-example

github.com/ahkohd/tauri-macos-menubar-app-example @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
16 symbols 34 edges 9 files 0 documented · 0% updated 6d ago★ 3902 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Tauri macOS Menubar App Example

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

Check out the v1-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.

Core symbols most depended-on inside this repo

hide_menubar_panel
called by 2
src-tauri/src/fns.rs
register_workspace_listener
called by 2
src-tauri/src/fns.rs
init
called by 1
src-tauri/src/command.rs
create
called by 1
src-tauri/src/tray.rs
swizzle_to_menubar_panel
called by 1
src-tauri/src/fns.rs
setup_menubar_panel_listeners
called by 1
src-tauri/src/fns.rs
update_menubar_appearance
called by 1
src-tauri/src/fns.rs
set_corner_radius
called by 1
src-tauri/src/fns.rs

Shape

Function 16

Languages

Rust94%
TypeScript6%

Modules by API surface

src-tauri/src/fns.rs10 symbols
src-tauri/src/command.rs2 symbols
src/App.tsx1 symbols
src-tauri/src/tray.rs1 symbols
src-tauri/src/main.rs1 symbols
src-tauri/build.rs1 symbols

For agents

$ claude mcp add tauri-macos-menubar-app-example \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page