Etterna is an advanced cross-platform rhythm game focused on keyboard play.
Mac | Linux-clang | Linux-gcc | Windows 7 | Windows 10 | Coverity |
---|---|---|---|---|---|
To install on Mac we currently require you to add an exception to GateKeeper to allow Etterna to run.
Any code that isn't code signed, will be detected as "bad" and thus not be allowed to run, you can add an exception to this system for Etterna as follows.
sudo xattr -r -d com.apple.quarantine ~/your/path/to/Etterna
You path to Etterna is where ever you placed the folder inside of the DMG. If you copied it to your Desktop for example and renamed the folder, your path would be ~/Desktop/Etterna
If you're curious why we aren't code signed, simply we are an open source project with no means of funding and certificates cost money - hopefully one day we can afford a certificate, or a system such as let's encrypt provides a means to do it for free.
For those that do not wish to compile the game on their own and use a binary right away, be aware of the following issues:
- Windows users are expected to have installed the Microsoft Visual C++ x86 Redistributable for Visual Studio 2015 prior to running the game. For those on a 64-bit operating system, grab the x64 redistributable as well. DirectX End-User Runtimes (June 2010) is also required. Windows 7 is the minimum supported version.
- macOS users need to have macOS 10.6.8 or higher to run Etterna.
- Linux users should receive all they need from the package manager of their choice.
In short — you can do anything you like with the game (including sell products made with it), provided you do not claim to have created the engine yourself or remove the credits.
For specific information/legalese:
- All of the our source code is under the MIT license.
- The MAD library and FFmpeg codecs when built with our code use the GPL license.
Etterna began as a fork of https://github.com/stepmania/stepmania