A terminal app for real-time banjo note detection. Play a note into your microphone and see the note name, frequency, and how sharp or flat you are.
- macOS (uses the system microphone)
- Homebrew
- uv — installed in the setup step below
- just — installed in the setup step below
# Install uv and just
brew install uv just
# Install Python dependencies
uv syncOn first run, macOS will show a permission dialog asking for microphone access — allow it.
# Run the app
just run
# Run with auto-reload on source file changes (for development)
just devFrom the menu, press 1 to open the tuner. Press Ctrl+C to return to the menu. Press Ctrl+C again (or q) to exit.
In
just devmode,Ctrl+Cstops the file watcher and exits completely.