{"id":13469848,"url":"https://github.com/openhab/openhab-core","last_synced_at":"2025-03-26T09:31:33.272Z","repository":{"id":37413167,"uuid":"48337670","full_name":"openhab/openhab-core","owner":"openhab","description":"Core framework of openHAB","archived":false,"fork":false,"pushed_at":"2024-04-13T14:41:20.000Z","size":36911,"stargazers_count":874,"open_issues_count":246,"forks_count":412,"subscribers_count":63,"default_branch":"main","last_synced_at":"2024-04-14T00:03:41.819Z","etag":null,"topics":["home-automation","internet-of-things","iot","java","openhab"],"latest_commit_sha":null,"homepage":"https://www.openhab.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openhab.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"custom":["https://www.openhab.org/about/donate.html"]}},"created_at":"2015-12-20T21:23:20.000Z","updated_at":"2024-04-17T17:27:59.956Z","dependencies_parsed_at":"2023-10-16T10:48:17.887Z","dependency_job_id":"835b2fd6-7c17-4cb2-adf6-717a7516e444","html_url":"https://github.com/openhab/openhab-core","commit_stats":null,"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openhab%2Fopenhab-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openhab%2Fopenhab-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openhab%2Fopenhab-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openhab%2Fopenhab-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openhab","download_url":"https://codeload.github.com/openhab/openhab-core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222131035,"owners_count":16936304,"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":["home-automation","internet-of-things","iot","java","openhab"],"created_at":"2024-07-31T16:00:17.632Z","updated_at":"2025-03-26T09:31:33.267Z","avatar_url":"https://github.com/openhab.png","language":"Java","funding_links":["https://www.openhab.org/about/donate.html"],"categories":["Java","Projects using Karaf","Apps","Home Automation","Application Recommendation"],"sub_categories":["IoT","🤖 Automation Tools"],"readme":"# openHAB Core\n\n[![GitHub Actions Build Status](https://github.com/openhab/openhab-core/actions/workflows/ci-build.yml/badge.svg?branch=main)](https://github.com/openhab/openhab-core/actions/workflows/ci-build.yml)\n[![Jenkins Build Status](https://ci.openhab.org/job/openHAB-Core/badge/icon)](https://ci.openhab.org/job/openHAB-Core/)\n[![JavaDoc Build Status](https://ci.openhab.org/view/Documentation/job/openHAB-JavaDoc/badge/icon?subject=javadoc)](https://ci.openhab.org/view/Documentation/job/openHAB-JavaDoc/)\n[![EPL-2.0](https://img.shields.io/badge/license-EPL%202-green.svg)](https://opensource.org/licenses/EPL-2.0)\n[![Crowdin](https://badges.crowdin.net/openhab-core/localized.svg)](https://crowdin.com/project/openhab-core)\n\nThis project contains core bundles of the openHAB runtime.\n\nBuilding and running the project is fairly easy if you follow the steps detailed below.\n\nPlease note that openHAB Core is not a product itself, but a framework to build solutions on top.\nIt is picked up by the main [openHAB distribution](https://github.com/openhab/openhab-distro).\n\nThis means that what you build is primarily an artifact repository of OSGi bundles that can be used within smart home products.\n\n## 1. Prerequisites\n\nThe build infrastructure is based on Maven. \nIf you know Maven already then there won't be any surprises for you. \nIf you have not worked with Maven yet, just follow the instructions and everything will miraculously work ;-)\n\nWhat you need before you start:\n\n- Java SE Development Kit 21\n- Maven 3 from https://maven.apache.org/download.html\n\nMake sure that the `mvn` command is available on your path\n\n## 2. Checkout\n\nCheckout the source code from GitHub, e.g. by running:\n\n```\ngit clone https://github.com/openhab/openhab-core.git\n```\n\n## 3. Building with Maven\n\nTo build this project from the sources, Maven takes care of everything:\n\n- set `MAVEN_OPTS` to `-Xms512m -Xmx1024m`\n- change into the openhab-core directory (`cd openhab-core`)\n- run `mvn clean spotless:apply install` to compile and package all sources\n\nIf there are tests that are failing occasionally on your local build, run `mvn -DskipTests=true clean install` instead to skip them.\n\nFor an even quicker build, run `mvn clean install -T1C -DskipChecks -DskipTests -Dspotless.check.skip=true`.\n\n## How to contribute\n\nIf you want to become a contributor to the project, please read about [contributing](https://www.openhab.org/docs/developer/contributing.html) and check our [guidelines](https://www.openhab.org/docs/developer/guidelines.html) first.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenhab%2Fopenhab-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenhab%2Fopenhab-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenhab%2Fopenhab-core/lists"}