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 -versionShould show version 17 or higher.
Launch the application
Navigate to the folder where the application is downloaded:
cd path\to\download\folderand run:
java -jar <jar-filename>.jarNote: 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:
- Click "Done" on the error pop-up to dismiss it.
- Go to the Apple menu > System Settings (or System Preferences).
- Click Privacy & Security in the sidebar.
- Scroll down to the Security section (at the bottom).
- You'll see a message about the blocked app; click the Open Anyway button next to it.
- Confirm by clicking "Open Anyway" again and enter your password if needed.
How to diagnose and run the app manually
- Open Terminal
- 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/MacOSList the files inside:
lsYou should see the executable:
io.github.jovanmosurovic.kode
Run the application directly:
./io.github.jovanmosurovic.kode