Downloads
The latest Keyspace version is 1.7.1.
Note that to compile and run Keyspace, your system needs a copy of the freely available BerkeleyDB library. On Debian systems this is automatically handled by the package dependencies. On other systems, please use the packager manager to install BerkeleyDB; it is often called 'libdb', the most current version is 'libdb-4.6'. See the Installation section of the documentation for more.
Git repository
The main git repository is on github. To get it, issue:
git clone http://github.com/scalien/keyspace.git
Debian package
Currently only Debian 4.0 (etch) packages are available. If you need other versions, let us know.
You can download the debian package directly and issue:
dpkg -i keyspace-server_1.7.1_i386.deb
After installation, edit the config file and launch it using:
/etc/init.d/keyspace start
Alternatively, you can edit your /etc/apt/sources.list and add the following line:
deb http://debian.scalien.com/ etch main
Afterwards, issue:
apt-get update
apt-get install keyspace-server
UNIX source package
If you're looking for the latest stable Keyspace release then the .tgz files are for you. These files are created for every major milestone.
Extract the tgz:
tar xvf keyspace-1.7.1.tgz
make
See the Installation section of the documentation for more.
Windows executable and source package
This is the package you need to run Keyspace under Windows XP and later platforms (XP, Vista, Seven, Server 2003 and 2008) and includes a Visual Studio C++ Express 2008 project file for your coding convenience. Also included are the necessary BerkeleyDB header and library files.

