Your music, visualized

dash.fm turns your Last.fm data into a beautiful, real-time dashboard experience

dash.fm in action
Scroll to explore
Preview

See dash.fm in action

Watch how dash.fm transforms your Last.fm data into a beautiful, real-time dashboard

Features

Everything you need

dash.fm brings your music listening habits to life with powerful features

Clean UI

Sleek, modern interface designed to showcase your music

Real-time Updates

See your currently playing track update in real-time

Stats Widget

View detailed statistics about your listening habits

Easy Setup

Simple installation process with clear instructions

Open Source

Free to use, modify, and contribute to

Gallery

Beautiful visualizations

See how dash.fm transforms your Last.fm data into stunning displays

Installation

Quick setup guide

Get dash.fm up and running in minutes

01

Requirements

You need to have PHP and Git installed on your system.

Install PHP:

brew install php

Install Git:

brew install git

Install PHP:

Using XAMPP:

  1. Download XAMPP from apachefriends.org
  2. Install XAMPP which includes PHP

Install Git:

  1. Download Git from git-scm.com
  2. Run the installer with default options

Ubuntu/Debian:

sudo apt update && sudo apt install php git

Fedora:

sudo dnf install php git

Arch Linux:

sudo pacman -S php git

FreeBSD:

pkg install php git

OpenBSD:

pkg_add php git

NetBSD:

pkgin install php git
02

Installation

Clone the repository and start the local server:

git clone https://github.com/boreddevhq/dash.fm-improved.git cd dash.fm-improved php -S localhost:8000
03

Ready to go!

Open your browser and navigate to http://localhost:8000 to start using dash.fm

Ready to transform your music experience?

Get started with dash.fm today and see your Last.fm data come alive

See this project on GitHub