You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
50
50
## Installation
51
51
52
-
Viu runs on any platform with Python 3.10+, including Windows, macOS, Linux, and Android (via Termux, see other installation methods).
52
+
Viu runs on Windows, macOS, Linux, and Android (via Termux). Pre-built binaries are available for quick installation without Python, or you can install via Python 3.10+ package managers.
53
53
54
54
### Prerequisites
55
55
@@ -64,6 +64,39 @@ For the best experience, please install these external tools:
64
64
*[**ffmpeg**](https://www.ffmpeg.org/) - Required for downloading HLS streams and merging subtitles.
65
65
*[**webtorrent-cli**](https://github.com/webtorrent/webtorrent-cli) - For streaming torrents directly.
66
66
67
+
### Pre-built Binaries (Recommended for Quick Start)
68
+
69
+
The easiest way to get started is to download a pre-built, self-contained binary from the [**releases page**](https://github.com/viu-media/viu/releases/latest). These binaries include all dependencies and **do not require Python** to be installed.
0 commit comments