A decentralized, open-source Last.fm alternative built on the AT Protocol (Bluesky).
Rocksky automatically tracks ("scrobbles") the music you listen to from Spotify, Jellyfin, Navidrome, browsers, Android, and more β then publishes it to your decentralized identity. Own your listening history, see what friends are playing in real time, get rich stats, and discover new music β all without a central company controlling your data.
rocksky.app β’ Docs β’ Discord
- Last.fm Compatible API β Works with almost any existing Last.fm scrobbler
- ListenBrainz Compatible API β Broad client support
- Automatic Last.fm mirroring (future scrobbles)
- Recently Played Timeline
- Stories View β See what others are listening to live
- Daily/weekly stats and visualizations
- Top Artists, Tracks, and Albums
- Personalized charts
- Shoutbox & Likes for community interaction
- Spotify β Direct "now playing" detection
- Jellyfin β Media server scrobbling
- Pano Scrobbler (Android/Linux/Windows)
- WebScrobbler (browser)
- More coming soon
- Blazing-fast search powered by Typesense
- Webhooks (Discord, custom integrations)
- Personalized discovery feeds
- Rocksky Connect (remote playback across devices)
- Multi-source library support (S3, Google Drive, etc.)
- Built-in streaming + self-uploaded music
- Extensions system
- Cross-device settings sync
- Go to rocksky.app and sign in with your Bluesky account
- Connect your music apps (Spotify, Jellyfin, etc.)
- Start scrobbling β your data stays under your control
Self-hosting and advanced usage instructions are below.
- Node.js (v22+)
- Bun
- Docker + Docker Compose
- Rust (for some crates)
- Deno, Go, Turbo, Wasm Pack (see full docs)
# 1. Clone the repo
git clone https://github.com/tsirysndr/rocksky.git
cd rocksky
# 2. Install dependencies
npm install -g turbo
bun install
bun run build:raichu
# 3. Environment variables
cp apps/api/.env.example apps/api/.env
cp apps/web/.env.example apps/web/.env
cp apps/feeds/.env.example apps/feeds/.env
cp .env.example .env
# Edit the .env files as needed# 4. Start services
docker compose up -d
# 5. Database migrations
turbo db:migrate --filter=@rocksky/api
# 6. Spotify integration (optional but recommended)
# Set SPOTIFY_ENCRYPTION_KEY and SPOTIFY_ENCRYPTION_IV first
bun run spotify <your_client_id> <your_client_secret>Then run the dev servers:
bun run dev:jetstream
bun run mb
bun run feeds
turbo dev --filter=@rocksky/api --filter=@rocksky/webtools/console/ is a Clojure project that centralizes every operational script
in the monorepo β lexicon codegen, DB migrations, data sync/backfill, Rust
daemons, devops glue β behind one discoverable REPL. Instead of remembering
which package.json script lives in which workspace or which cargo run -p ...
invokes which daemon, you call functions:
cd tools/console
mise install # locks JDK 21, Clojure, Babashka
clj -M:rebel # pretty terminal REPL (try `(help)`)
clj -M:dev # nREPL on :7888 for CIDER / Calva / Cursive
bb help # or fast one-shot CLI tasks
bb sync did:plc:abc123 # e.g. sync one user's scrobblesSee tools/console/README.md for the full command
catalog and design notes.
| Feature | Last.fm | ListenBrainz | Rocksky |
|---|---|---|---|
| Open Source | No | Yes | Yes |
| Decentralized Identity | No | No | Yes (AT Protocol) |
| Social Feed | Limited | Basic | Real-time Stories |
| Data Ownership | Last.fm | You (export) | You (on your PDS) |
| Last.fm Compatibility | β | Partial | Strong |
Full documentation is available at docs.rocksky.app.
- Quickstart β Get scrobbling in a few minutes
- FAQ β Common questions answered
- Integrations β Jellyfin, Navidrome, Pano Scrobbler, Kodi, Claude Desktop
- Migrating β from Last.fm Β· from ListenBrainz
- Rocksky CLI β Scrobble, search, and manage from the terminal
- SDKs β TypeScript, Python, Rust, Go, Ruby, Kotlin, Elixir, Clojure, Gleam
- API reference β HTTP endpoints and OpenAPI spec
This repo is the central place for issues and discussions.
- Join the Discord
- Open issues on Tangled
- See CONTRIBUTING.md for development setup
Made with β€οΈ for music lovers who want control over their data.
rocksky.app β’ Docs
