{"id":21480830,"url":"https://github.com/essentialkaos/artefactor","last_synced_at":"2026-05-19T11:04:51.112Z","repository":{"id":158390000,"uuid":"632866367","full_name":"essentialkaos/artefactor","owner":"essentialkaos","description":"Utility for downloading artefacts from GitHub","archived":false,"fork":false,"pushed_at":"2025-03-03T12:01:15.000Z","size":408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T13:21:57.845Z","etag":null,"topics":["downloader","github"],"latest_commit_sha":null,"homepage":"https://kaos.sh/artefactor","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/essentialkaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-26T09:41:33.000Z","updated_at":"2025-01-22T09:06:37.000Z","dependencies_parsed_at":"2023-09-29T12:49:03.297Z","dependency_job_id":"648a6c6b-8e3e-4d7e-b154-1c3ab1a2aa67","html_url":"https://github.com/essentialkaos/artefactor","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fartefactor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fartefactor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fartefactor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fartefactor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essentialkaos","download_url":"https://codeload.github.com/essentialkaos/artefactor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006398,"owners_count":20382443,"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":["downloader","github"],"created_at":"2024-11-23T12:18:19.488Z","updated_at":"2026-05-19T11:04:51.050Z","avatar_url":"https://github.com/essentialkaos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#readme\"\u003e\u003cimg src=\".github/images/card.png\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kaos.sh/w/artefactor/ci\"\u003e\u003cimg src=\"https://kaos.sh/w/artefactor/ci.svg\" alt=\"GitHub Actions CI Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/l/artefactor\"\u003e\u003cimg src=\"https://kaos.sh/l/8ce6d02d3ef53e599745.svg\" alt=\"Code Climate Maintainability\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/artefactor/codeql\"\u003e\u003cimg src=\"https://kaos.sh/w/artefactor/codeql.svg\" alt=\"GitHub Actions CodeQL Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\u003cimg src=\".github/images/license.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#usage-demo\"\u003eUsage demo\u003c/a\u003e • \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e • \u003ca href=\"#ci-status\"\u003eCI Status\u003c/a\u003e • \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr/\u003e\n\n`artefactor` is utility for downloading artefacts from GitHub.\n\n### Usage demo\n\n[![demo](https://gh.kaos.st/artefactor-020.gif)](#usage-demo)\n\n### Installation\n\n#### From source\n\nTo build the `artefactor` from scratch, make sure you have a working Go 1.21+ workspace (_[instructions](https://go.dev/doc/install)_), then:\n\n```bash\ngo install github.com/essentialkaos/artefactor@latest\n```\n\n#### Prebuilt binaries\n\nYou can download prebuilt binaries for Linux from [EK Apps Repository](https://apps.kaos.st/artefactor/latest):\n\n```bash\nbash \u003c(curl -fsSL https://apps.kaos.st/get) artefactor\n```\n\n### Usage\n\n\u003cimg src=\".github/images/usage.svg\" /\u003e\n\n### CI Status\n\n| Branch | Status |\n|--------|----------|\n| `master` | [![CI](https://kaos.sh/w/artefactor/ci.svg?branch=master)](https://kaos.sh/w/artefactor/ci?query=branch:master) |\n| `develop` | [![CI](https://kaos.sh/w/artefactor/ci.svg?branch=develop)](https://kaos.sh/w/artefactor/ci?query=branch:develop) |\n\n### Contributing\n\nBefore contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).\n\n### License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://essentialkaos.com\"\u003e\u003cimg src=\"https://gh.kaos.st/ekgh.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Fartefactor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessentialkaos%2Fartefactor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Fartefactor/lists"}