Skip to content

v1.0

Latest

Choose a tag to compare

@JovanMosurovic JovanMosurovic released this 05 Jan 20:11
· 4 commits to main since this release

Download

Choose the installer for your platform:

  • Windows: Kode-1.0-windows.msi
  • macOS: Kode-1.0-mac.dmg
  • Linux: Kode-1.0-linux.deb
  • JAR (all platforms): io.github.jovanmosurovic.kode-windows-x64-1.0.0-release.jar

Running from JAR file

Prerequisites

  • Java 17 or newer is required

Note

This application was built and tested with Eclipse Temurin JDK 17. While other JDK distributions should work, Temurin is recommended for the best compatibility.

Download: https://adoptium.net/temurin/releases/?version=17&os=any&arch=any

Check Java version

Open terminal/command prompt:

java -version

Should show version 17 or higher.

Launch the application

Navigate to the folder where the application is downloaded:

cd path\to\download\folder

and run:

java -jar <jar-filename>.jar

Note: Replace <jar-filename> with the actual name of the downloaded JAR file.

Common errors (macOS)

Application does not start on macOS (“No such file or directory”)

In some cases, after downloading the .dmg file, dragging the app into the Applications folder, and trying to launch it via Finder, the application may fail to start without showing a clear error message.

If macOS blocks the application, please try launching it using the Open Anyway option:

  1. Click "Done" on the error pop-up to dismiss it.
  2. Go to the Apple menu > System Settings (or System Preferences).
  3. Click Privacy & Security in the sidebar.
  4. Scroll down to the Security section (at the bottom).
  5. You'll see a message about the blocked app; click the Open Anyway button next to it.
  6. Confirm by clicking "Open Anyway" again and enter your password if needed.

How to diagnose and run the app manually

  1. Open Terminal
  2. Navigate to the application’s executable directory:

Note

The application is generated with the name io.github.jovanmosurovic.kode. Please note that the final application name after release may differ.

cd /Applications/io.github.jovanmosurovic.kode.app/Contents/MacOS

List the files inside:

ls

You should see the executable:

io.github.jovanmosurovic.kode

Run the application directly:

./io.github.jovanmosurovic.kode