Apps / Catalog
Reference · Example

Catalog

A live tour of every menuet feature.

Catalog isn't a real product — it's the reference app inside the menuet repo that demonstrates every API. Alerts with inputs, search fields, styled titles, badges, semantic colors, submenus, notifications. Skim the source as a cheat sheet.

Download for Mac View source
Source·macOS 11+·v—

What it does

01

Every Alert variation

MessageText only, InformativeText only, both, two buttons, three buttons, text inputs, secure password inputs — one menu row each, so you can see what they actually look like.

02

Live styled titles

Real Runs in action — bold team labels, monospaced scores, LIVE pill badges, semantic colors that adapt to light and dark mode.

03

Working search

An in-menu search field with live results — the same pattern any menuet app uses for type-to-filter.

04

Submenus

Nested Children at multiple levels, plus subtitles and checkmarks on rows for completeness.

05

Notifications

One-tap firing of plain, two-button, and inline-reply notifications so you can study the Identifier-deduping semantics.

06

Reference, not product

Read the source — every code path in menuet is exercised here. Copy what you need into your own app.

Built with menuet

Catalog is open source.

It’s a few hundred lines of Go on top of menuet — the same library you can use to build your own menu‑bar app. Read the source, or start your own.

Build your own → Read the source
// menuet/cmd/catalog
import "github.com/caseymrm/menuet/v2"