Skip to main content
app icon

Robsong

Developer

Robert, ġurica

About

A lightweight desktop music player for local files.

  • Play local audio: MP3, FLAC, WAV, OGG (Vorbis)
  • Library and user playlists stored in SQLite (~/.config/robsong/library.db)
  • Import individual files or entire folders
  • Double-click to play from a track; drag to reorder (persisted)
  • Context menu: play, add to playlist, delete from playlist
  • Bottom bar with spectrum visualizer, seek, and volume
  • Clean light theme
app screenshot app screenshot app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/rdurica/robsong@latest

Or you can download the code directly from git:

git clone https://github.com/rdurica/robsong