{"id":29560895,"url":"https://github.com/decred/decred-binaries","last_synced_at":"2026-03-04T03:32:03.344Z","repository":{"id":9158239,"uuid":"61043514","full_name":"decred/decred-binaries","owner":"decred","description":"Binary archives for Decred releases.","archived":false,"fork":false,"pushed_at":"2025-12-31T17:07:32.000Z","size":1945,"stargazers_count":57,"open_issues_count":4,"forks_count":40,"subscribers_count":21,"default_branch":"master","last_synced_at":"2026-01-04T03:40:17.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/decred.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":"2016-06-13T14:35:59.000Z","updated_at":"2025-12-31T17:07:36.000Z","dependencies_parsed_at":"2024-05-21T15:46:53.017Z","dependency_job_id":"b4a6b1e8-fc84-43ff-934a-c6145c1d488f","html_url":"https://github.com/decred/decred-binaries","commit_stats":null,"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"purl":"pkg:github/decred/decred-binaries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decred%2Fdecred-binaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decred%2Fdecred-binaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decred%2Fdecred-binaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decred%2Fdecred-binaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decred","download_url":"https://codeload.github.com/decred/decred-binaries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decred%2Fdecred-binaries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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":[],"created_at":"2025-07-18T15:39:18.269Z","updated_at":"2026-03-04T03:32:03.315Z","avatar_url":"https://github.com/decred.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"decred-binaries\n===============\n\nDecred Binary Releases\n\nThis repository contains release notes and binaries released for\nDecred.\n\n## Available Releases\n\nThis repository contains releases for the following software:\n\n* [dcrd](https://github.com/decred/dcrd)/[dcrwallet](https://github.com/decred/dcrwallet)\n* [decrediton](https://github.com/decred/decrediton)\n\n## Release notes\n\nNotes for the current and previous releases can be found in the [Release Notes](./release-notes.md) document.\n\n## Verifying Binaries\n\nFor your security, we recommend that you verify binaries before running them.\nEach release contains a manifest file with SHA-256 hashes for each released\nbinary. To ensure your downloads are authentic, you should verify that the\nmanifest file is signed by `release@decred.org`, and that your hashed binary\nmatches the manifest.\n\nDetailed instructions can be found in the Decred Documentation:\n[Verifying Binaries](https://docs.decred.org/advanced/verifying-binaries/).\nNew users should start there.\n\nIf you've already done this before and you still have the Decred Release keys\non your GnuPG keyring, the following shorthand instructions are provided as a\nquick refresher:\n\n1. Download:\n\n   * The zip/tarball for your specific OS / architecture\n   * The file manifest and hashes, ending in `-manifest.txt`\n   * The signature for the manifest, ending in `-manifest.txt.asc`\n\n2. Verify that the manifest was directly signed by the Decred project:\n\n   ```\n   $ gpg --verify \u003cyour manifest.txt.asc file\u003e\n   ```\n\n   Example output:\n   ```\n   gpg: assuming signed data in 'decred-v1.5.1-manifest.txt'\n   gpg: Signature made 01/29/20 15:17:58 Eastern Standard Time\n   gpg:                using RSA key F516ADB7A069852C7C28A02D6D897EDF518A031D\n   gpg: Good signature from \"Decred Release \u003crelease@decred.org\u003e\" [unknown]\n   gpg: WARNING: This key is not certified with a trusted signature!\n   gpg:          There is no indication that the signature belongs to the owner.\n   Primary key fingerprint: FD13 B683 5E24 8FAF 4BD1  838D 6DF6 34AA 7608 AF04\n      Subkey fingerprint: F516 ADB7 A069 852C 7C28  A02D 6D89 7EDF 518A 031D\n   ```\n\n   If you see `Good signature from \"Decred Release \u003crelease@decred.org\u003e\"`, then\n   you're successful! You can trust that the `manifest.txt` came directly from the\n   Decred project.\n\n3. Verify that the hash of your downloaded zip/tarball matches the manifest hash:\n\n   * Windows:\n\n      * If you have [7-Zip](https://7-zip.org/) installed, simply open up Windows\n      Explorer, right click on the file, mouseover `CRC SHA`, then click `SHA-256`.\n\n      * `$ certutil -hashfile \u003cyour file\u003e SHA256`\n\n   * macOS\n\n      * `$ shasum -a 256 \u003cyour file\u003e`\n\n   * Linux\n\n      * `$ sha256sum \u003cyour file\u003e`\n\n   Example output:\n   ```\n   0c43caffa428cebb8a4d3c8efb2a341220fd1c232640ff3b4403ff67e1873e1a  decred-linux-amd64-v1.5.1.tar.gz\n   ```\n   \nIf your output hash matches the hash from the manifest, you're done! The binary\nfor your platform is now verified and you can be confident it was generated by\nthe Decred Project. It's safe to install the software.\n\n## Source code\n\nThis repo only contains build archives, build scripts, and similar\ncontent.  For the source code, please see the individual repositories\nat: https://github.com/decred/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecred%2Fdecred-binaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecred%2Fdecred-binaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecred%2Fdecred-binaries/lists"}