{"id":34910939,"url":"https://github.com/cnoe-io/idpbuilder","last_synced_at":"2026-04-10T10:04:41.773Z","repository":{"id":198037390,"uuid":"697890131","full_name":"cnoe-io/idpbuilder","owner":"cnoe-io","description":"Spin up a complete internal developer platform with only Docker required as a dependency.","archived":false,"fork":false,"pushed_at":"2026-04-01T08:13:38.000Z","size":4165,"stargazers_count":319,"open_issues_count":96,"forks_count":94,"subscribers_count":17,"default_branch":"main","last_synced_at":"2026-04-02T07:39:02.086Z","etag":null,"topics":["gitops","internal-development-platform"],"latest_commit_sha":null,"homepage":"https://cloud-native.slack.com/archives/C05TN9WFN5S","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/cnoe-io.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":".github/CODEOWNERS","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":"2023-09-28T17:23:11.000Z","updated_at":"2026-04-01T01:23:08.000Z","dependencies_parsed_at":"2023-10-14T23:53:55.790Z","dependency_job_id":"27ba61c5-74f9-431f-b1a3-27460fee48a1","html_url":"https://github.com/cnoe-io/idpbuilder","commit_stats":null,"previous_names":["cnoe-io/idpbuilder"],"tags_count":146,"template":false,"template_full_name":null,"purl":"pkg:github/cnoe-io/idpbuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnoe-io%2Fidpbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnoe-io%2Fidpbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnoe-io%2Fidpbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnoe-io%2Fidpbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnoe-io","download_url":"https://codeload.github.com/cnoe-io/idpbuilder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnoe-io%2Fidpbuilder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"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":["gitops","internal-development-platform"],"created_at":"2025-12-26T11:12:38.546Z","updated_at":"2026-04-05T09:04:51.898Z","avatar_url":"https://github.com/cnoe-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Codespell][codespell-badge]][codespell-link]\n[![E2E][e2e-badge]][e2e-link]\n[![Go Report Card][report-badge]][report-link]\n[![Commit Activity][commit-activity-badge]][commit-activity-link]\n\n# IDP Builder\n\nInternal development platform binary launcher.\n\n## About\n\nSpin up a complete internal developer platform using industry standard technologies like Kubernetes, Argo, and backstage with only Docker required as a dependency.\n\nThis can be useful in several ways:\n* Create a single binary which can demonstrate an IDP reference implementation.\n* Use within CI to perform integration testing.\n* Use as a local development environment for platform engineers.\n\n## Installation\n### Using [Homebrew](https://brew.sh)\n+ Stable Version\n\n   ```bash\n   brew install cnoe-io/tap/idpbuilder\n   ```\n+ Specific Stable Version\n\n   ```bash\n   brew install cnoe-io/tap/idpbuilder@\u003cversion\u003e\n   ```\n+ Nightly Version\n\n   ```bash\n   brew install cnoe-io/tap/idpbuilder-nightly\n   ```\n\n### From Releases\nAnother way to get started is to grab the idpbuilder binary for your platform and run it. You can visit our [releases](https://github.com/cnoe-io/idpbuilder/releases) page to download the version for your system, or run the following commands:\n\n```bash\narch=$(if [[ \"$(uname -m)\" == \"x86_64\" ]]; then echo \"amd64\"; else uname -m; fi)\nos=$(uname -s | tr '[:upper:]' '[:lower:]')\n\n\nidpbuilder_latest_tag=$(curl --silent \"https://api.github.com/repos/cnoe-io/idpbuilder/releases/latest\" | grep '\"tag_name\":' | sed -E 's/.*\"([^\"]+)\".*/\\1/')\ncurl -LO  https://github.com/cnoe-io/idpbuilder/releases/download/$idpbuilder_latest_tag/idpbuilder-$os-$arch.tar.gz\ntar xvzf idpbuilder-$os-$arch.tar.gz\n```\n\nDownload latest extract idpbuilder binary\n```bash\ncd ~/bin\ncurl -vskL -O https://github.com/cnoe-io/idpbuilder/releases/latest/download/idpbuilder-linux-amd64.tar.gz\ntar xvzf idpbuilder-linux-amd64.tar.gz idpbuilder\n```\n\n## Getting Started\n\nYou can then run idpbuilder with the create argument to spin up your CNOE IDP:\n\n```bash\n./idpbuilder create\n```\n\nFor more detailed information, checkout our [documentation](https://cnoe.io/docs/idpbuilder) on getting started with idpbuilder.\n\n## Community\n\n- If you have questions or concerns about this tool, please feel free to reach out to us on the [CNCF Slack Channel](https://cloud-native.slack.com/archives/C05TN9WFN5S).\n- You can also join our community meetings to meet the team and ask any questions. Checkout [this calendar](https://calendar.google.com/calendar/embed?src=064a2adfce866ccb02e61663a09f99147f22f06374e7a8994066bdc81e066986%40group.calendar.google.com\u0026ctz=America%2FLos_Angeles) for more information.\n\n## Contribution\n\nCheckout the [contribution doc](./CONTRIBUTING.md) for contribution guidelines and more information on how to set up your local environment.\n\n\n\u003c!-- JUST BADGES \u0026 LINKS --\u003e\n[codespell-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/codespell.yaml/badge.svg\n[codespell-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/codespell.yaml\n\n[e2e-badge]: https://github.com/cnoe-io/idpbuilder/actions/workflows/e2e.yaml/badge.svg\n[e2e-link]: https://github.com/cnoe-io/idpbuilder/actions/workflows/e2e.yaml\n\n[report-badge]: https://goreportcard.com/badge/github.com/cnoe-io/idpbuilder\n[report-link]: https://goreportcard.com/report/github.com/cnoe-io/idpbuilder\n\n[commit-activity-badge]: https://img.shields.io/github/commit-activity/m/cnoe-io/idpbuilder\n[commit-activity-link]: https://github.com/cnoe-io/idpbuilder/pulse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnoe-io%2Fidpbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnoe-io%2Fidpbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnoe-io%2Fidpbuilder/lists"}