Download the Stone Soup (DCSS) fork

Latest Stable Version: 0.32.1


Graphical Tiles

Console

Windows Installer
Download Tiles+Console
Windows Zips
Download
Download
Mac OS X
Download
Download
Linux AppImages
Download
Download
Linux Packages
See Instructions
Android - Published by Medrano83
Get it on Google Play
Get it on F-Droid
Source
Full source
Other formats
See Git Instructions Below
Past Releases
Releases Folder
Development Builds
Trunk Builds Page

Linux

A version of DCSS may be available in your distribution's main package repository; look for the packages 'crawl' (for the console version) and 'crawl-tiles' or 'crawl-sdl' (for the tiles version). These packages tend to be for versions older than the current stable release, so use the packages below if you can.

Unofficial builds of the tiles version are also available at Flathub and Snapcraft.

Ubuntu, Debian & other Debian derivatives

DCSS packages are available for i386 and amd64 architectures. Follow these instructions:

# Install the source repository
echo 'deb https://crawl.develz.org/debian crawl 0.32' | sudo tee -a /etc/apt/sources.list
# Install the DCSS signing key
wget https://crawl.develz.org/debian/pubkey -O - | sudo apt-key add -
# update your package list
sudo apt-get update
# install console version
sudo apt-get install crawl
# install tiles version
sudo apt-get install crawl-tiles

Source Code

To compile DCSS yourself, you can clone the git repository on github.
For help using git, see the quickstart guide.
For help compiling DCSS, see INSTALL.md.