{"id":31813665,"url":"https://github.com/numq/haskcore","last_synced_at":"2026-05-19T07:31:05.782Z","repository":{"id":314686588,"uuid":"1054497126","full_name":"numq/haskcore","owner":"numq","description":"A modern, lightweight standalone desktop IDE with LSP support, built with Kotlin \u0026 Compose Desktop for Haskell development","archived":false,"fork":false,"pushed_at":"2026-05-11T21:35:59.000Z","size":1451,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-11T23:35:13.744Z","etag":null,"topics":["compose-desktop","desktop-app","desktop-application","developer-tools","functional-programming","haskell","haskell-ide","haskell-ide-engine","haskell-language","haskell-stack","ide","jetbrains-compose","jetpack-compose","kotlin","language-server-protocol","lightweight-ide","lsp","modern-ide","reactive-ui"],"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/numq.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T23:44:05.000Z","updated_at":"2026-05-11T21:36:03.000Z","dependencies_parsed_at":"2026-01-06T18:04:26.977Z","dependency_job_id":null,"html_url":"https://github.com/numq/haskcore","commit_stats":null,"previous_names":["numq/haskcore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numq/haskcore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fhaskcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fhaskcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fhaskcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fhaskcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numq","download_url":"https://codeload.github.com/numq/haskcore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numq%2Fhaskcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33206275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:16:55.748Z","status":"ssl_error","status_checked_at":"2026-05-19T07:16:54.366Z","response_time":58,"last_error":"SSL_read: 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":["compose-desktop","desktop-app","desktop-application","developer-tools","functional-programming","haskell","haskell-ide","haskell-ide-engine","haskell-language","haskell-stack","ide","jetbrains-compose","jetpack-compose","kotlin","language-server-protocol","lightweight-ide","lsp","modern-ide","reactive-ui"],"created_at":"2025-10-11T08:20:34.720Z","updated_at":"2026-05-19T07:31:05.777Z","avatar_url":"https://github.com/numq.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Java](https://img.shields.io/badge/Java-24-000000.svg?style=flat\u0026logo=openjdk\u0026logoColor=white)\n![Kotlin](https://img.shields.io/badge/Kotlin-2.2.20-000000.svg?style=flat\u0026logo=kotlin\u0026logoColor=white)\n![Compose](https://img.shields.io/badge/Compose_Desktop-000000.svg?style=flat\u0026logo=jetpackcompose\u0026logoColor=white)\n\n\u003ch1 align=\"center\" title=\"A lightweight and standalone Haskell IDE powered by Compose Desktop\"\u003ehaskcore\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA lightweight and standalone Haskell IDE powered by Compose Desktop\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"media/preview.png\" alt=\"Preview\"\u003e\u003c/p\u003e\n\n## About\n\n*My mission is to create the only Haskell IDE that is comfortable and contains all the necessary features to effectively\nwork with the language, whether you're a beginner or not.*\n\n## Features\n\n- A text editor built from scratch using a rope buffer and rendered with Skia\n\n- Syntax highlighting with Tree-sitter\n\n- Built-in Dracula and Alucard color schemes\n\n- HLS (LSP) support\n\n- GHC, Cabal, and Stack support\n\n- Multi-window support\n\n## Contribution\n\nThe project is being developed solo and requires no code contributions.\n\n\u003e [!TIP]\n\u003e You can support the development by leaving feedback or making a [donation](https://numq.github.io/support).\n\n## Architecture\n\n\u003e [!NOTE]\n\u003e The application was designed using the [Reduce \u0026 Conquer](https://github.com/numq/reduce-and-conquer) architectural\n\u003e pattern\n\nThis project follows a highly modularized, layered architecture designed for strict isolation, testability, and\nscalability.\n\n```mermaid\ngraph TD\ncore[\":core\"]\n\nfeature_presentation[\":feature:*:presentation\"]\nfeature_core[\":feature:*:core\"]\n\nplatform[\":platform:*\"]\n\nservice[\":service:*\"]\n\nservice --\u003e core\n\nfeature_core --\u003e core\nfeature_core --\u003e service\n\nfeature_presentation --\u003e core\nfeature_presentation --\u003e feature_core\n\nplatform --\u003e core\nplatform --\u003e service\nplatform --\u003e feature_core\nplatform --\u003e feature_presentation\n```\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](LICENSE).\nFor commercial licensing inquiries, please contact me directly via email.\n\n___\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://numq.github.io/support\"\u003e\n    \u003cimg src=\"https://api.qrserver.com/v1/create-qr-code/?size=112x112\u0026data=https://numq.github.io/support\u0026bgcolor=1a1b26\u0026color=7aa2f7\" \n         width=\"112\" \n         height=\"112\" \n         style=\"border-radius: 4px;\" \n         alt=\"QR code\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://numq.github.io/support\" style=\"text-decoration: none;\"\u003e\n    \u003ccode\u003e\u003cfont color=\"#bb9af7\"\u003enumq.github.io/support\u003c/font\u003e\u003c/code\u003e\n  \u003c/a\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fhaskcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumq%2Fhaskcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumq%2Fhaskcore/lists"}