{"id":18496073,"url":"https://github.com/coatl-dev/scoop-coatl-dev","last_synced_at":"2026-04-27T20:31:39.007Z","repository":{"id":65908967,"uuid":"534466321","full_name":"coatl-dev/scoop-coatl-dev","owner":"coatl-dev","description":"🍨 coatl.dev Scoop bucket","archived":false,"fork":false,"pushed_at":"2026-04-21T22:52:22.000Z","size":151,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"coatl","last_synced_at":"2026-04-22T00:36:44.716Z","etag":null,"topics":["ignition","jython","scoop","scoop-apps","scoop-bucket","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coatl-dev.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,"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},"funding":{"github":"cesarcoatl"}},"created_at":"2022-09-09T02:14:22.000Z","updated_at":"2026-04-21T22:52:26.000Z","dependencies_parsed_at":"2024-03-27T01:27:10.372Z","dependency_job_id":"17fd8807-63f8-4fff-8ede-a9569ef2d17f","html_url":"https://github.com/coatl-dev/scoop-coatl-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coatl-dev/scoop-coatl-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fscoop-coatl-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fscoop-coatl-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fscoop-coatl-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fscoop-coatl-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatl-dev","download_url":"https://codeload.github.com/coatl-dev/scoop-coatl-dev/tar.gz/refs/heads/coatl","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatl-dev%2Fscoop-coatl-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ignition","jython","scoop","scoop-apps","scoop-bucket","windows"],"created_at":"2024-11-06T13:27:42.378Z","updated_at":"2026-04-27T20:31:38.997Z","avatar_url":"https://github.com/coatl-dev.png","language":"PowerShell","funding_links":["https://github.com/sponsors/cesarcoatl"],"categories":[],"sub_categories":[],"readme":"# coatl.dev Scoop bucket\r\n\r\n[![Tests](https://github.com/coatl-dev/scoop-coatl-dev/actions/workflows/ci.yml/badge.svg)](https://github.com/coatl-dev/scoop-coatl-dev/actions/workflows/ci.yml)\r\n\r\ncoatl-dev's bucket for [Scoop](https://scoop.sh), the Windows command-line installer.\r\n\r\n## How do I install these manifests?\r\n\r\nTo add this bucket, run:\r\n\r\n```powershell\r\nscoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev\r\n```\r\n\r\n### `ignition`/`ignition81`\r\n\r\nTo be able to download the `ignition` or `ignition81` ZIP installer we must set\r\na [referer], so first we must edit our `scoop`'s `config.json`, which is\r\ntypically found at `%USERPROFILE%\\.config\\scoop\\config.json`, and add or edit\r\nthe `private_hosts` section:\r\n\r\n```json\r\n{\r\n  \"lastUpdate\": \"2022-09-09T15:41:41.2176701-07:00\",\r\n  \"SCOOP_REPO\": \"https://github.com/ScoopInstaller/Scoop\",\r\n  \"SCOOP_BRANCH\": \"master\",\r\n  \"private_hosts\": [\r\n    {\r\n      \"match\": \"https://files.inductiveautomation.com/*\",\r\n      \"headers\": \"Referer=https://inductiveautomation.com/\"\r\n    }\r\n  ]\r\n}\r\n```\r\n\r\nTo install:\r\n\r\n```powershell\r\nscoop install coatl-dev/ignition\r\n```\r\n\r\nOr\r\n\r\n```powershell\r\nscoop install coatl-dev/ignition81\r\n```\r\n\r\nTo uninstall:\r\n\r\n```powershell\r\nscoop uninstall --purge ignition\r\n```\r\n\r\nOr\r\n\r\n```powershell\r\nscoop uninstall --purge ignition81\r\n```\r\n\r\n### `jython`\r\n\r\nSince `jython` depends on Java, we recommend `java/zulu17-jre`, which can be installed by...\r\n\r\nAdding the `java` bucket:\r\n\r\n```powershell\r\nscoop bucket add java\r\n```\r\n\r\nThen:\r\n\r\n```powershell\r\nscoop install zulu17-jre\r\n```\r\n\r\nAnd finally:\r\n\r\n```powershell\r\nscoop install coatl-dev/jython\r\n```\r\n\r\nTo uninstall:\r\n\r\n```powershell\r\nscoop uninstall jython\r\n```\r\n\r\n### Python\r\n\r\n```powershell\r\nscoop install coatl-dev/python27\r\n```\r\n\r\n```powershell\r\nscoop install coatl-dev/python312\r\n```\r\n\r\n```powershell\r\nscoop install coatl-dev/python313\r\n```\r\n\r\n```powershell\r\nscoop install coatl-dev/python314\r\n```\r\n\r\n## How do I contribute new manifests?\r\n\r\nTo make a new manifest contribution, please read the [Contributing Guide].\r\n\r\n[Contributing Guide]: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md\r\n[referer]: https://learn.microsoft.com/en-us/dotnet/api/system.net.httpwebrequest.referer\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatl-dev%2Fscoop-coatl-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatl-dev%2Fscoop-coatl-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatl-dev%2Fscoop-coatl-dev/lists"}