Downloading JACK
Linux
JACK1:
- Binaries: please use your distribution's package manager (
apt-get, yum, synapticetc.) - Source (jackaudio.org): JACK 0.118.0 source tarball.
- Binaries: please use your distribution's package manager (
apt-get, yum, synapticetc.) - Source : JACK 1.9.5 source tarball.
OS X
JACK1:
- Source (jackaudio.org): JACK 0.118.0 source tarball.
- Binaries: Mixed 64/32 bit, v0.85 of JackOSX (compatible with current JACK API to 0.116.2) for Snow Leopard
- Binaries: Legacy 32 bit, v0.85 of JackOSX (compatible with current JACK API to 0.116.2) for systems older than Snow Leopard
- Source: JACK 1.9.5 source tarball.
Windows
JACK2:
- Installer for XP/Windows: JACK 1.9.5 (Included in the source and binaries tarball).
Solaris/OpenSolaris
JACK2:
- Source: JACK 1.9.5 source tarball.
Please note that although we bump the minor version rather frequently in the development repository, releases will not occur for every version number change.
JACK Subversion Repository
JACK uses Subversion as its distribution version control system. Those without write access can access the repository with this command:
svn co http://subversion.jackaudio.org/jack/trunk/jack
You can also point a web browser at that URL to see the current revision of all files.
Those who have been granted write access and have supplied a public key can get to the repository with the following command:
svn co svn+ssh://jacksvn@jackaudio.org/trunk/jack
Jackdmp (base for Jack2) source code is also available using SVN:
Those without write access can access the repository with this command:
svn co http://subversion.jackaudio.org/jack/jack2/trunk/jackmpThose who have been granted write access and have supplied a public key can get to the repository with the following command:
svn co svn+ssh://jacksvn@jackaudio.org/jack2/trunk/jackmpThe Subversion web site has excellent documentation on using Subversion.
