{"id":13509198,"url":"https://github.com/crc-org/crc","last_synced_at":"2025-05-14T08:06:17.590Z","repository":{"id":37390797,"uuid":"165193530","full_name":"crc-org/crc","owner":"crc-org","description":"CRC is a tool to help you run containers. It manages local VMs to run a OpenShift 4.x cluster, Microshift or Podman optimized for testing and development purposes","archived":false,"fork":false,"pushed_at":"2025-05-08T10:26:10.000Z","size":62415,"stargazers_count":1316,"open_issues_count":328,"forks_count":255,"subscribers_count":37,"default_branch":"main","last_synced_at":"2025-05-08T11:36:23.927Z","etag":null,"topics":["cluster","development-tools","openshift","openshift-cluster","openshift-deployment","podman","single-node-cluster","testing-and-development","virtualization"],"latest_commit_sha":null,"homepage":"https://crc.dev","language":"Go","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/crc-org.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}},"created_at":"2019-01-11T06:44:53.000Z","updated_at":"2025-05-08T10:26:14.000Z","dependencies_parsed_at":"2023-07-27T22:02:07.224Z","dependency_job_id":"e7910906-d4f5-48ed-8c01-9c0d18ef0cbb","html_url":"https://github.com/crc-org/crc","commit_stats":{"total_commits":3683,"total_committers":59,"mean_commits":62.42372881355932,"dds":0.7434156937279393,"last_synced_commit":"6e991376f618e9244ddddd9b655c7ffd07d22865"},"previous_names":["code-ready/crc"],"tags_count":133,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crc-org%2Fcrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crc-org%2Fcrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crc-org%2Fcrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crc-org%2Fcrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crc-org","download_url":"https://codeload.github.com/crc-org/crc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101615,"owners_count":22014909,"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":["cluster","development-tools","openshift","openshift-cluster","openshift-deployment","podman","single-node-cluster","testing-and-development","virtualization"],"created_at":"2024-08-01T02:01:04.410Z","updated_at":"2025-05-14T08:06:12.572Z","avatar_url":"https://github.com/crc-org.png","language":"Go","readme":"CRC - Runs Containers\n=====================\n\n- [Introduction](https://github.com/crc-org/crc#intro-to-crc)\n- [Usage data](https://github.com/crc-org/crc#usage-data)\n- [Documentation](https://github.com/crc-org/crc#documentation)\n- [Community](https://github.com/crc-org/crc#community)\n\n[![main](https://github.com/crc-org/crc/actions/workflows/make-check.yml/badge.svg?branch=main)](https://github.com/crc-org/crc/actions/workflows/make-check.yml) [![macos pkg](https://github.com/crc-org/crc/actions/workflows/macos-installer.yml/badge.svg)](https://github.com/crc-org/crc/actions/workflows/macos-installer.yml) [![rpm](https://github.com/crc-org/crc/actions/workflows/make-rpm.yml/badge.svg)](https://github.com/crc-org/crc/actions/workflows/make-rpm.yml) [![win](https://github.com/crc-org/crc/actions/workflows/make-check-win.yml/badge.svg)](https://github.com/crc-org/crc/actions/workflows/make-check-win.yml)\n\n\n## Introduction\n`crc` is a tool to run containers. It manages a local [OpenShift 4.x](https://github.com/openshift/origin) cluster, or an [OKD](https://github.com/openshift/okd) cluster VM optimized for testing and development purposes.\n\nIf you are looking for a solution for running OpenShift 3.x, you will need tools such as `oc cluster up`, [Minishift](http://github.com/minishift/minishift) or [CDK](https://developers.redhat.com/products/cdk/overview/).\n\n\n## Usage data\nThe first time CRC is run, you will be asked to opt-in to Red Hat’s telemetry collection program.\n\nWith your approval, CRC collects pseudonymized usage data and sends it to Red Hat servers to help improve our products and services. Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection) to learn more about it. For the specific data points being collected, see [Usage data](https://github.com/crc-org/crc/blob/main/usage-data.adoc#data-table).\n\n\n### Manually configuring usage data collection\nYou can manually change your preference about usage data collection by running `crc config set consent-telemetry \u003cyes/no\u003e` before the next `crc start`.\n\n\n## Documentation\n\n### Getting CRC\nCRC binaries with an embedded OpenShift disk image can be downloaded from [this page](https://console.redhat.com/openshift/create/local).\n\n\n### Using CRC\nThe documentation for CRC is currently hosted by GitHub Pages.\n\nSee the [Getting Started Guide](https://crc.dev/docs).\n\n\n### Developing CRC\nDevelopers who want to work on CRC should visit the [Developing CRC](https://github.com/crc-org/engineering-docs/blob/main/content/Developing.md) document.\n\n## Community\nContributions, questions, and comments are all welcomed and encouraged!\n\nYou can reach the community by:\n\n- Joining the #codeready channel on [Freenode IRC](https://freenode.net/)\n    \n\nIf you want to contribute, make sure to follow the [contribution guidelines](https://github.com/crc-org/crc/blob/main/CONTRIBUTING.md) when you open issues or submit pull requests.","funding_links":[],"categories":["Go","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrc-org%2Fcrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrc-org%2Fcrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrc-org%2Fcrc/lists"}