It is a minimalist desktop app to view YouTube videos without the recommendations, comments, or promotions. Just a pure video-viewing experience.
Download the latest executable for your operating system from the Releases section.
Create a .env
file in the same directory as the executable and put your YouTube API Key:
YOUTUBE_API_KEY=API_KEY
To run in live development mode, run wails dev
in the project directory. This will launch a Vite development server, providing very fast hot reloads for your frontend changes. If you want to develop in a browser and access your Go methods, there is also a dev server available at http://localhost:34115. Connect to this in your browser, and you can call your Go code from the devtools.
To build a redistributable, production mode package, use wails build
.
This project is not made by Google or YouTube, and it is not an alternative to YouTube. It is simply an app for people who want to keep using YouTube without getting distracted or addicted, like I did.