{"id":16101691,"url":"https://github.com/ice1000/dev-kt","last_synced_at":"2025-03-16T08:32:28.956Z","repository":{"id":95486358,"uuid":"127760604","full_name":"ice1000/dev-kt","owner":"ice1000","description":":crystal_ball: Single file Kotlin/Java IDE features in lightweight.","archived":false,"fork":false,"pushed_at":"2020-12-19T12:18:31.000Z","size":1150,"stargazers_count":94,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T05:55:57.482Z","etag":null,"topics":["devkt","editor","ide","integrated-development-environment","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ice1000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-04-02T13:34:10.000Z","updated_at":"2024-09-08T06:52:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dc38fbc-da9a-4277-8b2f-f324e2714fd3","html_url":"https://github.com/ice1000/dev-kt","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1000%2Fdev-kt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1000%2Fdev-kt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1000%2Fdev-kt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1000%2Fdev-kt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ice1000","download_url":"https://codeload.github.com/ice1000/dev-kt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806070,"owners_count":20350775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devkt","editor","ide","integrated-development-environment","kotlin"],"created_at":"2024-10-09T18:50:41.629Z","updated_at":"2025-03-16T08:32:28.405Z","avatar_url":"https://github.com/ice1000.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevKt\n\n[![](https://jitpack.io/v/ice1000/dev-kt.svg)](https://jitpack.io/#ice1000/dev-kt)\n\nCI|Status\n:---:|:---:\nTravis CI (test, no artifact)|[![Build Status](https://travis-ci.org/ice1000/dev-kt.svg?branch=master)](https://travis-ci.org/ice1000/dev-kt)\nAppVeyor (artifact, no test)|[![Build status](https://ci.appveyor.com/api/projects/status/c0aq16ej7415m302?svg=true)](https://ci.appveyor.com/project/ice1000/dev-kt)\nCircleCI (both)|[![CircleCI](https://circleci.com/gh/ice1000/dev-kt.svg?style=svg)](https://circleci.com/gh/ice1000/dev-kt)\n\nThis is a DevCpp-like cross-platform Kotlin (and Java, experimental) IDE features in lightweight.\n\nYou can download a snapshot [here](https://ci.appveyor.com/project/ice1000/dev-kt/build/artifacts), the one ends with \"-all.jar\" is an executable jar.\n\nHere are some screenshots:\n\n![devkt-2](https://user-images.githubusercontent.com/16398479/39244656-e0537d3a-48c3-11e8-8c52-301e11dd204d.gif)\n\u003cimg src=\"https://user-images.githubusercontent.com/16398479/38440232-5ab4d282-3a13-11e8-9b00-5d199d687f8f.png\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/16398479/38440305-983541b4-3a13-11e8-9651-25e9a61a9b9a.png\"\u003e\n\n# Features\n\n+ Fast (at least faster than Emacs/Eclipse/IntelliJ/CLion/VSCode/Atom)\n+ Lightweight (Just a tiny Java Swing application)\n+ Kotlin compiler integration (**100% correct parsing**)\n+ JetBrains IDE icons\n+ Build as jar/class files, run after build, just one click\n+ Cross platform (windows/macos/linux), just an executable jar\n+ One property-based configuration file, hackable\n+ Experimental Java support\n+ Plugin system based on `ServiceLoader`\n\nJust a simple comparison:\n\nDevKt\u003cbr/\u003e\u003cbr/\u003eCorrect|\u003cimg width=200 src=\"https://user-images.githubusercontent.com/16398479/38292932-3c4ce2be-3818-11e8-9a56-9d30f3109c43.png\"\u003e\n:---:|:---:\nIntelliJ IDEA\u003cbr/\u003e\u003cbr/\u003eCorrect,\u003cbr/\u003ewith inspections|\u003cimg width=200 src=\"https://user-images.githubusercontent.com/16398479/38292918-2ec81974-3818-11e8-8eb7-3648cd747ee5.png\"\u003e\nEmacs\u003cbr/\u003e\u003cbr/\u003eIncorrect|\u003cimg width=200 src=\"https://user-images.githubusercontent.com/16398479/38292966-6670c57e-3818-11e8-8a26-3eccf864b93e.png\"\u003e\nVSCode\u003cbr/\u003e\u003cbr/\u003eIncorrect|\u003cimg width=200 src=\"https://user-images.githubusercontent.com/16398479/38293034-95d721be-3818-11e8-9141-19faabae161e.png\"\u003e\n\n# For Linux users\n\nTo use the JavaFX version on Linux, please install oraclejdk instead of openjdk:\n\n```\n$ sudo add-apt-repository ppa:webupd8team/java\n$ sudo apt-get update\n$ sudo apt-get install oracle-java8-installer\n```\n\n# Plugin development guide\n\nSee https://devkt-plugins.github.io\n\nTo install a plugin, just add the jar in the classpath, and you don't need to do anything else.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice1000%2Fdev-kt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fice1000%2Fdev-kt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice1000%2Fdev-kt/lists"}