Terminal-based music player built with Java using Lanterna for TUI.
- Plays audio using mpv
- Downloads tracks using yt-dlp
- SQLite database support
- Works on Linux and macOS
- Java 21+
- Build the fat JAR (includes all dependencies):
git clone https://github.com/meysaw/tusic.git
mvn clean package- Make the Linux binaries executable:
chmod +x bin/linux/*3.Run the application:
./run.sh- Build the fat JAR (includes all dependencies):
git clone https://github.com/meysaw/tusic.git
mvn clean package- Make the macOS binaries executable:
chmod +x bin/linux/*3.Run the application:
./run-mac.sh