{"id":26091477,"url":"https://github.com/railwayapp/railpack","last_synced_at":"2026-04-01T17:33:21.309Z","repository":{"id":276863402,"uuid":"916989544","full_name":"railwayapp/railpack","owner":"railwayapp","description":"Zero-config application builder that automatically analyzes and turns your code into an image","archived":false,"fork":false,"pushed_at":"2026-04-01T01:01:01.000Z","size":21347,"stargazers_count":897,"open_issues_count":41,"forks_count":106,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-01T02:48:37.237Z","etag":null,"topics":["buildkit","oci-image","railway"],"latest_commit_sha":null,"homepage":"https://railpack.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/railwayapp.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-01-15T06:22:22.000Z","updated_at":"2026-03-31T18:08:13.000Z","dependencies_parsed_at":"2025-02-10T21:33:21.813Z","dependency_job_id":"aa5a23bf-41bb-4385-84ed-025301f16fe3","html_url":"https://github.com/railwayapp/railpack","commit_stats":null,"previous_names":["railwayapp/railpack"],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/railwayapp/railpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railwayapp%2Frailpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railwayapp%2Frailpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railwayapp%2Frailpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railwayapp%2Frailpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/railwayapp","download_url":"https://codeload.github.com/railwayapp/railpack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railwayapp%2Frailpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["buildkit","oci-image","railway"],"created_at":"2025-03-09T10:01:34.606Z","updated_at":"2026-04-01T17:33:21.301Z","avatar_url":"https://github.com/railwayapp.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Railpack\n\n[![CI](https://github.com/railwayapp/railpack/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/railwayapp/railpack/actions/workflows/unit-tests.yml)\n[![Run Tests](https://github.com/railwayapp/railpack/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/railwayapp/railpack/actions/workflows/integration-tests.yml)\n\nRailpack is a tool for building images from source code with minimal\nconfiguration. It is the successor to [Nixpacks](https://nixpacks.com) and\nincorporates many of the learnings from running Nixpacks in production at\n[Railway](https://railway.com) for several years.\n\n## Getting Started\n\n```bash\n# Install mise \u0026 railpack\ncurl -sSL https://mise.run | sh\nmise install github:railwayapp/railpack@latest\n\n# start BuildKit container \u0026 let railpack know about it\ndocker run --rm --privileged -d --name buildkit moby/buildkit\nexport BUILDKIT_HOST='docker-container://buildkit'\n\n# create a Next.js app\nnpm create next-app@latest my-app\ncd my-app\n\n# build and run the app!\nrailpack build .\ndocker run -p 3000:3000 -it my-app\n```\n\nRailpack automatically detects the project type (Next.js, in this case, but many languages \u0026 frameworks are supported!) and generates an optimized\ncontainer image.\n\n**Note:** The above steps are for running Railpack locally to experiment and\ntest. If you deploy on [Railway](https://railway.com), Railpack\nruns automatically when you push changes to your repository.\n\n## Documentation\n\nFull documentation for both operators (platforms, like Railway) and users (developers using Railpack to build their applications) is available at\n[railpack.com](https://railpack.com).\n\n## Contributing\n\nRailpack is open source and open to contributions. See the\n[CONTRIBUTING.md](CONTRIBUTING.md) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailwayapp%2Frailpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailwayapp%2Frailpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailwayapp%2Frailpack/lists"}