{"id":41805348,"url":"https://github.com/chayev/yurl","last_synced_at":"2026-01-25T06:13:40.939Z","repository":{"id":40667723,"uuid":"283662127","full_name":"chayev/yurl","owner":"chayev","description":"Universal Links / App Links Validator","archived":false,"fork":false,"pushed_at":"2023-10-30T02:44:31.000Z","size":161,"stargazers_count":27,"open_issues_count":11,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T10:05:24.940Z","etag":null,"topics":["aasa","android","apple","assetlinks","cli","universal-links","validate","validator","yurl"],"latest_commit_sha":null,"homepage":"https://yurl.chayev.com/","language":"HTML","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/chayev.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}},"created_at":"2020-07-30T03:40:49.000Z","updated_at":"2024-06-05T15:16:03.000Z","dependencies_parsed_at":"2023-02-15T20:16:17.832Z","dependency_job_id":"264e9ede-a928-4f25-b371-280810c87771","html_url":"https://github.com/chayev/yurl","commit_stats":null,"previous_names":["mibragimchayev/wev"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/chayev/yurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chayev%2Fyurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chayev%2Fyurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chayev%2Fyurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chayev%2Fyurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chayev","download_url":"https://codeload.github.com/chayev/yurl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chayev%2Fyurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28745839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aasa","android","apple","assetlinks","cli","universal-links","validate","validator","yurl"],"created_at":"2026-01-25T06:13:38.163Z","updated_at":"2026-01-25T06:13:40.926Z","avatar_url":"https://github.com/chayev.png","language":"HTML","readme":"# yURL: Universal Links / AASA File Validator\n\n[![CircleCI Build Status](https://circleci.com/gh/chayev/yurl.svg?style=shield)](https://circleci.com/gh/chayev/yurl) [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/chayev/yurl/main/LICENSE)\n\nyURL is a CLI (Command-Line Interface) and [webapp](https://yurl.chayev.com/) that allows you to validate whether a URL is properly configured for Universal Links and App Links. This allows you to check if the apple-app-site-association (AASA) and assetlinks.json files exist and are in the proper format as defined by [Apple](https://developer.apple.com/documentation/safariservices/supporting_associated_domains) and [Google](https://developers.google.com/digital-asset-links/v1/getting-started).\n\n## macOS Install Instructions\n\n### Install with Brew (recommended)\n\nInstall yURL with [Brew](https://brew.sh/):\n\n```\nbrew install chayev/tap/yurl\n```\n\n### Install using cURL\n\nRun the below command:\n\n```\ncurl -sSL \"https://github.com/chayev/yurl/releases/download/v0.7.3/yurl-v0.7.3-macos-amd64.tar.gz\" | sudo tar -xz -C /usr/local/bin yurl\n```\n\nNote: You will be prompted to enter your password because of the `sudo` command. `0.7.3` may need to be replaced with your desired version.\n\n## Linux Install Instructions\n\n### Install using cURL (recommended)\n\nRun the below command:\n\n```\ncurl -sSL \"https://github.com/chayev/yurl/releases/download/v0.7.3/yurl-v0.7.3-linux-amd64.tar.gz\" | sudo tar -xz -C /usr/local/bin yurl\n```\n\nNote: You will be prompted to enter your password because of the `sudo` command. `0.7.3` may need to be replaced with your desired version.\n\n### Install with Snap (deprecated)\n\nInstall yURL with [Snap](https://snapcraft.io/):\n\n```\nsudo snap install yurl\n```\n\n## Windows Install Instructions\n\nYou could download the executable from the [releases](https://github.com/chayev/yurl/releases) page. More instructions coming soon!\n\nWe are planning on supporting [chocolatey](chocolatey.org) package manager as well.\n\n## Usage and Example\n\nRun `yurl help` for information on how to use yURL.\n\nExample:\n\nTo validate the Apple App Site Association (AASA) file run the following:\n\n```bash\nyurl aasa validate suadeo.onelink.me\n```\n\nTo validate the Android assetlinks.json file run the following:\n\n```bash\nyurl assetlink validate suadeo.onelink.me\n```\n\n## Contributing\n\nContributions to yURL of any kind are welcome! Feel free to open [PRs](https://github.com/chayev/yurl/pulls) or an [issue](https://github.com/chayev/yurl/pulls).\n\n### Asking Support Questions\n\nFeel free to open an issue if you have a question.\n\n### Reporting Issues\n\nIf you believe you have found a defect in yURL or its documentation, create an issue to report the problem.\nWhen reporting the issue, please provide the version of yURL in use (`yurl version`).\n\n## License\n\nThis repository is licensed under the MIT license.\nThe license can be found [here](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchayev%2Fyurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchayev%2Fyurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchayev%2Fyurl/lists"}