SooperLooper is written by Jesse Chappell. It is licensed under the GPL and comes with NO WARRANTY of any kind.

This software is free and the source code is open and available. It is fully functional, no nagging, no activation keys, nothing to waste but time if you find it doesn't suit your needs. Best of all, because the source is open, there will always be someone around who can fix any problems, or add new features. You are welcome to copy it, give copies to your friends, and modify it. But if you find it useful, then please consider making a donation.

Binary Packages
Mac OS X

Linux
Check your distribution for prebuilt binary packages.

Source Code Release  
Latest Release  
Older Releases  
GIT Access
You can use GIT to get the very latest source code. It might not be completely stable, so be warned.

SooperLooper at GitHub

More information about using GIT can be found here.

Build Requirements
In order to build SooperLooper from source code, you must first have the following libraries installed:
Build and Install
To install from source code, first make sure you have all the prerequisites mentioned above. Then do the normal ritual after unpacking the tarball:

./configure [--prefix=prefix]
make
[probably need to become root]
make install