{"id":20285762,"url":"https://github.com/aep/bolter","last_synced_at":"2026-05-28T13:31:24.931Z","repository":{"id":337290273,"uuid":"1116349662","full_name":"aep/bolter","owner":"aep","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-14T18:12:58.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T21:47:56.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-14T17:28:05.000Z","updated_at":"2025-12-14T18:13:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aep/bolter","commit_stats":null,"previous_names":["aep/bolter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aep/bolter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fbolter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fbolter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fbolter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fbolter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aep","download_url":"https://codeload.github.com/aep/bolter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aep%2Fbolter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T14:28:49.217Z","updated_at":"2026-05-28T13:31:24.918Z","avatar_url":"https://github.com/aep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bolter Logo](logo.png)\n\n# Bolter\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/aep/bolter.svg)](https://pkg.go.dev/github.com/aep/bolter)\n\na multi platform package manager for self-contained binaries\n\n## CLI Usage\n\n```bash\ngo install github.com/aep/bolter@latest\nbolter push ghcr.io/me/myapp:v1.0.0 -b linux/amd64=linux-bin -b windows/amd64=windows.exe\nbolter run ghcr.io/me/myapp:v1.0.0\n```\n\n## Library Usage\n\nBolter can also be used as a Go library to programmatically pull and run binaries from OCI registries:\n\n```go\nimport \"github.com/aep/bolter/pkg/bolter\"\n\n// Pull a binary\ninfo, err := bolter.Pull(ctx, \"ghcr.io/myuser/myapp:v1.0.0\")\n\n// Run a binary\nerr := bolter.Run(ctx, \"ghcr.io/myuser/myapp:v1.0.0\", []string{\"--help\"})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fbolter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faep%2Fbolter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faep%2Fbolter/lists"}