Feather is a lightweight, efficient YouTube Music TUI built with Rust. It provides a minimalistic, ad-free music streaming experience directly from YouTube using yt-dlp and mpv, with a focus on low memory usage and fast playback.
Rust
237
33 commits
updated Apr 24, 2026
Feather is a lightweight, efficient, and locally hosted YouTube Music TUI built with Rust. It is designed to provide a minimalistic yet powerful music streaming experience directly from YouTube, using yt-dlp and mpv.
A lightweight, ad-less player with only essential features.
Ensure you have the following installed:
git clone https://github.com/13unk0wn/Feather.git
cd Feather/feather_frontend
cargo build --release
./target/release/feather_frontend
Navigate through the TUI to search and play music. Additional controls and keyboard shortcuts will be documented soon.
If a song fails to play due to YouTube restrictions, you can bypass them by adding your cookies to the environment:
export FEATHER_COOKIES="paste your cookies here"
mpv bypass certain restrictions.
Feather has been tested on Linux Mint (Debian Edition), but all libraries used are compatible with other Linux distributions. Windows and Macos are not officially supported.
Check out CONTRIBUTION.md
If you have any doubts regarding contribution, feel free to reach out via:
A big thank you to the maintainers and contributors of:
Feather is licensed under the MIT License.
This project is still in early development. Expect rapid iterations and improvements. Suggestions and feedback are always appreciated!
Rust
100.0%
Feather is a lightweight, efficient YouTube Music TUI built with Rust. It provides a minimalistic, ad-free music streaming experience directly from YouTube using yt-dlp and mpv, with a focus on low memory usage and fast playback.
Rust
237
33 commits
updated Apr 24, 2026
Feather is a lightweight, efficient, and locally hosted YouTube Music TUI built with Rust. It is designed to provide a minimalistic yet powerful music streaming experience directly from YouTube, using yt-dlp and mpv.
A lightweight, ad-less player with only essential features.
Ensure you have the following installed:
git clone https://github.com/13unk0wn/Feather.git
cd Feather/feather_frontend
cargo build --release
./target/release/feather_frontend
Navigate through the TUI to search and play music. Additional controls and keyboard shortcuts will be documented soon.
If a song fails to play due to YouTube restrictions, you can bypass them by adding your cookies to the environment:
export FEATHER_COOKIES="paste your cookies here"
mpv bypass certain restrictions.
Feather has been tested on Linux Mint (Debian Edition), but all libraries used are compatible with other Linux distributions. Windows and Macos are not officially supported.
Check out CONTRIBUTION.md
If you have any doubts regarding contribution, feel free to reach out via:
A big thank you to the maintainers and contributors of:
Feather is licensed under the MIT License.
This project is still in early development. Expect rapid iterations and improvements. Suggestions and feedback are always appreciated!
Rust
100.0%