An open API service indexing awesome lists of open source software.

https://github.com/ilanzgx/multistream

A lightweight desktop multistream viewer for Twitch, YouTube, and Kick with integrated real-time chat
https://github.com/ilanzgx/multistream

kick tauri tauri-app twitch vite vue youtube

Last synced: about 1 month ago
JSON representation

A lightweight desktop multistream viewer for Twitch, YouTube, and Kick with integrated real-time chat

Awesome Lists containing this project

README

          




Multistream



Watch multiple live streams simultaneously in a single interface.




Available for Windows, Linux and macOS




Download
·
Report Bug
·
Request Feature


## About The Project

Multistream is a cross-platform desktop application that lets you watch multiple streams from different platforms (Twitch, Kick and YouTube) at the same time, with integrated real-time chat.

### Built With

- [Vue 3](https://vuejs.org/)
- [Tauri 2](https://v2.tauri.app/)
- [Tailwind CSS](https://tailwindcss.com/)

## Getting Started

### Prerequisites

- [Bun](https://bun.sh/) or [Node.js](https://nodejs.org/)
- [Rust](https://www.rust-lang.org/)

### Installation

1. Clone the repository
```sh
git clone https://github.com/ilanzgx/multistream.git
```
2. Install dependencies
```sh
bun install
```
3. Start in development mode
```sh
bun run tauri:dev
```

## License

Distributed under the GPL-3.0 License. See `LICENSE` for more information.

(back to top)