musikcube is a cross-platform, terminal-based music player and audio engine written in C++.
The tool addresses the need for a lightweight, keyboard-driven music player that works across Windows, macOS, and Linux without requiring a graphical desktop environment. It combines a local audio engine with metadata indexing and a built-in streaming server, allowing users to play music from the terminal or control playback remotely. The audio engine supports multiple platform-specific backends including ALSA, PulseAudio, and WASAPI on Linux, CoreAudio on macOS, and DirectSound on Windows.
musikcube suits users who prefer terminal interfaces, run headless systems like Raspberry Pi, or want a self-hosted music server. It works well as a home stereo controller when deployed on single-board computers and can stream audio to remote clients via its WebSocket and HTTP servers. The project includes a companion Android app for remote control and streaming playback. Developers should be aware that the streaming server uses only basic password authentication without SSL or TLS by default, making it suitable only for local networks unless fronted by a reverse proxy for SSL termination.
The project maintains steady activity with regular commits addressing bug fixes and feature improvements. Development includes ongoing platform support across multiple operating systems and audio backends, indicating sustained cross-platform maintenance. The codebase receives updates to the core audio engine and server functionality, suggesting active refinement of both local playback and remote streaming capabilities.