Furunushi is a lightweight, cross-platform all-in-one app for musicians built with Tauri. Beyond its core tuning functionality, it includes extra features like a mirror and a drone tone generator. This project is under active development and open to community contributions!
- Tuner: Precise instrument tuning with real-time audio analysis.
- Mirror: A simple camera display to check your appearance during practice.
- Drone Tone: Generate a sustained tone for practice or ear-based tuning.
- Lightweight and fast interface powered by Tauri (Rust + Webview).
| Tuner | Mirror | Drone |
|---|---|---|
![]() |
![]() |
![]() |
Get the latest build from the Releases section.
- Go to the Releases section.
- Download the
.dmgfor macOS.msi/setup.exefor Windows.
Note: Linux version is in development.
To build the project yourself:
Clone the repository:
git clone git@github.com:fullpipe/furunushi.git
cd furunushiInstall dependencies:
npm installFor Desktop development, run:
npm run tauri devFor iOS development, run:
npm run tauri ios devGenerate icons
cargo tauri icon src-tauri/icons/raw.pngAt the moment rules are not strict. Welcome!
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-idea). - Make your changes and commit them (
git commit -m "Added XYZ feature"). - Push to your fork (
git push origin feature/your-idea). - Open a Pull Request.
- Windows
- Linux support
- App store release
- UI/UX improvements, designers are welcome!
- Metronome
- different pitch detections
- Pitch games
- Localization into other languages?
- Handle catch(console.error)
This project is licensed under the AGPL-3.0.
For questions or suggestions, create an Issue or start a discussion.


