Skip to content

whatkai/diffuse

 
 

Repository files navigation

Diffuse

A music player which connects to your cloud/distributed storage.


📍 Available at https://diffuse.sh/

Versions

🌍 Web
Chrome, Firefox, Safari & Edge.

🖥 Native
MacOS, Linux & Windows.
Unique features: Add music from local filesystem & media-keys support.

Integrations

More info

User layer

Music layer

Dependencies

  • Loads of Elm
  • A moderate amount of Haskell for the build system and static server
  • A tiny bit of Node (browserify vendor js & doc tests)

Development

# This assumes that you are using macOS

brew install haskell-stack
brew install elm
brew install nodejs
brew install watchexec

npm install
stack setup

# Other dependencies
# 1. For building the Electron version
brew install makeicns
brew install imagemagick

How to run

# build + server + watch
make

# make a static `./build`
make build

# run tests
make test

About

{alpha} A music player which connects to your cloud/distributed storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 86.2%
  • JavaScript 8.0%
  • CSS 2.5%
  • Haskell 1.9%
  • Other 1.4%