Download
Get ScayTux and bring your Tux Droid back to life.
Quick Install
Windows
powershell
git clone https://github.com/Scayar/ScayTux
cd ScayTux
START_WINDOWS.batLinux
bash
git clone https://github.com/Scayar/ScayTux
cd ScayTux
chmod +x START_LINUX.sh
./START_LINUX.shBuild 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.jarDependencies
All dependencies are bundled in the fat JAR via Maven Shade plugin.
| Library | Version | Purpose |
|---|---|---|
| hid4java | 0.8.0 | USB HID communication |
| Picocli | 4.7.5 | CLI argument parsing |
| JLayer | 1.0.1 | MP3 decoding |
| TelegramBots | 6.8.0 | Telegram Bot API |
| Gson | 2.10.1 | JSON configuration |
| JUnit 5 | 5.10.0 | Unit testing |