https://github.com/narcotic-sh/zanshin
A novel media player that allows you to navigate by speaker
https://github.com/narcotic-sh/zanshin
local macos media-player senko speaker-diarization visualization youtube
Last synced: 8 months ago
JSON representation
A novel media player that allows you to navigate by speaker
- Host: GitHub
- URL: https://github.com/narcotic-sh/zanshin
- Owner: narcotic-sh
- License: mit
- Created: 2025-09-02T05:13:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T00:37:35.000Z (9 months ago)
- Last Synced: 2025-09-25T01:04:56.411Z (9 months ago)
- Topics: local, macos, media-player, senko, speaker-diarization, visualization, youtube
- Language: Svelte
- Homepage: https://zanshin.sh
- Size: 4.76 MB
- Stars: 56
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Website |
Screenshots |
Discord
---
A media player with a novel interface allowing you to navigate by speaker.
- Visualize who speaks when & for how long
- Jump/skip speaker segments
- Set different playback speeds per speaker
- Auto-skip speakers
It's a better, more efficient way to listen to podcasts, interviews, press confrences etc.
Supports YouTube videos and your own local media files.
Visit the [website](https://zanshin.sh) for demo videos and screenshots of the UI/interface.
残心 / Zanshin is powered by the very fast [Senko](https://github.com/narcotic-sh/senko) speaker diarization pipeline.
## Installation
Zanshin is currently only available in packaged form for macOS 14+ on Apple Silicon.
Download from the [website](https://zanshin.sh) or Github [Releases](https://github.com/narcotic-sh/zanshin/releases/latest).
For Windows and Linux, packaging is not available yet and will be coming soon. In the mean time, you can get Zanshin running on both of those platforms by entering in some commands in the terminal. Refer to [`DEV_SETUP.md`](/DEV_SETUP.md) for instructions.
## macOS FAQ
Can I backup and restore all the items in my Zanshin Vault?
Yes, simply backup the following file:
~/Library/Application Support/Zanshin/zanshin/media.db
To restore it (like after you install Zanshin on a new Mac, for example), simply move the file into that same location.
How do I uninstall Zanshin?
Delete two items:
-
Zanshin.appin/Applications - The folder
~/Library/Application Support/Zanshin
## Community, Support, Future Plans
Join the [Discord](https://discord.gg/Nf7m5Ftk3c) server to ask questions, suggest features, talk about Zanshin and Senko development etc.
For planned features and improvements, see [`PLANS.md`](/PLANS.md) .
## Development
For setting up Zanshin for development, see [`DEV_SETUP.md`](/DEV_SETUP.md).