Download SPLAY
Splay Daemon Packages
Automatic installer for MacOS X (64bit)
- Download MacOS X splayd 1.2 , click on the downloaded file and follow the instructions.
- If you prefer to install the pkg from terminal:
sudo installer -pkg splayd_1.2.pkg -target /
APT-GET for Linux Ubuntu 32 Bit
- Edit your /etc/apt/sources.list and add the following line:
deb http://www.splay-project.org/splay/binaries /
- Execute the following command:
sudo apt-get update && sudo apt-get install splayd
APT-GET for Linux Ubuntu 64 Bit
- Edit your /etc/apt/sources.list and add the following line:
deb http://www.splay-project.org/splay/binaries-amd64 /
- Execute the following command:
sudo apt-get update && sudo apt-get install splayd
Deb package for Linux Ubuntu 32 Bit
- Download deb package liblua5.1-splayd_i386.deb
- Install from terminal with:
sudo dpkg -i liblua5.1-splayd_i386.deb
Deb package for Linux Ubuntu 64 Bit
- Download deb package liblua5.1-splayd_amd64.deb
- Install from terminal with:
sudo dpkg -i liblua5.1-splayd_amd64.deb
LuaRocks for Linux
SPLAY libs can be installed as LuaRocks modules. Before proceeding, install luarocks on your Linux system.
- To install SPLAY libs for all users in the system:
sudo luarocks install http://www.splay-project.org/splay/binaries/splayd-1.2-0.rockspec
- To install SPLAY libs for the current user:
luarocks install http://www.splay-project.org/splay/binaries/splayd-1.2-0.rockspec
Splay Client Commands
Instructions on how to use the Splay Client Commands can be found here .
- Download Splay Client Commands 1.4
Splay Web
The web interface to the Splay Controller Instructions. Detailed installation instructions are available here .
- Download Splay Web 1.1
Source code
The SPLAY daemon and controller sources are available under GPL 3 license.
- Download splayd 1.2
- Download controller 1.3
Installation instructions are included in the archives, or on the install instructions page. SPLAY compiles and run on all UNIXes including MacOS X, BSD, Linux, and others.
We would be very glad to read about your experience with SPLAY. Do not hesitate to drop us a mail at info@splay-project.org.