Skip to content
Cernix

§ Install

Installation

Version 1.0.0 · MIT · no account

  • Windows

    Installer, 64-bit. Not code-signed, so Windows shows “Windows protected your PC” the first time: choose More info → Run anyway.

    Download
  • Linux

    Cernix runs on Linux. There is no published build yet, so it is one command from source: it produces an AppImage.

    Build it
  • macOS

    Builds from the same source, and has not yet been run on a Mac. Treat it as untested.

    Build it

Building it yourself

Every platform builds from the same tree. You need Node 20.19 or newer and below 25; the repository’s README carries the rest.

git clone https://github.com/YoItsRdL/cernix.git
cd cernix
npm ci
npx electron-builder install-app-deps

npm run release          # this platform
npm run release:linux    # AppImage
npm run release:mac      # dmg and zip

Google Drive sync needs your own OAuth client id; everything else works without one. Cernix is on GitHub under the MIT licence.