Skip to content

First preview build

Pre-release
Pre-release

Choose a tag to compare

@t0mg t0mg released this 12 Aug 06:02
· 25 commits to master since this release

First release of eenky.
This is an early preview. Watch out for fresh paint and dangling wires. We also don't have an official icon yet.

Windows installer only for now. More platforms to follow (hopefully soon).
Edit: added a Mac build.

Important for Mac users: Because eenky is currently distributed as an unsigned application, macOS Gatekeeper will automatically quarantine the downloaded build and will fail to open, possibly falsely reporting that it is damaged.

To bypass this security feature:

  1. Move the eenky.app to your Applications folder.
  2. Open your Terminal.
  3. Run xattr -cr /Applications/eenky.app

This removes the quarantine flag and allows macOS to open the app normally.