Mixxx is Free DJ software that gives you everything you need to perform live mixes.
Mixxx is Free DJ software that gives you everything you need to perform live
DJ mixes. Mixxx works on GNU/Linux, Windows, and macOS.
To get started with Mixxx:
git clone https://github.com/mixxxdj/mixxx.git
The Mixxx team uses Github Issues to manage Mixxx development.
Have a bug or feature request? File a bug on Github.
Want to get involved in Mixxx development? Assign yourself a bug from the easy
bug list and get started!
Read CONTRIBUTING for more information.
First, open a terminal (on Windows, use “x64 Native Tools Command Prompt for
VS 2019”), download the mixxx
source code and navigate to it:
$ git clone https://github.com/mixxxdj/mixxx.git
$ cd mixxx
Fetch the required dependencies and set up the build environment by running the
corresponding command for your operating system:
OS | Command |
---|---|
Windows | tools\windows_buildenv.bat |
macOS | source tools/macos_buildenv.sh setup |
Debian/Ubuntu | tools/debian_buildenv.sh setup |
Fedora | tools/rpm_buildenv.sh setup |
Other Linux distros | See the wiki article |
To build Mixxx, run
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
There should now be a mixxx
executable in the current directory that you can
run. Alternatively, can generate a package using cpack
.
For help using Mixxx, there are a variety of options:
Help to spread Mixxx with translations into more languages, as well as to update and ensure the accuracy of existing translations.
Mixxx is a vibrant community of hackers, DJs and artists. To keep track of
development and community news:
Mixxx is released under the GPLv2. See the LICENSE file for a full copy of the
license.