{"id":18378065,"url":"https://github.com/mlabbe/binfetch","last_synced_at":"2025-09-01T03:08:13.996Z","repository":{"id":57565524,"uuid":"337912504","full_name":"mlabbe/binfetch","owner":"mlabbe","description":"Company-internal package manager backed by S3","archived":false,"fork":false,"pushed_at":"2021-02-12T00:46:16.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-22T12:41:56.819Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlabbe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-11T02:41:41.000Z","updated_at":"2021-02-12T00:46:18.000Z","dependencies_parsed_at":"2022-09-03T11:21:01.477Z","dependency_job_id":null,"html_url":"https://github.com/mlabbe/binfetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlabbe/binfetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fbinfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fbinfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fbinfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fbinfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlabbe","download_url":"https://codeload.github.com/mlabbe/binfetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlabbe%2Fbinfetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068856,"owners_count":25039911,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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-06T00:30:55.512Z","updated_at":"2025-09-01T03:08:13.980Z","avatar_url":"https://github.com/mlabbe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binfetch #\n\nA minimalist, secure package manager for your intranet.\n\n**Problem:** You have project exes that need to be securely distributed to company-internal end users and be non-interactively processed.  You cannot host publicly.\n\n**Solution:** Upload your build products to an S3 store, and use `binfetch` to retrieve the latest executable for your os and architecture.\n\n\n## Example Usage ##\n\n``` {.text}\n\u003ebinfetch ls      # list all projects\n\n\n  Available projects:\n       project_a\n          - master\n          - devel\n        \n       project_b\n          - master\n```\n\n\n``` {.text}\n\u003ebinfetch get project_a      # download the latest archive for your OS for master branch\n\n  Found compatible archive built at 2021-02-09 19:00:09 -0800 PST\n  Downloading project_a-linux-amd64-1.0.0-pre.tar.gz ...\n  success.\n```\n\n`binfetch` detects the OS and architecture, and downloads the latest archive.\n\n## How it works ##\n\nAn S3 store is to be configured with objects in the following structure:\n\n`/$projname/$branch/$epoch__$any_tag_at_all/...`\n   \n - `$projname` is a unique name for the project that differentiates it \n - `$branch` is the name of a branch that produced the archive\n - `$epoch` is a unix timestamp indicating the last change to the build.\n - `$any_tag_at_all` is any helpful identifier, such as a git SHA1\n\nThe archive filename must specify the os and architecture. \n\nValid OS strings:\n\n - win32\n - linux\n - macos\n \nValid architecture strings:\n \n - x86\n - x64\n - arm64\n \n## Installation and Config ##\n\n 1. `go get -u github.com/mlabbe/binfetch/cmd/binfetch`\n\n 2. `aws configure` to specify an AWS profile with S3 Read Access.\n\n 3. See `configs/` in this repo for a sample config.\n \n 4. Create an S3 bucket and populate it (see \"How it works\")\n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fbinfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlabbe%2Fbinfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlabbe%2Fbinfetch/lists"}