Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkru/freetube
Desktop app for YouTube
https://github.com/enkru/freetube
Last synced: 9 days ago
JSON representation
Desktop app for YouTube
- Host: GitHub
- URL: https://github.com/enkru/freetube
- Owner: eNkru
- License: mit
- Created: 2022-12-14T04:41:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T03:46:24.000Z (about 2 years ago)
- Last Synced: 2024-11-08T12:12:50.153Z (2 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FreeTube
[//]: # ([![Build](https://github.com/eNkru/freelook/actions/workflows/node.js.yml/badge.svg)](https://github.com/eNkru/freelook/actions/workflows/node.js.yml))
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)FreeTube, an alternative Tauri based desktop app to enjoy the Youtube.
```
Please let me know if you can help me to design an icon for this app.(The icon is currently shown on the right top conor of this README)
Many Thanks.
```## Declamation
***This app helps some people like me who want to play Youtube with some desktop application features. Please raise any concern to me if any of the code or resource voilate your copyright or trademark.***## Feature
* Play Youtube videos with desktop app
* Close to minimise
* Dock tray support[//]: # (## Download)
[//]: # (## Troubleshot)
## Build Pre-Request
* [GIT](https://git-scm.com/)
* [PNPM](https://pnpm.io/)
* [RUST](https://www.rust-lang.org/)
* [TAURI](https://tauri.app/)## Build & Install
Clone the repository and run in development mode.
```
git clone https://github.com/eNkru/freetube
cd freetube
pnpm i
pnpm tauri dev
```
Build the application
```
pnpm tauri build
```[//]: # (## Release)
[//]: # (```)
[//]: # (npm version (new release version))
[//]: # (git push origin master)
[//]: # (git push origin --tags)
[//]: # (npm publish)
[//]: # (```)
## License
[MIT](https://github.com/eNkru/electron-xiami/blob/master/LICENSE) @ [Howard Ju](https://enkru.github.io/)