Chromatron

Original game by Silver Spaceship Software.
Recompiled binaries posted with the original author's permission.
Recompilation by Piotr Migdał (blog post coming soon).

Download

macOS

Windows

Linux

Installation Notes

macOS

If you get a message saying the app is damaged and cannot be opened, run in Terminal:

xattr -cr /Applications/Chromatron.app

This is necessary because the app is not signed with an Apple Developer ID.

Windows

Extract the zip and run chromatron.exe. Windows SmartScreen may warn about an unrecognized app — click “More info” then “Run anyway”.

Linux

Extract and run:

tar xzf Chromatron-linux-x86_64.tar.gz
chmod +x chromatron
./chromatron

Build Info