Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Monochrome Logo

Monochrome

An open-source, privacy-respecting, ad-free music app.

Website - Donate - Features - Usage - Self-Hosting - Contributing

GitHub stars GitHub forks GitHub issues


What is Monochrome?

Monochrome is an open-source, privacy-respecting, ad-free TIDAL web UI, built on top of tidal API + Q-DL. It provides a beautiful, minimalist interface for streaming high-quality music without the clutter of traditional streaming platforms.

Monochrome UI: NASIR by Nas

Monochrome UI: Jump Out by Osamason

Features

Audio Quality

  • High-quality High-Res/lossless audio streaming
  • Support for local music files
  • API caching for improved performance

Interface

  • Dark, minimalist interface optimized for focus
  • Animated Album Covers For Supported Albums
  • Customizable themes & Community Theme Store
  • Accurate and unique audio visualizer
  • Offline-capable Progressive Web App (PWA)
  • Media Session API integration for system controls

Library & Organization

  • Recently Played tracking for easy history access
  • Comprehensive Personal Library for favorites
  • Queue management with shuffle and repeat modes
  • Native Podcast support & organization
  • Playlist import from other platforms
  • Public playlists for social sharing
  • Smart recommendations for new songs, albums & artists
  • Infinite Recommendation Radio
  • Explore Page (Hot & New) for discovering newly added music and whats trending overall or within each genre

Lyrics & Metadata

  • Lyrics support with karaoke mode
  • Genius integration for lyrics
  • Track downloads with automatic metadata embedding

Integrations

  • Account system for cross-device syncing
  • Customizable & Public Profiles
  • Real-time Listening Parties for synced playback with friends
  • Last.fm and ListenBrainz integration for scrobbling
  • OAuth support (Google, Discord, GitHub, Spotify)
  • Unreleased music from ArtistGrid
  • Dynamic Discord Embeds
  • Artist Biography + Social Links for learning more about your favorite artists
  • Multiple API instance support with failover

Power User Features

  • Keyboard shortcuts & Command Palette (CTRL+K) for power users

Quick Start

Live Instance

Our Recommended way to use monochrome is through our official instance:

monochrome.tf / monochrome.samidy.com

For alternative instances, check INSTANCES.md.


Self-Hosting

NOTE: Accounts will not work on self-hosted instances. Our Appwrite authentication system only allows authorized domains.

We had to heavily customize the authentication system and write several custom scripts to support features like SMTP and Google OAuth (which are currently bugged in Appwrite). Because of this, we can no longer provide a self-hostable accounts system.

Option 1: Docker (Recommended)

git clone https://github.com/monochrome-music/monochrome.git
cd monochrome/docker
docker compose up -d

Visit http://localhost:3000

Tailscale Access

Visit http://<tailscale_server_hostname_or_ip>:3000

By default, the app uses Vite preview, which restricts access to localhost.
To allow access over Tailscale:

  1. Open vite.config.js

  2. Uncomment and configure the preview section:

preview: {
    host: true,
    allowedHosts: ['<your_tailscale_hostname>'], // e.g. pi5.tailf5f622.ts.net
},
  1. Restart with a fresh container (if already running):
docker compose down
docker compose up -d

For development mode and advanced setups, see DOCKER.md.

Option 2: Manual Installation

Prerequisites

  • Bun (Preferred) or Node.js (Version 20+ or 22+ recommended)
  • Git

PocketBase Schema

The current PocketBase collection schema is stored in database/pb_schema.json. Import this schema into a fresh PocketBase instance when setting up account data storage.

Local Development

  1. Clone the repository:

    git clone https://github.com/monochrome-music/monochrome.git
    cd monochrome
  2. Install dependencies:

    bun install
    # or
    npm install # NPM is included with Node.js
  3. Start the development server:

    bun run dev
    # or
    npm run dev
  4. Open your browser: Navigate to http://localhost:5173/

Building for Production

bun run build
# or
npm run build

Usage

Basic Usage

  1. Visit the Website or your local development server
  2. Search for your favorite artists, albums, or tracks
  3. Click play to start streaming
  4. Use the media controls to manage playback, queue, and volume

Keyboard Shortcuts

ShortcutAction
SpacePlay / Pause
Seek forward 10s
Seek backward 10s
Shift + Next track
Shift + Previous track
Volume up
Volume down
MMute / Unmute
SToggle shuffle
RToggle repeat
QOpen queue
LToggle lyrics
/Focus search
EscClose modals
[Previous visualizer preset
]Next visualizer preset
\Toggle visualizer auto-cycle
Ctrl + KCommand Palette

Account Features

To sync your library, history, and playlists across devices:

  1. Click the "Accounts" Section
  2. Sign in with Google or Email
  3. Your data will automatically sync across all devices

Contributing

We welcome contributions from the community! Please see our Contributing Guide for:

  • Setting up your development environment
  • Code style and linting
  • Project structure
  • Before You Contribute
  • Commit message conventions
  • Deployment information

As seen on FMHY

Developed by Humans

Made with ❤️ by the Monochrome team

Star History

Star History Chart

关于 About

Stream and download millions of Hi-Res FLACs, unreleased songs and music videos, all for free on Monochrome.
audiobundark-modedockerfrontendjavascriptlosslessminimalistmusicmusic-playermusic-streamingnodejsofflineopen-sourcepwaself-hostedstreamingtidalwebapp

语言 Languages

JavaScript62.7%
HTML24.1%
CSS6.5%
TypeScript6.2%
Swift0.2%
Java0.2%
Dockerfile0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
2064
Total Commits
峰值: 228次/周
Less
More

核心贡献者 Contributors