Open Source IDE

Code fast.
Stay light.

Kodo is a fast, lightweight IDE built by KerbalMissile and SS-YYC. Simple setup, syntax highlighting via extensions, and a clean interface that gets out of your way.

Download View on GitHub

What you get

Built to stay out of your way

//

Syntax Highlighting

Highlighting driven entirely by .kox extension files. No hardcoded languages, add support for anything.

[]

Extension System

Drop a .kox file in your Extensions folder and Kodo picks it up. No restart, no config wizard.

<>

Lightweight

Single .exe, self-contained; no bloat. Runs on any Windows x64 machine.

Clean UI

Dark theme, file tree, tab management. Everything you need and nothing you don't.

Quick Compiler Setup

Point Kodo at your compiler or install a compiler through Kodo and run. Designed to be wired up in minutes, not hours.

~

Open Source

Licensed under the Kodo Public License v1.1. Read it, fork it, contribute to it.

Highlighting that follows the file

Kodo matches the file extension against your installed .kox extensions at open time. If you save an untitled file to a new path, highlighting kicks in automatically. No manual mode switching.

Browse official extensions
// manifest.json inside a .kox file { "name": "C#", "extensions": [ ".cs", ".csx" ], "version": "1.0.0" }

Get started

Up and running in two minutes

01
Download the installer Grab the latest release from the GitHub releases page. Windows x64 only.
02
Run the installer Run it as administrator when prompted. Kodo installs to Program Files by default.
03
Drop in extensions Place .kox extension files in your Extensions folder to add language support.
04
Open a folder and start coding Use the folder icon in the sidebar to open a project. That's it.