Download

Get ScayTux and bring your Tux Droid back to life.

ScayTux v3.0

Latest release - Cross-platform fat JAR

Quick Install

Windows

powershell
git clone https://github.com/Scayar/ScayTux
cd ScayTux
START_WINDOWS.bat

Linux

bash
git clone https://github.com/Scayar/ScayTux
cd ScayTux
chmod +x START_LINUX.sh
./START_LINUX.sh

Build from Source

Requires Java 8+ and Maven 3.6+ installed on your system.

bash
git clone https://github.com/Scayar/ScayTux
cd ScayTux
mvn clean package -DskipTests
java -jar target/ScayTux.jar

Dependencies

All dependencies are bundled in the fat JAR via Maven Shade plugin.

LibraryVersionPurpose
hid4java0.8.0USB HID communication
Picocli4.7.5CLI argument parsing
JLayer1.0.1MP3 decoding
TelegramBots6.8.0Telegram Bot API
Gson2.10.1JSON configuration
JUnit 55.10.0Unit testing