Skip to content
github-actions[bot] edited this page Jul 11, 2026 · 5 revisions

NoraBar Wiki

Welcome to the Wiki for NoraBar, a small music HUD that quietly lives at the top edge of your screen.

NoraBar is a Windows desktop app that keeps music close without cluttering your workspace. It usually waits as a 2px strip, then opens into a HUD with track information, album art, playback controls, and a waveform visualizer when you move the mouse near it.

Language

Start Here

For Developers

  • Development - Development environment, build commands, verification, and Wiki sync
  • Architecture - How the window, ViewModels, and services fit together

Highlights

  • A subtle top-edge HUD that opens only on hover
  • Custom window positioning by dragging
  • Music controls backed by Windows media sessions
  • Synchronized lyrics display powered by LRCLIB
  • An 8-bar waveform visualizer powered by WASAPI loopback capture
  • Automatic text scrolling settings for long track information
  • Automatic update checks on startup
  • Two design styles: Minimal and Productivity
  • Japanese / English display language switching
  • System tray residency and Windows startup registration

Editing This Wiki

The source for this Wiki lives in docs/wiki/ in the repository.

When changes are pushed to the master branch, .github/workflows/wiki-sync.yml syncs these Markdown files to the GitHub Wiki. Use GitHub Wiki page links such as [[Guide-Getting-Started]] for links between Wiki pages.

Clone this wiki locally