pachi / RustyTube

A rusty Youtube client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donations Received Contributors Stargazers Issues Forks AGPL-3.0 License

RustyTube

A desktop Youtube client written in Rust. Built with Leptos and Tauri; designed with Tailwind and DaisyUI.

Why should I use it?

  • πŸ–₯️ Why not? Try it out here. πŸ–₯️
  • ✨ WebM support for 4k 60fps. ✨
  • πŸ‘Ž Dislike counts. πŸ‘Ž
  • πŸ¦€ Built with Rust. πŸ¦€
  • πŸ¦‹ Beautiful and modern UI. πŸ¦‹
  • 🎨 30+ themes, including a custom RustyTube theme based on Sweet Ambar Blue Dark. 🎨
  • πŸ’© Not an Electron app. πŸ’©

Screenshots



How do I use RustyTube?

Platform Link
Web rustytube.rs
Linux rustytube.rs
Windows (exe) RustyTube_v0.2.0_x64-setup.exe
Mac rustytube.rs

Browser Support

Browser Comment
Firefox Works perfectly. Testing is done mainly on Firefox.
Chromium-based Works great. Might be some ui/ux issues.
Webkit-based Unsupported and a massive PITA. Maybe it will work... idk.

Building RustyTube

Install Rust and Tauri. Go to the Tauri prequisites page.

After installing Rust and Tauri, execute the following script in the base of your RustyTube directory:

rustup update stable-unknown-linux-gnu;
rustup component add rust-src --toolchain stable-unknown-linux-gnu;
rustup target add wasm32-unknown-unknown;
cargo install trunk;
cargo install tauri-cli;
cd frontend;
npm install;

FAQ

Windows says that RustyTube is a virus. Is it safe to install?

It's totally safe and not a virus; I'm 10 billion percent sure - trust me bro.

Common Issues

Video player has a green screen on Webkit-based browsers.

Change the video format. Use the cog located in the bottom right of the video player.

No audio?

Change the video format. Use the cog located in the bottom right of the video player.

Video won't load, changing formats doesn't fix it.

If you are trying to watch a music video, RustyTube currently does not work with VEVO videos.

What's the recipe?

  • Leptos - A modern Rust web framework.
  • Tailwind - A CSS framework.
  • DaisyUI - A Tailwind component library.
  • Tauri - A Rust desktop application framework.

Donations

RustyTube is a free and open-source project with well over 500 hours in development and testing time.

Support the project and its further development via donations.

Liberapay:

Donate via Liberapay

Monero (XMR):

42bhoxB2DT125WAxLHHZAm2jUpEWUJBe1HAKtmiZsjW6X2r3z8FBqQFEhZdkywuQrrKfnehhhaJexQjVKpahBooq3zYKNjf

Bitcoin (BTC):

bc1q8r90zc8j8a2rvkq4ds8374pxh3rpccxgnjx5x2

Roadmap

RustyTube is still in early development. There are things missing and stuff that I would like to add.

  • Mobile UI and Mobile App (Significant donations/support required for this)
  • Desktop Integration with Tauri
  • Full SponsorBlock API Support
  • Full Playlist Support

Alternatives

Desktop

Freetube - An open source desktop YouTube player built with privacy in mind.

Mobile

Newpipe - A libre lightweight streaming front-end for Android.

Libretube - An alternative frontend for YouTube, for Android.

Clipious - Android client application for invidious, the privacy focused youtube front end.

About

A rusty Youtube client.

License:GNU Affero General Public License v3.0


Languages

Language:Rust 98.4%Language:CSS 0.6%Language:JavaScript 0.5%Language:Shell 0.4%Language:HTML 0.1%