Desktop app to automatically monitor Twitch / YouTube / Kick channels and record livestreams as soon as they go live.
Windows users:
You can download the latest pre-built portable version of StreamWarden directly from the latest release.
No installation required!
The portable zip contains everything you need:
- Java runtime (no need to install Java)
- Streamlink (no need to install it separately)
- All required native dependencies
Just unzip and run the executable on any recent Windows system.
Other platforms (Linux, MacOS):
You need to build the application yourself.
See the Build it yourself section below for instructions.
- Multi-Platform Support: Monitor Twitch, YouTube and Kick channels simultaneously
- Automatic Detection: Start recording immediately when streams go live
- Custom Quality Settings: Choose recording quality per channel (best, 1080p, 720p, etc.)
- Organized Storage: Recordings are automatically sorted by channel in separate folders
- Cross-Platform: Works on Windows and Linux with automatic tool detection
The application uses Streamlink under the hood for reliable stream capture and supports automatic monitoring with customizable check intervals.
# Clone the repository
git clone https://github.com/YouG-o/StreamWarden.git
cd StreamWarden
- Java Development Kit (JDK) 22 or higher
- Maven 3.6+
- Streamlink installed on your system (7.3.0 or higher for Kick support) (tested on 7.6.0)
- Python (required by Streamlink)
# Build and run the application in development mode
mvn clean javafx:run
This will launch the app directly from source.
You must have Streamlink and Python installed and available in your system PATH.
If you are on Windows, you can generate a portable .exe
version of StreamWarden using the provided batch script:
build-windows-portable.bat
This script will:
- Automatically download and prepare all required native dependencies (Streamlink portable, JavaFX & Maven)
- Build the application with Maven
- Package everything into a portable app-image using jpackage
- Make sure you have the Java Development Kit (JDK) 22 or higher.
- Open a terminal in the project root directory.
- Run the script
- After completion, you will find the portable executable in the
StreamWarden_Win_Portable
folder.
Contributions are welcome! Whether you want to fix bugs, add features, or improve documentation, your help is appreciated.
This application is completely free and open-source. If you find it valuable, you can support its development with a pay-what-you-want contribution!
You can also support this project by:
- Starring this repository
- Sharing it with others who might find it useful
- Following me on GitHub
Important: Before recording any stream, make sure you have the creator's permission or that the content is not protected by copyright.
Always respect the terms of service of streaming platforms (Twitch, YouTube, etc.).
This software is provided for educational and personal use only. I do not encourage copyright infringement and cannot be held responsible for improper use of this application.
This project is licensed under the GNU Affero General Public License v3.0