{"id":36657239,"url":"https://github.com/mloncode/oss-llm-intellij","last_synced_at":"2026-01-12T10:21:48.208Z","repository":{"id":194520116,"uuid":"690622950","full_name":"mloncode/oss-llm-intellij","owner":"mloncode","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-29T06:12:05.000Z","size":1902,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-17T19:21:25.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mloncode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-12T14:46:30.000Z","updated_at":"2023-09-15T10:48:15.000Z","dependencies_parsed_at":"2023-10-14T14:01:41.473Z","dependency_job_id":"74e32c56-60df-406e-9ab3-10cba5cae60b","html_url":"https://github.com/mloncode/oss-llm-intellij","commit_stats":null,"previous_names":["mloncode/oss-llm-intellij"],"tags_count":0,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/mloncode/oss-llm-intellij","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloncode%2Foss-llm-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloncode%2Foss-llm-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloncode%2Foss-llm-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloncode%2Foss-llm-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mloncode","download_url":"https://codeload.github.com/mloncode/oss-llm-intellij/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloncode%2Foss-llm-intellij/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-12T10:21:47.415Z","updated_at":"2026-01-12T10:21:48.196Z","avatar_url":"https://github.com/mloncode.png","language":"Kotlin","readme":"# IntelliJ plugin for Open Source code completion models\n\n![Build](https://github.com/mloncode/intellij/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n\n## Run model inference\n\nTo run OSS LLM use:\n * a simple local [inference server](./server).\n\n\n\n## Plugin development\n\n```\n./gradlew buildPlugin\n```\n\n### Plugin installation\n\n- Using the IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"OSS LLM\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/mloncode/intellij/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n\u003c!-- Plugin description --\u003e\nUse Open Source LLMs for code completion in IntelliJ IDEs.\n\nSupported features\n * Ghost text/inline code completion\n\n\u003c!-- Plugin description end --\u003e\n\n\n### Template ToDo list\n- [x] Create a new [IntelliJ Platform Plugin Template][template] project.\n- [x] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).\n- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).\n- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.\n- [ ] Set the `PLUGIN_ID` in the above README badges.\n- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).\n- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmloncode%2Foss-llm-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmloncode%2Foss-llm-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmloncode%2Foss-llm-intellij/lists"}