{"id":12112439,"name":"@gui-agent/shared","ecosystem":"npm","description":"Shared types for GUI-Agent","homepage":"https://github.com/bytedance/UI-TARS-desktop#readme","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/bytedance/UI-TARS-desktop","keywords_array":["UI-TARS","GUI Agent","SDK"],"namespace":"gui-agent","versions_count":25,"first_release_published_at":"2025-09-17T13:44:24.248Z","latest_release_published_at":"2025-11-04T15:44:26.939Z","latest_release_number":"0.3.0","last_synced_at":"2026-05-11T03:35:24.515Z","created_at":"2025-09-17T13:44:29.316Z","updated_at":"2026-05-11T03:35:24.515Z","registry_url":"https://www.npmjs.com/package/@gui-agent/shared","install_command":"npm install @gui-agent/shared","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"next":"0.3.0-beta.12","latest":"0.3.0","nightly":"0.3.0-canary-263cff2e9-20251120130823","beta":"0.3.0-canary-6fa437ea-20251226034321-canary-6fa437ea-20251226034903"}},"repo_metadata":{"id":273470087,"uuid":"918932603","full_name":"bytedance/UI-TARS-desktop","owner":"bytedance","description":"The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra","archived":false,"fork":false,"pushed_at":"2025-11-19T10:14:42.000Z","size":191010,"stargazers_count":19533,"open_issues_count":303,"forks_count":1857,"subscribers_count":167,"default_branch":"main","last_synced_at":"2025-11-19T10:21:47.460Z","etag":null,"topics":["agent","agent-tars","browser-use","computer-use","gui-agent","gui-operator","mcp","mcp-server","multimodal","tars","ui-tars","vision","vlm"],"latest_commit_sha":null,"homepage":"https://agent-tars.com","language":"TypeScript","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/bytedance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-19T09:04:43.000Z","updated_at":"2025-11-19T09:06:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e5e640c-b3cd-4981-9297-ce3dd8b3cb05","html_url":"https://github.com/bytedance/UI-TARS-desktop","commit_stats":null,"previous_names":["bytedance/ui-tars-desktop"],"tags_count":540,"template":false,"template_full_name":null,"purl":"pkg:github/bytedance/UI-TARS-desktop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytedance","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/sbom","scorecard":{"id":520187,"data":{"date":"2025-08-20T00:55:31Z","repo":{"name":"github.com/bytedance/UI-TARS-desktop","commit":"7a4ff7482a2d37f77ded35b0316b4c2aea42946b"},"scorecard":{"version":"v5.1.1","commit":"cd152cb6742c5b8f2f3d2b5193b41d9c50905198"},"score":5.2,"checks":[{"name":"Code-Review","score":5,"reason":"Found 16/30 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/secretlint.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/agent_tars_test.yml:12","Info: topLevel 'attestations' permission set to 'read': .github/workflows/agent_tars_test.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/benchmark.yml:12","Info: topLevel 'attestations' permission set to 'read': .github/workflows/benchmark.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/e2e-ui-tars.yml:25","Info: topLevel 'attestations' permission set to 'read': .github/workflows/e2e-ui-tars.yml:26","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-ui-tars.yml:15","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/secret-scan.yml:9","Warn: no topLevel permission defined: .github/workflows/secretlint.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:16","Info: topLevel 'attestations' permission set to 'read': .github/workflows/test.yml:17","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#token-permissions"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#packaging"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#license"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/bytedance/UI-TARS-desktop/test.yml/main?enable=pin","Warn: containerImage not pinned by hash: packages/agent-infra/mcp-servers/filesystem/Dockerfile:1","Warn: containerImage not pinned by hash: packages/agent-infra/mcp-servers/filesystem/Dockerfile:13","Warn: npmCommand not pinned by hash: packages/agent-infra/mcp-servers/browser/Dockerfile:33","Warn: npmCommand not pinned by hash: packages/agent-infra/mcp-servers/browser/Dockerfile:42","Warn: npmCommand not pinned by hash: packages/agent-infra/mcp-servers/browser/Dockerfile.http:33","Warn: npmCommand not pinned by hash: packages/agent-infra/mcp-servers/browser/Dockerfile.http:42","Warn: npmCommand not pinned by hash: packages/agent-infra/mcp-servers/filesystem/Dockerfile:8","Warn: npmCommand not pinned by hash: .github/workflows/agent_tars_test.yml:33","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/benchmark.yml:51","Warn: npmCommand not pinned by hash: .github/workflows/e2e-ui-tars.yml:49","Warn: npmCommand not pinned by hash: .github/workflows/e2e-ui-tars.yml:59","Warn: npmCommand not pinned by hash: .github/workflows/release-ui-tars.yml:29","Warn: npmCommand not pinned by hash: .github/workflows/release-ui-tars.yml:37","Warn: npmCommand not pinned by hash: .github/workflows/release-ui-tars.yml:95","Warn: npmCommand not pinned by hash: .github/workflows/release-ui-tars.yml:103","Warn: npmCommand not pinned by hash: .github/workflows/release-ui-tars.yml:164","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:46","Info:  27 out of  27 GitHub-owned GitHubAction dependencies pinned","Info:   5 out of   6 third-party GitHubAction dependencies pinned","Info:   2 out of  17 npmCommand dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned","Info:   2 out of   4 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":9,"reason":"SAST tool is not run on all commits -- score normalized to 9","details":["Warn: 29 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#sast"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.2.3 not signed: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/234465796","Warn: release artifact v0.2.2 not signed: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/231069571","Warn: release artifact Agent-TARS-v1.0.0-alpha.10 not signed: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/228558556","Warn: release artifact v0.2.1 not signed: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/227532804","Warn: release artifact v0.2.3 does not have provenance: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/234465796","Warn: release artifact v0.2.2 does not have provenance: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/231069571","Warn: release artifact Agent-TARS-v1.0.0-alpha.10 does not have provenance: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/228558556","Warn: release artifact v0.2.1 does not have provenance: https://api.github.com/repos/bytedance/UI-TARS-desktop/releases/227532804"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#fuzzing"}},{"name":"Dependency-Update-Tool","score":0,"reason":"no update tool detected","details":["Warn: no dependency update tool configurations found"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dependency-update-tool"}},{"name":"CI-Tests","score":10,"reason":"30 out of 30 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 18 contributing companies or organizations","details":["Info: found contributions from: ServiceComb, agent-infra, alc-beijing, apache, apachecn, bat ex-@alipay, bytedance, bytedance.inc, fusesource, ops4j, r3kapig, react-component, rich-lab, rust-modules, volcengine, vuejs, vuepress, web-infra-dev"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#contributors"}},{"name":"Vulnerabilities","score":0,"reason":"42 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-67rr-84xm-4c7r","Warn: Project is vulnerable to: GHSA-3h52-269p-cp9r","Warn: Project is vulnerable to: GHSA-f82v-jwr5-mffw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-vhxf-7vqr-mrjg","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-7rqq-prvp-x9jh","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-44c6-4v22-4mhx","Warn: Project is vulnerable to: GHSA-4x5v-gmq8-25ch","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-84jw-g43v-8gjm","Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-4www-5p9h-95mh","Warn: Project is vulnerable to: GHSA-9gqv-wp59-fq42","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-h7cp-r72f-jxh6","Warn: Project is vulnerable to: GHSA-v62p-rq8g-8h59","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j","Warn: Project is vulnerable to: GHSA-g3ch-rx76-35fx","Warn: Project is vulnerable to: GHSA-3p6v-hrg8-8qj7","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-cpj6-fhp6-mr6j","Warn: Project is vulnerable to: GHSA-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3","Warn: Project is vulnerable to: GHSA-x574-m823-4x7w","Warn: Project is vulnerable to: GHSA-4r4m-qw57-chr8","Warn: Project is vulnerable to: GHSA-xcj6-pq6g-qj4x","Warn: Project is vulnerable to: GHSA-356w-63v5-8wf4","Warn: Project is vulnerable to: GHSA-859w-5945-r5v3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T02:51:08.180Z","repository_id":273470087,"created_at":"2025-08-20T02:51:08.180Z","updated_at":"2025-08-20T02:51:08.180Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285442696,"owners_count":27172633,"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-11-20T02:00:05.334Z","response_time":54,"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"},"owner_record":{"login":"bytedance","name":"Bytedance Inc.","uuid":"4158466","kind":"organization","description":"","email":null,"website":"https://opensource.bytedance.com","location":"Singapore","twitter":"ByteDanceOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/4158466?v=4","repositories_count":255,"last_synced_at":"2024-04-16T02:59:18.813Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bytedance","funding_links":[],"total_stars":88648,"followers":6017,"following":0,"created_at":"2022-11-13T11:29:28.707Z","updated_at":"2024-04-16T03:00:36.055Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytedance","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytedance/repositories"},"tags":[{"name":"v0.3.0-canary-3262c6416-20251106135418","sha":"589e3da1d9b571ff13f9e4b0a75c232cc3190565","kind":"tag","published_at":"2025-11-06T13:55:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-canary-3262c6416-20251106135418","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-canary-3262c6416-20251106135418","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-canary-3262c6416-20251106135418","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-canary-3262c6416-20251106135418","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-canary-3262c6416-20251106135418/manifests"},{"name":"v0.3.0","sha":"54dc6f3179869eaaf6e1472b89b6455aa288caff","kind":"commit","published_at":"2025-11-04T16:01:13.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0/manifests"},{"name":"v0.3.0-beta.12-canary-41702d44a-20250928105656","sha":"b38571e82ddff79b3f6eb907b3d7d110706a2bff","kind":"tag","published_at":"2025-09-28T10:58:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-41702d44a-20250928105656","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-41702d44a-20250928105656","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-41702d44a-20250928105656","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-41702d44a-20250928105656","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-41702d44a-20250928105656/manifests"},{"name":"v0.3.0-beta.12-canary-c35077820-20250928084508","sha":"29accb2c77e28ae9508f00ef024e90c186c6b64e","kind":"tag","published_at":"2025-09-28T08:46:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-c35077820-20250928084508","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-c35077820-20250928084508","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-c35077820-20250928084508","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-c35077820-20250928084508","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-c35077820-20250928084508/manifests"},{"name":"v0.3.0-beta.12-canary-a067068bf-20250928034800","sha":"d11c33b6c0150edcdf54e2126a056e08ea6d8d24","kind":"tag","published_at":"2025-09-28T03:49:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-a067068bf-20250928034800","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-a067068bf-20250928034800","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-a067068bf-20250928034800","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-a067068bf-20250928034800","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-a067068bf-20250928034800/manifests"},{"name":"v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458","sha":"3bf018a63d0a64171305eb9f806c3834f5583102","kind":"tag","published_at":"2025-09-26T15:09:28.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2fb6c8fbf-20250926150458/manifests"},{"name":"v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119","sha":"60eefe9dbdf03dfae73513bed297438c2e76a5cb","kind":"tag","published_at":"2025-09-26T14:57:18.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2fb6c8fbf-20250926145119/manifests"},{"name":"v0.3.0-beta.12-canary-a14bf9a26-20250926135953","sha":"5addfc312797408e4a4bf6ec035f81b21089e0c8","kind":"tag","published_at":"2025-09-26T14:02:03.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-a14bf9a26-20250926135953","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-a14bf9a26-20250926135953","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-a14bf9a26-20250926135953","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-a14bf9a26-20250926135953","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-a14bf9a26-20250926135953/manifests"},{"name":"v0.3.0-beta.12-canary-db0aade42-20250926094924","sha":"662952794484d39c784c4d2d375004fcbddb5187","kind":"tag","published_at":"2025-09-26T09:51:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-db0aade42-20250926094924","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-db0aade42-20250926094924","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-db0aade42-20250926094924","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-db0aade42-20250926094924","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-db0aade42-20250926094924/manifests"},{"name":"v0.3.0-beta.12-canary-2602b1045-20250926090631","sha":"082161ad2ce37781824a225f384e04aab58ae9f5","kind":"tag","published_at":"2025-09-26T09:08:13.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-2602b1045-20250926090631","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-2602b1045-20250926090631","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-2602b1045-20250926090631","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2602b1045-20250926090631","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-2602b1045-20250926090631/manifests"},{"name":"v0.3.0-beta.12-canary-c3e8513f7-20250925100407","sha":"ef920d34a1087943f868df571905ce36793dc553","kind":"tag","published_at":"2025-09-25T10:05:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-c3e8513f7-20250925100407","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-c3e8513f7-20250925100407","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-c3e8513f7-20250925100407","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-c3e8513f7-20250925100407","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-c3e8513f7-20250925100407/manifests"},{"name":"v0.3.0-beta.12-canary-6cd5c0821-20250924063735","sha":"c8ab69dd901a05225a34c9c17c3026da8c305044","kind":"tag","published_at":"2025-09-24T06:40:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-6cd5c0821-20250924063735","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-6cd5c0821-20250924063735","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-6cd5c0821-20250924063735","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-6cd5c0821-20250924063735","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-6cd5c0821-20250924063735/manifests"},{"name":"v0.3.0-beta.12-canary-87dd3b96-20250919093721","sha":"ea1b436152d9ab5b1700bdca1c59fc7a1d1b9952","kind":"tag","published_at":"2025-09-19T09:39:00.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-87dd3b96-20250919093721","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-87dd3b96-20250919093721","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-87dd3b96-20250919093721","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-87dd3b96-20250919093721","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-87dd3b96-20250919093721/manifests"},{"name":"v0.3.0-beta.12-canary-4b4ad9e69-20250919052741","sha":"303933389f65cabe51906b2abafd1a93e88dc81e","kind":"tag","published_at":"2025-09-19T05:32:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-4b4ad9e69-20250919052741","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-4b4ad9e69-20250919052741","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-4b4ad9e69-20250919052741","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-4b4ad9e69-20250919052741","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-4b4ad9e69-20250919052741/manifests"},{"name":"v0.3.0-beta.12-canary-32a29a665-20250919050316","sha":"065a26e0f8deabf5b27e908674efdbe52363827c","kind":"tag","published_at":"2025-09-19T05:09:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12-canary-32a29a665-20250919050316","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12-canary-32a29a665-20250919050316","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12-canary-32a29a665-20250919050316","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-32a29a665-20250919050316","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12-canary-32a29a665-20250919050316/manifests"},{"name":"v0.3.0-beta.12","sha":"fb06fcc0b909090861a1d1ad9e5b806760f19261","kind":"tag","published_at":"2025-09-18T09:18:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.12/manifests"},{"name":"v0.3.0-beta.11-canary-e70d431f-20250917163005","sha":"b59a7d80aa603db1adeb1da9fda91f7b36d272ff","kind":"tag","published_at":"2025-09-17T16:31:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-e70d431f-20250917163005","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-e70d431f-20250917163005","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-e70d431f-20250917163005","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-e70d431f-20250917163005","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-e70d431f-20250917163005/manifests"},{"name":"v0.3.0-beta.11-canary-566d7c3d-20250917153039","sha":"15e5401a001565f78412bf08f95076924fee6c8a","kind":"tag","published_at":"2025-09-17T15:32:08.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-566d7c3d-20250917153039","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-566d7c3d-20250917153039","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-566d7c3d-20250917153039","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-566d7c3d-20250917153039","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-566d7c3d-20250917153039/manifests"},{"name":"v0.3.0-beta.11-canary-42286620-20250917134311","sha":"3efd4afb6a298e6650a42e46df0ba234176bb385","kind":"tag","published_at":"2025-09-17T13:44:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-42286620-20250917134311","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-42286620-20250917134311","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-42286620-20250917134311","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-42286620-20250917134311","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-42286620-20250917134311/manifests"},{"name":"v0.3.0-beta.11-canary-62f478db-20250917123117","sha":"e85a40cf80469ae94cef6dddf5bf0aed815614cc","kind":"tag","published_at":"2025-09-17T12:32:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-62f478db-20250917123117","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-62f478db-20250917123117","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-62f478db-20250917123117","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-62f478db-20250917123117","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-62f478db-20250917123117/manifests"},{"name":"v0.3.0-beta.11-canary-b91e1361-20250917120734","sha":"e56dc362bd41d1d949c741567664322854c548ce","kind":"tag","published_at":"2025-09-17T12:08:53.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-b91e1361-20250917120734","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-b91e1361-20250917120734","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-b91e1361-20250917120734","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-b91e1361-20250917120734","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-b91e1361-20250917120734/manifests"},{"name":"v0.3.0-beta.11-canary-98669a9ab-20250916152131","sha":"c13bf2f4277445ea53daf3c01337368943866632","kind":"tag","published_at":"2025-09-16T15:25:12.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-98669a9ab-20250916152131","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-98669a9ab-20250916152131","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-98669a9ab-20250916152131","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-98669a9ab-20250916152131","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-98669a9ab-20250916152131/manifests"},{"name":"v0.3.0-beta.11-canary-98669a9ab-20250916150913","sha":"02ea4bfc6a86df8e16d2cfe2e9b2a8dea63b284f","kind":"tag","published_at":"2025-09-16T15:12:18.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-98669a9ab-20250916150913","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-98669a9ab-20250916150913","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-98669a9ab-20250916150913","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-98669a9ab-20250916150913","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-98669a9ab-20250916150913/manifests"},{"name":"v0.3.0-beta.11-canary-5be3a5857-20250916093349","sha":"831bef1636fa4aa3b68fa3338acec2a98cd8a5a9","kind":"tag","published_at":"2025-09-16T09:36:53.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-5be3a5857-20250916093349","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-5be3a5857-20250916093349","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-5be3a5857-20250916093349","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-5be3a5857-20250916093349","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-5be3a5857-20250916093349/manifests"},{"name":"v0.3.0-beta.11-canary-dd1365527-20250916072628","sha":"753922d43aad34b8270aea731a4fbd0a59ecdf95","kind":"tag","published_at":"2025-09-16T07:29:09.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-dd1365527-20250916072628","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-dd1365527-20250916072628","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-dd1365527-20250916072628","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-dd1365527-20250916072628","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-dd1365527-20250916072628/manifests"},{"name":"v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905","sha":"e44cc7450282220633faa97710f6fd87cd72eec8","kind":"tag","published_at":"2025-09-16T07:01:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11-canary-5f5cf8c7c-20250916065905/manifests"},{"name":"v0.3.0-beta.11","sha":"be3cfabf966f722c6d00418666baed4d599dae15","kind":"tag","published_at":"2025-09-09T14:30:55.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.3.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.3.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.3.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.3.0-beta.11/manifests"},{"name":"@agent-tars@0.3.0-beta.10","sha":"59b59efb23f67583eaabebd31bc805bdd9dd4b86","kind":"tag","published_at":"2025-09-06T11:02:53.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.10/manifests"},{"name":"@agent-tars@0.3.0-beta.9","sha":"81a1cfa82fed1146272560855c68e27cd9ca6ff0","kind":"tag","published_at":"2025-09-05T14:54:05.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.9/manifests"},{"name":"@agent-tars@0.3.0-beta.8","sha":"4f1cd9b996b47512c486413e7337f1aa43a8d015","kind":"commit","published_at":"2025-09-03T15:20:01.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.8/manifests"},{"name":"@agent-tars@0.3.0-beta.7","sha":"3bdac27b652749561e770002b7fdf48ffdbe86f9","kind":"commit","published_at":"2025-09-02T14:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.7/manifests"},{"name":"@agent-tars@0.3.0-beta.6","sha":"5569064bc3a196efc6ee1cd069817e62ca0f0204","kind":"commit","published_at":"2025-08-25T11:17:42.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.6/manifests"},{"name":"@agent-tars@0.3.0-beta.5","sha":"1ee44fb2b07c73ef6cc391c48a79a2daeadc3877","kind":"tag","published_at":"2025-08-21T16:51:18.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.5/manifests"},{"name":"@agent-tars@0.3.0-beta.4","sha":"0768648a04754804e517c39145cfb84954d3acf5","kind":"tag","published_at":"2025-08-21T14:33:26.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.4/manifests"},{"name":"@agent-tars@0.3.0-beta.3","sha":"8ce4c2efaab9e7cbdebf94822c41686d8d7810d0","kind":"commit","published_at":"2025-08-21T11:15:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.3/manifests"},{"name":"v0.2.4","sha":"0ee87301a6db754c5f67909e5fbbcf05233abad9","kind":"commit","published_at":"2025-08-21T02:52:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.2.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"26c41316aad9b26581fc7345231b4f8af1012d41","kind":"commit","published_at":"2025-07-22T07:55:54.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.2.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.3/manifests"},{"name":"@agent-tars@0.3.0-beta.1","sha":"e95ad45866cfcd55e3655bf9bea133f6eb8fc12f","kind":"tag","published_at":"2025-07-17T16:17:20.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.1/manifests"},{"name":"@agent-tars@0.3.0-beta.0","sha":"a5bd590e0bace3944a797d1eeb67790c60528053","kind":"tag","published_at":"2025-07-14T08:25:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.3.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.3.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.3.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.3.0-beta.0/manifests"},{"name":"v0.2.2","sha":"a3f3c0e76261c90c8d677f155063b080a9d1a16e","kind":"commit","published_at":"2025-07-09T08:15:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.2.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.2/manifests"},{"name":"@agent-tars@0.2.10","sha":"f42c49c31d336bf50aed6f38e76ebfdce1195c80","kind":"tag","published_at":"2025-07-08T06:45:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.10/manifests"},{"name":"@agent-tars@0.2.9","sha":"06bfa0de0933768279a0b316d9dbaf4826b44731","kind":"tag","published_at":"2025-07-02T15:44:18.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.9/manifests"},{"name":"@agent-tars@0.2.8","sha":"4f9733ba1748ca5d34167af1697a83c48c176d3a","kind":"tag","published_at":"2025-07-02T10:27:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.8/manifests"},{"name":"@agent-tars@0.2.7","sha":"0870ffa95aec1b1aa7603ded1234c4d95f9aeb10","kind":"tag","published_at":"2025-07-01T03:57:42.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.7/manifests"},{"name":"archived/agent-tars-desktop","sha":"f2c0a86edac0b08bd10faa643e6e4c94f5243424","kind":"commit","published_at":"2025-06-28T20:43:07.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/archived/agent-tars-desktop","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/archived/agent-tars-desktop","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@archived%2Fagent-tars-desktop","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/archived%2Fagent-tars-desktop","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/archived%2Fagent-tars-desktop/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.10","sha":"f2c0a86edac0b08bd10faa643e6e4c94f5243424","kind":"commit","published_at":"2025-06-28T20:43:07.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.10/manifests"},{"name":"@agent-tars@0.2.6","sha":"6d5c07906f2d1333d0c883c4685d2be3e9c373e5","kind":"tag","published_at":"2025-06-27T10:39:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.6/manifests"},{"name":"@agent-tars@0.2.5","sha":"58c58e413ea5c06569f37405a742de66a7df5059","kind":"tag","published_at":"2025-06-27T09:05:09.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.5/manifests"},{"name":"@agent-tars@0.2.4","sha":"8fb1d82be556d24e1556bf2e1d59b86ae3f8fb42","kind":"tag","published_at":"2025-06-27T06:18:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.4/manifests"},{"name":"@agent-tars@0.2.3","sha":"5f95bb4ce06fb851acc8490b175d8cd549c21589","kind":"tag","published_at":"2025-06-25T17:34:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.3/manifests"},{"name":"v0.2.1","sha":"849868f06ea6e2987687b63c754fbeae7a53284d","kind":"commit","published_at":"2025-06-25T05:22:22.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.1/manifests"},{"name":"@agent-tars@0.2.2","sha":"dcbac79bb484543aa09579f76d9a0813383be5cb","kind":"tag","published_at":"2025-06-25T05:16:55.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.2/manifests"},{"name":"@agent-tars@0.2.1","sha":"a3eba448dcc76b5e6b7d5be7918c40dcad92ee51","kind":"tag","published_at":"2025-06-24T15:37:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.1/manifests"},{"name":"@agent-tars@0.2.0","sha":"c02ff882c1ede15345c0ccf66de1e031787dda88","kind":"tag","published_at":"2025-06-24T05:14:41.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0/manifests"},{"name":"@agent-tars@0.2.0-beta.1","sha":"132ce875071a84be9505741b4434bdf8524b7eb9","kind":"tag","published_at":"2025-06-23T17:27:20.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0-beta.1/manifests"},{"name":"@agent-tars@0.2.0-beta.0","sha":"624cb215268b80511415860730b4c6504a1db3b0","kind":"tag","published_at":"2025-06-23T02:17:04.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.2.0-beta.0/manifests"},{"name":"@agent-tars@0.1.12-beta.5","sha":"e4d43f24a1c6ec438bdbea7c2265d70c110a10a8","kind":"tag","published_at":"2025-06-21T13:00:22.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.5/manifests"},{"name":"@agent-tars@0.1.12-beta.4","sha":"bea132fdc5b749a62bf969e4069b690d74b9073e","kind":"tag","published_at":"2025-06-19T15:22:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.4/manifests"},{"name":"@agent-tars@0.1.12-beta.3","sha":"435cceb1f454ed009cb55114bb27fad666b4bfe9","kind":"tag","published_at":"2025-06-19T14:09:26.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.3/manifests"},{"name":"@agent-tars@0.1.12-beta.2","sha":"73850cb13d9364fe58eadbeb57443dae90e85487","kind":"tag","published_at":"2025-06-19T09:52:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.2/manifests"},{"name":"@agent-tars@0.1.12-beta.1","sha":"3c118cb66b3ac6a4608cd57e9620322dbc93bfe4","kind":"tag","published_at":"2025-06-19T08:11:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.1/manifests"},{"name":"@agent-tars@0.1.12-beta.0","sha":"f601818811d314860f5a3105cb0b68400b062928","kind":"tag","published_at":"2025-06-19T06:30:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.12-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.12-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.12-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.12-beta.0/manifests"},{"name":"@agent-tars@0.1.11","sha":"f747e79e19de6923e37de799723a40d8ce7b9d80","kind":"tag","published_at":"2025-06-12T05:50:38.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.11/manifests"},{"name":"@agent-tars@0.1.10","sha":"65bb14c2ffa409f3580cc69be0187a67d33a7189","kind":"tag","published_at":"2025-06-12T04:46:04.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.10/manifests"},{"name":"@agent-tars@0.1.9","sha":"95eb37ea81f83d5381d707e0c3499df1b7a9596d","kind":"tag","published_at":"2025-06-12T03:32:42.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.9/manifests"},{"name":"v0.2.0","sha":"34534f6429725234051aca791b05e865e0dd5ea6","kind":"commit","published_at":"2025-06-11T10:26:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.2.0/manifests"},{"name":"@agent-tars@0.1.8","sha":"91a167d907f04279e395c1411d7af29c1a4c5ca5","kind":"tag","published_at":"2025-06-10T07:24:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8/manifests"},{"name":"@agent-tars@0.1.8-beta.10","sha":"f71004df31424c46ab4e4add2e13be8180f0ce80","kind":"tag","published_at":"2025-06-09T13:50:04.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.10/manifests"},{"name":"@agent-tars@0.1.8-beta.9","sha":"bb0f5f2491731cf2cf6915bdaf05a5db55f6293a","kind":"tag","published_at":"2025-06-09T13:15:12.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.9/manifests"},{"name":"@agent-tars@0.1.8-beta.8","sha":"7092bc0034f364a676ceebd9af810951f7605970","kind":"tag","published_at":"2025-06-09T12:19:53.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.8/manifests"},{"name":"@agent-tars@0.1.8-beta.7","sha":"50e8f8cc87f523667786ee87e1ac1e943abb5b20","kind":"tag","published_at":"2025-06-09T10:40:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.7/manifests"},{"name":"@agent-tars@0.1.8-beta.6","sha":"4d3138060b6f96b4cf870d82ec503d845dd7c1ca","kind":"tag","published_at":"2025-06-09T10:12:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.6/manifests"},{"name":"@agent-tars@0.1.8-beta.5","sha":"e953f4297a6e4d9e19d42f3aecab966f07389917","kind":"tag","published_at":"2025-06-09T08:38:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.5/manifests"},{"name":"@agent-tars@0.1.8-beta.4","sha":"2c50b4b66e57916d21b037df557d73002703bd4a","kind":"tag","published_at":"2025-06-09T08:08:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.4/manifests"},{"name":"@agent-tars@0.1.8-beta.3","sha":"f66524c0fd6e37e06dc9ffd134ce03d78642bb00","kind":"tag","published_at":"2025-06-09T04:06:25.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.3/manifests"},{"name":"@agent-tars@0.1.8-beta.2","sha":"7ab7a82120fa75c1d1c2cdaa368df30939ac76c4","kind":"tag","published_at":"2025-06-08T20:53:28.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.2/manifests"},{"name":"@agent-tars@0.1.8-beta.0","sha":"23a688c04ea72f6d78d27415ab716f65f9d7f88a","kind":"tag","published_at":"2025-06-08T19:00:05.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.8-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.8-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.8-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.8-beta.0/manifests"},{"name":"v0.1.3","sha":"08fccef671ab5dc95fd33e63ea3d90c1d5488be7","kind":"commit","published_at":"2025-06-07T10:09:24.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.3/manifests"},{"name":"@agent-tars@0.1.7","sha":"68aeaaa936f7ff7b2bcfd4dafdaad02bd437e256","kind":"tag","published_at":"2025-06-04T01:15:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.7/manifests"},{"name":"@agent-tars@0.1.6","sha":"fcce38968fef3a16a7c302fdb9d78dc61e7f561b","kind":"tag","published_at":"2025-06-03T02:26:01.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.6/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.9","sha":"78641bbc785b4f65c090b7d07b92040169367e6b","kind":"commit","published_at":"2025-06-01T04:59:22.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.9/manifests"},{"name":"@agent-tars@0.1.5","sha":"c51bbbe4426f0e73d20b2b193499e2ca5fa37156","kind":"tag","published_at":"2025-05-29T23:43:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.5/manifests"},{"name":"@agent-tars@0.1.4","sha":"f7ea164822ce3984f91f3cc9c1ecbccb2fe642af","kind":"tag","published_at":"2025-05-29T22:28:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars@0.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars@0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%400.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars@0.1.4/manifests"},{"name":"@multimodal/config-loader@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/config-loader@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/config-loader@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fconfig-loader%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.4/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.3/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.3/manifests"},{"name":"@multimodal/codeact-agent@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/codeact-agent@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/codeact-agent@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fcodeact-agent%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.4/manifests"},{"name":"@agent-infra/mcp-server-search@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-search@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-search@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-search%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.3/manifests"},{"name":"@multimodal/ui@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/ui@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/ui@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fui%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.4/manifests"},{"name":"@agent-infra/mcp-shared@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.3/manifests"},{"name":"@agent-tars/cli@0.0.1-beta.6","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.1-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.1-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.1-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.6/manifests"},{"name":"@agent-tars/core@0.0.1-beta.6","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.1-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.1-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.1-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.6/manifests"},{"name":"@agent-tars/web-ui@0.0.1-beta.6","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.1-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.1-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.1-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.6/manifests"},{"name":"@multimodal/agent-snapshot@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-snapshot@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-snapshot@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-snapshot%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.4/manifests"},{"name":"@multimodal/llm-client@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/llm-client@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/llm-client@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fllm-client%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.4/manifests"},{"name":"@multimodal/agent-interface@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-interface@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-interface@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-interface%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.4/manifests"},{"name":"@agent-tars/server@0.0.1-beta.6","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.1-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.1-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.1-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.6/manifests"},{"name":"@multimodal/deep-research-agent@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/deep-research-agent@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/deep-research-agent@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fdeep-research-agent%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.4/manifests"},{"name":"@multimodal/agent@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.4/manifests"},{"name":"@agent-infra/mcp-client@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.3/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.6-beta.3","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.6-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.6-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.6-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.3/manifests"},{"name":"@multimodal/mcp-agent@0.1.1-beta.4","sha":"d8bb806a76a60c20161be92f82114aa6b932b851","kind":"tag","published_at":"2025-05-29T12:41:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/mcp-agent@0.1.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/mcp-agent@0.1.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fmcp-agent%400.1.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.4/manifests"},{"name":"@agent-infra/mcp-client@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.0/manifests"},{"name":"@multimodal/mcp-agent@0.1.1-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/mcp-agent@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/mcp-agent@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fmcp-agent%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.0/manifests"},{"name":"@multimodal/deep-research-agent@0.1.1-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/deep-research-agent@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/deep-research-agent@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fdeep-research-agent%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.0/manifests"},{"name":"@multimodal/codeact-agent@0.1.1-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/codeact-agent@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/codeact-agent@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fcodeact-agent%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.0/manifests"},{"name":"@multimodal/agent-snapshot@0.1.1-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-snapshot@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-snapshot@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-snapshot%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.0/manifests"},{"name":"@multimodal/agent-interface@0.1.1-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-interface@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-interface@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-interface%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.0/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.0/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.0/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.0/manifests"},{"name":"@agent-infra/mcp-server-search@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-search@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-search@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-search%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.0/manifests"},{"name":"@agent-infra/mcp-shared@1.1.6-beta.0","sha":"f479be81a2b197b12450413cbff4778013542f49","kind":"tag","published_at":"2025-05-29T02:49:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.0/manifests"},{"name":"@agent-tars/server@0.0.1-beta.5","sha":"e8c15c17d67714a0c1882c167292acc23e521379","kind":"tag","published_at":"2025-05-28T16:38:48.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.1-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.1-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.1-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.5/manifests"},{"name":"@agent-tars/core@0.0.1-beta.5","sha":"e8c15c17d67714a0c1882c167292acc23e521379","kind":"tag","published_at":"2025-05-28T16:38:48.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.1-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.1-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.1-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.5/manifests"},{"name":"@agent-tars/cli@0.0.1-beta.5","sha":"e8c15c17d67714a0c1882c167292acc23e521379","kind":"tag","published_at":"2025-05-28T16:38:48.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.1-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.1-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.1-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.5/manifests"},{"name":"@agent-tars/web-ui@0.0.1-beta.5","sha":"e8c15c17d67714a0c1882c167292acc23e521379","kind":"tag","published_at":"2025-05-28T16:38:48.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.1-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.1-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.1-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.5/manifests"},{"name":"@ui-tars/sdk@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.2-beta.2/manifests"},{"name":"@agent-tars/web-ui@0.0.1-beta.4","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.4/manifests"},{"name":"@multimodal/codeact-agent@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/codeact-agent@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/codeact-agent@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fcodeact-agent%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.3/manifests"},{"name":"@multimodal/config-loader@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/config-loader@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/config-loader@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fconfig-loader%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.3/manifests"},{"name":"@multimodal/deep-research-agent@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/deep-research-agent@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/deep-research-agent@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fdeep-research-agent%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.3/manifests"},{"name":"@multimodal/llm-client@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/llm-client@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/llm-client@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fllm-client%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.3/manifests"},{"name":"@multimodal/mcp-agent@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/mcp-agent@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/mcp-agent@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fmcp-agent%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.3/manifests"},{"name":"@multimodal/ui@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/ui@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/ui@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fui%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.3/manifests"},{"name":"@ui-tars/action-parser@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.2-beta.2/manifests"},{"name":"@ui-tars/cli@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.2-beta.2/manifests"},{"name":"@ui-tars/electron-ipc@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.2-beta.2/manifests"},{"name":"@ui-tars/operator-adb@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.2-beta.2/manifests"},{"name":"@ui-tars/operator-browser@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browser@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browser@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browser%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.2-beta.2/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.2-beta.2/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.2-beta.2/manifests"},{"name":"@ui-tars/shared@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.2-beta.2/manifests"},{"name":"@ui-tars/utio@1.2.2-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.2-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.2-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.2-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.2-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.2-beta.2/manifests"},{"name":"@agent-infra/browser-search@0.0.3-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-search@0.0.3-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-search@0.0.3-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-search%400.0.3-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.3-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.3-beta.2/manifests"},{"name":"@agent-infra/browser@0.1.1-beta.1","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.6-beta.2/manifests"},{"name":"@agent-infra/mcp-server-search@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-search@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-search@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-search%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.1.6-beta.2/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.6-beta.2/manifests"},{"name":"@multimodal/agent@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.3/manifests"},{"name":"@agent-tars/server@0.0.1-beta.4","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.4/manifests"},{"name":"@multimodal/agent-interface@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-interface@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-interface@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-interface%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.3/manifests"},{"name":"@multimodal/agent-snapshot@0.1.1-beta.3","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-snapshot@0.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-snapshot@0.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-snapshot%400.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.3/manifests"},{"name":"@agent-tars/core@0.0.1-beta.4","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.4/manifests"},{"name":"@agent-tars/cli@0.0.1-beta.4","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.1-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.1-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.1-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.4/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.6-beta.2/manifests"},{"name":"@agent-infra/search@0.0.3-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/search@0.0.3-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/search@0.0.3-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fsearch%400.0.3-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.3-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.3-beta.2/manifests"},{"name":"@agent-infra/mcp-client@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.6-beta.2/manifests"},{"name":"@agent-infra/mcp-shared@1.1.6-beta.2","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.6-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.6-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.6-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.6-beta.2/manifests"},{"name":"@agent-infra/browser-use@0.1.1-beta.1","sha":"0572f380871f7f1907c5076cd725f0dca5d35bdd","kind":"tag","published_at":"2025-05-28T16:31:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-use@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-use@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-use%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.1.1-beta.1/manifests"},{"name":"@multimodal/config-loader@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/config-loader@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/config-loader@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fconfig-loader%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.1/manifests"},{"name":"@multimodal/agent-snapshot@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-snapshot@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-snapshot@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-snapshot%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.1.1-beta.1/manifests"},{"name":"@multimodal/llm-client@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/llm-client@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/llm-client@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fllm-client%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.1/manifests"},{"name":"@multimodal/deep-research-agent@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/deep-research-agent@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/deep-research-agent@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fdeep-research-agent%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.1.1-beta.1/manifests"},{"name":"@multimodal/codeact-agent@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/codeact-agent@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/codeact-agent@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fcodeact-agent%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.1.1-beta.1/manifests"},{"name":"@multimodal/ui@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/ui@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/ui@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fui%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.1/manifests"},{"name":"@multimodal/mcp-agent@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/mcp-agent@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/mcp-agent@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fmcp-agent%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.1.1-beta.1/manifests"},{"name":"@agent-tars/cli@0.0.1-beta.2","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.2/manifests"},{"name":"@agent-tars/core@0.0.1-beta.2","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.2/manifests"},{"name":"@agent-tars/server@0.0.1-beta.2","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.2/manifests"},{"name":"@agent-tars/web-ui@0.0.1-beta.2","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.2/manifests"},{"name":"@multimodal/agent@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.1/manifests"},{"name":"@multimodal/agent-interface@0.1.1-beta.1","sha":"bf629f9121f28242238c0cead2c1ed978d5f5202","kind":"tag","published_at":"2025-05-28T16:11:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-interface@0.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-interface@0.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-interface%400.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.1.1-beta.1/manifests"},{"name":"@multimodal/agent-snapshot@0.0.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:25:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-snapshot@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-snapshot@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-snapshot%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-snapshot@0.0.0/manifests"},{"name":"@multimodal/mcp-agent@0.0.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:25:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/mcp-agent@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/mcp-agent@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fmcp-agent%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fmcp-agent@0.0.0/manifests"},{"name":"@multimodal/deep-research-agent@0.0.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:25:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/deep-research-agent@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/deep-research-agent@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fdeep-research-agent%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fdeep-research-agent@0.0.0/manifests"},{"name":"@multimodal/codeact-agent@0.0.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:25:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/codeact-agent@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/codeact-agent@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fcodeact-agent%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fcodeact-agent@0.0.0/manifests"},{"name":"@multimodal/agent-interface@0.0.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:25:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent-interface@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent-interface@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent-interface%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent-interface@0.0.0/manifests"},{"name":"mcp-http-server@1.1.6-beta.0","sha":"7d21fe3eae76bbac166bea5cb0268edf03f43b9b","kind":"tag","published_at":"2025-05-28T14:00:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.6-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.6-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.6-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.6-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.6-beta.0/manifests"},{"name":"@agent-infra/mcp-shared@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.5/manifests"},{"name":"@agent-infra/mcp-client@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.5/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.5/manifests"},{"name":"mcp-http-server@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.5/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.5/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.5","sha":"8f3188fd5435f67955d09bac090ee1f3e4f61acf","kind":"tag","published_at":"2025-05-28T04:25:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.5/manifests"},{"name":"@agent-infra/mcp-shared@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:56:00.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.4/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:55:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.4/manifests"},{"name":"mcp-http-server@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:55:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.4/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:55:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.4/manifests"},{"name":"@agent-infra/mcp-client@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:55:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.4/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.4","sha":"496c71b1cca5287684b2d080320c6252ea4af021","kind":"tag","published_at":"2025-05-27T15:55:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.4/manifests"},{"name":"mcp-http-server@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.3/manifests"},{"name":"@agent-infra/mcp-shared@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.3/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.3/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.3/manifests"},{"name":"@agent-infra/mcp-client@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.3/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.3","sha":"c1ff8f45fe826e74d4656f76e827e389c2440ae7","kind":"tag","published_at":"2025-05-27T08:35:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.3/manifests"},{"name":"@agent-infra/mcp-shared@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.2/manifests"},{"name":"mcp-http-server@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.2/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.2/manifests"},{"name":"@agent-infra/mcp-client@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.2/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.2/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.2","sha":"be9cee64b778b82ec9a6e067e41aa55d03b92a86","kind":"tag","published_at":"2025-05-22T12:56:23.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.2/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1/manifests"},{"name":"@agent-infra/mcp-client@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1/manifests"},{"name":"@agent-infra/mcp-shared@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1/manifests"},{"name":"mcp-http-server@1.1.1","sha":"ba0f2178e7eba66fac0f50af3a1af61b82e886fd","kind":"tag","published_at":"2025-05-22T08:57:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.1/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.3/manifests"},{"name":"mcp-http-server@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/mcp-http-server@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/mcp-http-server@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@mcp-http-server%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/mcp-http-server@1.1.1-beta.3/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.3/manifests"},{"name":"@agent-infra/mcp-shared@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.3/manifests"},{"name":"@agent-infra/mcp-client@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.3/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.1-beta.3","sha":"b4ed0156abbbdb39e316400caf3538468badc316","kind":"tag","published_at":"2025-05-22T08:32:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.1-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.1-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.1-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.3/manifests"},{"name":"@agent-infra/mcp-client@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-shared@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-http-server@1.1.1-beta.2","sha":"77676b2986143dd7e4b965b674564a383d6f84a9","kind":"tag","published_at":"2025-05-21T13:29:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-http-server@1.1.1-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-http-server@1.1.1-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-http-server%401.1.1-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-http-server@1.1.1-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-http-server@1.1.1-beta.2/manifests"},{"name":"@agent-infra/mcp-shared@1.1.1-beta.1","sha":"9d5d7c0d733206fc9238440105fbdc9f96be1650","kind":"tag","published_at":"2025-05-21T12:27:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-client@1.1.1-beta.1","sha":"9d5d7c0d733206fc9238440105fbdc9f96be1650","kind":"tag","published_at":"2025-05-21T12:27:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.1-beta.1","sha":"9d5d7c0d733206fc9238440105fbdc9f96be1650","kind":"tag","published_at":"2025-05-21T12:27:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.1-beta.1","sha":"9d5d7c0d733206fc9238440105fbdc9f96be1650","kind":"tag","published_at":"2025-05-21T12:27:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.1-beta.1","sha":"9d5d7c0d733206fc9238440105fbdc9f96be1650","kind":"tag","published_at":"2025-05-21T12:27:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.1/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.1-beta.0","sha":"1ef663993bace06cd00fc56e0daa6650afba2411","kind":"tag","published_at":"2025-05-21T09:55:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.1-beta.0/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.1-beta.0","sha":"1ef663993bace06cd00fc56e0daa6650afba2411","kind":"tag","published_at":"2025-05-21T09:55:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.1-beta.0/manifests"},{"name":"@agent-infra/mcp-shared@1.1.1-beta.0","sha":"1ef663993bace06cd00fc56e0daa6650afba2411","kind":"tag","published_at":"2025-05-21T09:55:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.1-beta.0/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.1-beta.0","sha":"1ef663993bace06cd00fc56e0daa6650afba2411","kind":"tag","published_at":"2025-05-21T09:55:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.1-beta.0/manifests"},{"name":"@agent-infra/mcp-client@1.1.1-beta.0","sha":"1ef663993bace06cd00fc56e0daa6650afba2411","kind":"tag","published_at":"2025-05-21T09:55:42.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.1-beta.0/manifests"},{"name":"@ui-tars/shared@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1/manifests"},{"name":"@agent-infra/mcp-client@1.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.1.0/manifests"},{"name":"@agent-infra/mcp-server-browser@1.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.1.0/manifests"},{"name":"@agent-infra/mcp-server-commands@1.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.1.0/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.1.0/manifests"},{"name":"@agent-infra/mcp-shared@1.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.1.0/manifests"},{"name":"@agent-infra/search@0.0.2","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/search@0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/search@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fsearch%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2/manifests"},{"name":"@ui-tars/action-parser@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1/manifests"},{"name":"@ui-tars/cli@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1/manifests"},{"name":"@ui-tars/electron-ipc@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1/manifests"},{"name":"@ui-tars/operator-adb@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1/manifests"},{"name":"@ui-tars/operator-browser@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browser@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browser@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browser%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1/manifests"},{"name":"@ui-tars/sdk@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1/manifests"},{"name":"@agent-infra/browser-use@0.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-use@0.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-use@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-use%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.1.0/manifests"},{"name":"@ui-tars/utio@1.2.1","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1/manifests"},{"name":"@agent-infra/browser@0.1.0","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser@0.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.1.0/manifests"},{"name":"@agent-infra/browser-search@0.0.2","sha":"833768da262552eb9bd547eeec70550b7b7525e4","kind":"tag","published_at":"2025-05-19T09:38:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-search@0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-search@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-search%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.15","sha":"fdb087b938546a7a263e2138b35ec32d62b7da1c","kind":"tag","published_at":"2025-05-19T09:27:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.15/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.15","sha":"fdb087b938546a7a263e2138b35ec32d62b7da1c","kind":"tag","published_at":"2025-05-19T09:27:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.15/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.15","sha":"fdb087b938546a7a263e2138b35ec32d62b7da1c","kind":"tag","published_at":"2025-05-19T09:27:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.15/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.15","sha":"fdb087b938546a7a263e2138b35ec32d62b7da1c","kind":"tag","published_at":"2025-05-19T09:27:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.15/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.15","sha":"fdb087b938546a7a263e2138b35ec32d62b7da1c","kind":"tag","published_at":"2025-05-19T09:27:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.15/manifests"},{"name":"@multimodal/llm-client@0.1.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/llm-client@0.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/llm-client@0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fllm-client%400.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.0/manifests"},{"name":"@multimodal/ui@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/ui@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/ui@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fui%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.0.0/manifests"},{"name":"@agent-infra/mcp-server-search@0.0.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-search@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-search@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-search%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@0.0.1/manifests"},{"name":"@agent-tars/core@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.0/manifests"},{"name":"@agent-tars/cli@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.0/manifests"},{"name":"@agent-tars/server@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.0/manifests"},{"name":"@agent-tars/web-ui@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.0/manifests"},{"name":"@multimodal/agent@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.0.0/manifests"},{"name":"@multimodal/config-loader@0.0.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:10:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/config-loader@0.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/config-loader@0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fconfig-loader%400.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.0.0/manifests"},{"name":"@ui-tars/cli@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1-beta.1/manifests"},{"name":"@ui-tars/utio@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1-beta.1/manifests"},{"name":"@ui-tars/shared@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1-beta.1/manifests"},{"name":"@ui-tars/sdk@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1-beta.1/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1-beta.1/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1-beta.1/manifests"},{"name":"@ui-tars/operator-browser@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browser@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browser@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browser%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1-beta.1/manifests"},{"name":"@ui-tars/operator-adb@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1-beta.1/manifests"},{"name":"@ui-tars/electron-ipc@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1-beta.1/manifests"},{"name":"@ui-tars/action-parser@1.2.1-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1-beta.1/manifests"},{"name":"@multimodal/ui@0.1.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/ui@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/ui@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fui%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fui@0.1.1-beta.0/manifests"},{"name":"@multimodal/llm-client@0.1.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/llm-client@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/llm-client@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fllm-client%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fllm-client@0.1.1-beta.0/manifests"},{"name":"@multimodal/config-loader@0.1.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/config-loader@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/config-loader@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fconfig-loader%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fconfig-loader@0.1.1-beta.0/manifests"},{"name":"@multimodal/agent@0.1.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@multimodal/agent@0.1.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@multimodal/agent@0.1.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40multimodal%2Fagent%400.1.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@multimodal%2Fagent@0.1.1-beta.0/manifests"},{"name":"@agent-tars/web-ui@0.0.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/web-ui@0.0.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/web-ui@0.0.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fweb-ui%400.0.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fweb-ui@0.0.1-beta.0/manifests"},{"name":"@agent-tars/server@0.0.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/server@0.0.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/server@0.0.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fserver%400.0.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fserver@0.0.1-beta.0/manifests"},{"name":"@agent-tars/core@0.0.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/core@0.0.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/core@0.0.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcore%400.0.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcore@0.0.1-beta.0/manifests"},{"name":"@agent-tars/cli@0.0.1-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-tars/cli@0.0.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-tars/cli@0.0.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-tars%2Fcli%400.0.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-tars%2Fcli@0.0.1-beta.0/manifests"},{"name":"@agent-infra/shared@0.0.2-beta.0","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/shared@0.0.2-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/shared@0.0.2-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fshared%400.0.2-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fshared@0.0.2-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fshared@0.0.2-beta.0/manifests"},{"name":"@agent-infra/search@0.0.2-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/search@0.0.2-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/search@0.0.2-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fsearch%400.0.2-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2-beta.1/manifests"},{"name":"@agent-infra/mcp-server-search@1.0.1-beta.10","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-search@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-search@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-search%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-search@1.0.1-beta.10/manifests"},{"name":"@agent-infra/browser-use@0.0.2-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-use@0.0.2-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-use@0.0.2-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-use%400.0.2-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.0.2-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.0.2-beta.1/manifests"},{"name":"@agent-infra/browser-search@0.0.2-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-search@0.0.2-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-search@0.0.2-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-search%400.0.2-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2-beta.1/manifests"},{"name":"@agent-infra/browser@0.0.3-beta.1","sha":"62cdd60f54d760de5ea288b2885e3c9d94169619","kind":"tag","published_at":"2025-05-17T14:06:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser@0.0.3-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser@0.0.3-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser%400.0.3-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.3-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.3-beta.1/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.14","sha":"6e151dcaf5bed2f61949449ef888e683ffb100b1","kind":"tag","published_at":"2025-05-17T04:40:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.14/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.14","sha":"6e151dcaf5bed2f61949449ef888e683ffb100b1","kind":"tag","published_at":"2025-05-17T04:40:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.14/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.14","sha":"6e151dcaf5bed2f61949449ef888e683ffb100b1","kind":"tag","published_at":"2025-05-17T04:40:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.14/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.14","sha":"6e151dcaf5bed2f61949449ef888e683ffb100b1","kind":"tag","published_at":"2025-05-17T04:40:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.14/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.14","sha":"6e151dcaf5bed2f61949449ef888e683ffb100b1","kind":"tag","published_at":"2025-05-17T04:40:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.14/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.13","sha":"a3f40139fdc3eb141198c56980a876f019564964","kind":"tag","published_at":"2025-05-17T03:18:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.13","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.13/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.13","sha":"a3f40139fdc3eb141198c56980a876f019564964","kind":"tag","published_at":"2025-05-17T03:18:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.13","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.13/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.13","sha":"a3f40139fdc3eb141198c56980a876f019564964","kind":"tag","published_at":"2025-05-17T03:18:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.13","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.13/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.13","sha":"a3f40139fdc3eb141198c56980a876f019564964","kind":"tag","published_at":"2025-05-17T03:18:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.13","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.13/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.13","sha":"a3f40139fdc3eb141198c56980a876f019564964","kind":"tag","published_at":"2025-05-17T03:18:27.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.13","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.13/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.12","sha":"5ecfa418b8ccb39e4368eaa539ac9f6b25196382","kind":"tag","published_at":"2025-05-17T03:02:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.12/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.12","sha":"5ecfa418b8ccb39e4368eaa539ac9f6b25196382","kind":"tag","published_at":"2025-05-17T03:02:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.12/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.12","sha":"5ecfa418b8ccb39e4368eaa539ac9f6b25196382","kind":"tag","published_at":"2025-05-17T03:02:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.12/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.12","sha":"5ecfa418b8ccb39e4368eaa539ac9f6b25196382","kind":"tag","published_at":"2025-05-17T03:02:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.12/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.12","sha":"5ecfa418b8ccb39e4368eaa539ac9f6b25196382","kind":"tag","published_at":"2025-05-17T03:02:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.12/manifests"},{"name":"v0.1.2","sha":"e20a6d7a41c3f0d7391ee1e4091de81de0f8d7d8","kind":"commit","published_at":"2025-05-16T13:35:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.1.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.2/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.11","sha":"25ef02b5a130bb283371cc678e11a79824d20764","kind":"tag","published_at":"2025-05-15T15:46:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.11/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.11","sha":"25ef02b5a130bb283371cc678e11a79824d20764","kind":"tag","published_at":"2025-05-15T15:46:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.11/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.11","sha":"25ef02b5a130bb283371cc678e11a79824d20764","kind":"tag","published_at":"2025-05-15T15:46:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.11/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.11","sha":"25ef02b5a130bb283371cc678e11a79824d20764","kind":"tag","published_at":"2025-05-15T15:46:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.11/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.11","sha":"25ef02b5a130bb283371cc678e11a79824d20764","kind":"tag","published_at":"2025-05-15T15:46:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.11/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.10","sha":"1a1b2f1c3d0999f769ded84c6427781b2093581b","kind":"tag","published_at":"2025-05-15T15:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.10/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.10","sha":"1a1b2f1c3d0999f769ded84c6427781b2093581b","kind":"tag","published_at":"2025-05-15T15:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.10/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.10","sha":"1a1b2f1c3d0999f769ded84c6427781b2093581b","kind":"tag","published_at":"2025-05-15T15:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.10/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.10","sha":"1a1b2f1c3d0999f769ded84c6427781b2093581b","kind":"tag","published_at":"2025-05-15T15:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.10/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.10","sha":"1a1b2f1c3d0999f769ded84c6427781b2093581b","kind":"tag","published_at":"2025-05-15T15:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.10/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.9","sha":"dde485354265f4abd3982e09fc2ecbaad945c0b0","kind":"tag","published_at":"2025-05-14T15:32:03.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.9/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.9","sha":"dde485354265f4abd3982e09fc2ecbaad945c0b0","kind":"tag","published_at":"2025-05-14T15:32:03.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.9/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.9","sha":"dde485354265f4abd3982e09fc2ecbaad945c0b0","kind":"tag","published_at":"2025-05-14T15:32:03.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.9/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.9","sha":"dde485354265f4abd3982e09fc2ecbaad945c0b0","kind":"tag","published_at":"2025-05-14T15:32:03.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.9/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.9","sha":"dde485354265f4abd3982e09fc2ecbaad945c0b0","kind":"tag","published_at":"2025-05-14T15:32:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.9/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.8","sha":"b9042bace71396937db84bd53270a6a9e914d41d","kind":"tag","published_at":"2025-05-14T13:55:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.8/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.8","sha":"b9042bace71396937db84bd53270a6a9e914d41d","kind":"tag","published_at":"2025-05-14T13:55:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.8/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.8","sha":"b9042bace71396937db84bd53270a6a9e914d41d","kind":"tag","published_at":"2025-05-14T13:55:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.8/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.8","sha":"b9042bace71396937db84bd53270a6a9e914d41d","kind":"tag","published_at":"2025-05-14T13:55:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.8/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.8","sha":"b9042bace71396937db84bd53270a6a9e914d41d","kind":"tag","published_at":"2025-05-14T13:55:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.8/manifests"},{"name":"@agent-infra/mcp-server-filesystem@1.0.1-beta.7","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:58:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@1.0.1-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@1.0.1-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%401.0.1-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@1.0.1-beta.7/manifests"},{"name":"@agent-infra/mcp-shared@1.0.1-beta.7","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:58:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@1.0.1-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@1.0.1-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%401.0.1-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@1.0.1-beta.7/manifests"},{"name":"@agent-infra/mcp-server-commands@1.0.1-beta.7","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:58:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@1.0.1-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@1.0.1-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%401.0.1-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@1.0.1-beta.7/manifests"},{"name":"@agent-infra/mcp-server-browser@1.0.1-beta.7","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:58:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@1.0.1-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@1.0.1-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%401.0.1-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@1.0.1-beta.7/manifests"},{"name":"@agent-infra/mcp-client@1.0.1-beta.7","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:58:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.1-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.1-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.1-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.1-beta.7/manifests"},{"name":"@agent-infra/mcp-server-commands@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-commands@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-commands@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-commands%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-commands@0.0.1/manifests"},{"name":"@agent-infra/bing-search@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/bing-search@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/bing-search@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbing-search%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbing-search@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbing-search@0.0.1/manifests"},{"name":"@agent-infra/mcp-server-filesystem@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-filesystem@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-filesystem@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-filesystem%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-filesystem@0.0.1/manifests"},{"name":"@agent-infra/shared@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/shared@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/shared@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fshared%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fshared@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fshared@0.0.1/manifests"},{"name":"@agent-infra/duckduckgo-search@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/duckduckgo-search@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/duckduckgo-search@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fduckduckgo-search%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fduckduckgo-search@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fduckduckgo-search@0.0.1/manifests"},{"name":"@agent-infra/logger@0.0.1","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/logger@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/logger@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Flogger%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.1/manifests"},{"name":"@agent-infra/mcp-client@1.0.0","sha":"9571c62fc2c63363043bcd1e7783e365800c0c1b","kind":"tag","published_at":"2025-05-14T12:55:57.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@1.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@1.0.0/manifests"},{"name":"v0.1.1","sha":"313ecf8172a7ebb80bdba27ade6873f1f31214b4","kind":"commit","published_at":"2025-05-12T10:01:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.1.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.1/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.6","sha":"5560f01d6a1ce4e965f188c0906428b7490fbaa7","kind":"tag","published_at":"2025-05-07T16:56:44.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.6/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.5","sha":"926620d677b2c4d2d43212f8290ef9020b5afe32","kind":"tag","published_at":"2025-05-07T16:31:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.5/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.4","sha":"331a9144fee9fbd598d2787a617d481e69a3f594","kind":"tag","published_at":"2025-05-07T16:11:38.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.4/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.3","sha":"22767758b53c3249af5019dcf55091b602a58fa2","kind":"tag","published_at":"2025-05-07T15:29:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.3/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.2","sha":"7486c81404704a22512498e54d4add002300ddf7","kind":"tag","published_at":"2025-05-07T14:40:14.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.2/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.1","sha":"3e32c3a16c88d844947b4a533e1ff55b2d8b635c","kind":"tag","published_at":"2025-05-07T14:14:55.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.1/manifests"},{"name":"@ui-tars/sdk@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.1-beta.0/manifests"},{"name":"@ui-tars/utio@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.1-beta.0/manifests"},{"name":"@ui-tars/shared@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.1-beta.0/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.1-beta.0/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.1-beta.0/manifests"},{"name":"@agent-infra/browser-use@0.0.2-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-use@0.0.2-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-use@0.0.2-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-use%400.0.2-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.0.2-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-use@0.0.2-beta.0/manifests"},{"name":"@agent-infra/browser@0.0.3-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser@0.0.3-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser@0.0.3-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser%400.0.3-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.3-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.3-beta.0/manifests"},{"name":"@agent-infra/search@0.0.2-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/search@0.0.2-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/search@0.0.2-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fsearch%400.0.2-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fsearch@0.0.2-beta.0/manifests"},{"name":"@ui-tars/action-parser@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.1-beta.0/manifests"},{"name":"@ui-tars/cli@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.1-beta.0/manifests"},{"name":"@ui-tars/electron-ipc@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.1-beta.0/manifests"},{"name":"@ui-tars/operator-adb@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.1-beta.0/manifests"},{"name":"@ui-tars/operator-browser@1.2.1-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browser@1.2.1-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browser@1.2.1-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browser%401.2.1-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.1-beta.0/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.3-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.3-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.3-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.3-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.3-beta.0/manifests"},{"name":"@agent-infra/browser-search@0.0.2-beta.0","sha":"5aa4606a96dc1a02c84db1be9f006909379441a8","kind":"tag","published_at":"2025-05-07T09:00:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser-search@0.0.2-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser-search@0.0.2-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser-search%400.0.2-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser-search@0.0.2-beta.0/manifests"},{"name":"@agent-infra/mcp-server-browser@0.0.2","sha":"7cf93d63acd2e4ed73180fe967ce49b0dd6e63d4","kind":"tag","published_at":"2025-05-07T06:29:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-server-browser@0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-server-browser@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-server-browser%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-server-browser@0.0.2/manifests"},{"name":"@agent-infra/mcp-client@0.5.1","sha":"d68155986913a3dd31f6b4c5d7d8805fd3ac107d","kind":"tag","published_at":"2025-05-06T12:39:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@0.5.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%400.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.5.1/manifests"},{"name":"@agent-infra/mcp-shared@0.0.2","sha":"d68155986913a3dd31f6b4c5d7d8805fd3ac107d","kind":"tag","published_at":"2025-05-06T12:39:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@0.0.2/manifests"},{"name":"@agent-infra/mcp-client@0.5.0","sha":"c1f2b6b8f8853fd08da428c96737caea776e701e","kind":"tag","published_at":"2025-04-27T07:40:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@0.5.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%400.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.5.0/manifests"},{"name":"@agent-infra/mcp-client@0.4.3","sha":"36ef65e27ca2e9513573d807a8a7825e488a6de0","kind":"tag","published_at":"2025-04-22T08:08:49.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-client@0.4.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-client@0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-client%400.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-client@0.4.3/manifests"},{"name":"@agent-infra/mcp-shared@0.0.1","sha":"36ef65e27ca2e9513573d807a8a7825e488a6de0","kind":"tag","published_at":"2025-04-22T08:08:49.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/mcp-shared@0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/mcp-shared@0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fmcp-shared%400.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fmcp-shared@0.0.1/manifests"},{"name":"@ui-tars/utio@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0/manifests"},{"name":"@ui-tars/shared@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0/manifests"},{"name":"@agent-infra/browser@0.0.2","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/browser@0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/browser@0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Fbrowser%400.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Fbrowser@0.0.2/manifests"},{"name":"@ui-tars/action-parser@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0/manifests"},{"name":"@ui-tars/cli@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0/manifests"},{"name":"@ui-tars/operator-adb@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0/manifests"},{"name":"@ui-tars/operator-browser@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browser@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browser@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browser%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browser@1.2.0/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0/manifests"},{"name":"@ui-tars/sdk@1.2.0","sha":"2e548d1ed2fff121832e4cb38f81ad087b251eef","kind":"tag","published_at":"2025-04-22T07:33:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0/manifests"},{"name":"v0.1.0","sha":"f79cfd7a3c92b8c2835e609ad4f1e2691898cca4","kind":"commit","published_at":"2025-04-20T07:43:43.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.1.0/manifests"},{"name":"v","sha":"16cc5eaaa25c84a0e6fd8854b30e42cfd4318efb","kind":"commit","published_at":"2025-04-19T04:38:15.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v/manifests"},{"name":"v0.0.9","sha":"6b70d2eee2a9e52156a1f91be2d266ea52575b4b","kind":"commit","published_at":"2025-04-18T10:00:38.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.9/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.8","sha":"6b70d2eee2a9e52156a1f91be2d266ea52575b4b","kind":"commit","published_at":"2025-04-18T10:00:38.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.8/manifests"},{"name":"v0.0.8","sha":"e6cb5472b27dd62a1791a8a6ee2ea277eb43a5a1","kind":"commit","published_at":"2025-04-08T02:55:25.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.8/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.7","sha":"a1c41a34cebe3646be518f6488008ce489050c96","kind":"commit","published_at":"2025-04-05T20:50:48.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.7/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.24/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.24/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.24/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.24/manifests"},{"name":"@agent-infra/logger@0.0.1-beta.1","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/logger@0.0.1-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/logger@0.0.1-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Flogger%400.0.1-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.1-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.1-beta.1/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.24/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.24/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.24/manifests"},{"name":"@ui-tars/operator-adb@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0-beta.24/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.24","sha":"2daddc21d9ea61348dc4d802e4b6afe6794cde29","kind":"tag","published_at":"2025-04-01T02:26:32.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.24","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.24/manifests"},{"name":"@ui-tars/operator-adb@1.2.0-beta.23","sha":"0b3bf3afc7bf1600d3ac1377e13bc1872360387d","kind":"tag","published_at":"2025-03-28T07:50:09.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-adb@1.2.0-beta.23","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-adb@1.2.0-beta.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-adb%401.2.0-beta.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0-beta.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-adb@1.2.0-beta.23/manifests"},{"name":"@agent-infra/logger@0.0.2-beta.0","sha":"0b3bf3afc7bf1600d3ac1377e13bc1872360387d","kind":"tag","published_at":"2025-03-28T07:50:09.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@agent-infra/logger@0.0.2-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@agent-infra/logger@0.0.2-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40agent-infra%2Flogger%400.0.2-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.2-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@agent-infra%2Flogger@0.0.2-beta.0/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.6","sha":"0c87e0ef9575534f5bc418508adc30ae96bd3d66","kind":"commit","published_at":"2025-03-26T10:21:31.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.6/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.5","sha":"8c054494e8ef31e8ee8d7cc5c04a3239ac5488cb","kind":"commit","published_at":"2025-03-23T12:47:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.5/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.4","sha":"ff5cde3a00f66e12e6f3417c85768fd2cd83272e","kind":"commit","published_at":"2025-03-22T21:48:01.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.4/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.3","sha":"23495b8d2b77b3d4f04501c9edfe42b2e1ccb2f2","kind":"commit","published_at":"2025-03-21T11:10:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.3/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.2","sha":"647b78eaab75b6b887b8a8635b1df8049596be64","kind":"commit","published_at":"2025-03-21T03:44:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.2/manifests"},{"name":"Agent-TARS-v1.0.0-alpha.1","sha":"911e1efce0cdec1143f236f2da61c6ec1c83dc63","kind":"commit","published_at":"2025-03-20T04:11:21.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/Agent-TARS-v1.0.0-alpha.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/Agent-TARS-v1.0.0-alpha.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@Agent-TARS-v1.0.0-alpha.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/Agent-TARS-v1.0.0-alpha.1/manifests"},{"name":"v0.0.7","sha":"2b9c631f1a3647c9f117bdaf0cbb8bfa3eac8303","kind":"commit","published_at":"2025-03-17T08:15:40.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.7/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.22/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.22/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.22/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.22/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.22/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.22/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.22/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.22","sha":"fcf9c95f15bc7be63fee38518be650892356b132","kind":"tag","published_at":"2025-03-17T08:01:17.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.22","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.22/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.21/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.21/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.21/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.21/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.21/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.21/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.21/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.21","sha":"74207c8f02f87db91172915564ddbeb41616cebe","kind":"tag","published_at":"2025-03-06T00:28:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.21","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.21/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.20/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.20/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.20/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:59.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.20/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.20/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.20/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.20/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.20","sha":"69c8210da7f965225bd5cc44dcaa09cc865383c3","kind":"tag","published_at":"2025-03-05T16:38:58.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.20","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.20/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.19/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.19/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.19/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:11.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.19/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:10.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.19/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:10.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.19/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:10.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.19/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.19","sha":"e1a54031d8cbf24b81a6cb732cd181ceaf057323","kind":"tag","published_at":"2025-03-04T15:10:10.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.19","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.19/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.18/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:36.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.18/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.18/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.18/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.18/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.18/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.18/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.18","sha":"b322432a91105d3fd9e5249e5ea2599685e2429e","kind":"tag","published_at":"2025-03-04T14:49:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.18","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.18/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.17/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.17/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.17/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.17/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.17/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:30.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.17/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.17/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.17","sha":"257d2e426f48bdd9cd852009412ba6bf70ca4938","kind":"tag","published_at":"2025-02-28T04:09:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.17","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.17/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.15","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.15/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.16","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.16","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.16/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.15","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.15/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.11","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:56.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.11/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.16","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:55.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.16","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.16/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.11","sha":"26063006d01859c9572f6766608529d7183d8c6c","kind":"tag","published_at":"2025-02-28T03:51:55.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.11/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.15","sha":"34f19db535c32a5fb0ae778482ff86457eaf6f95","kind":"tag","published_at":"2025-02-27T14:38:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.15/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.14","sha":"34f19db535c32a5fb0ae778482ff86457eaf6f95","kind":"tag","published_at":"2025-02-27T14:38:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.14/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.14","sha":"34f19db535c32a5fb0ae778482ff86457eaf6f95","kind":"tag","published_at":"2025-02-27T14:38:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.14","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.14/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.15","sha":"34f19db535c32a5fb0ae778482ff86457eaf6f95","kind":"tag","published_at":"2025-02-27T14:38:50.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.15","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.15/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.11","sha":"00e4126eb50ba9f02852124ad2f384268e8e2c0b","kind":"tag","published_at":"2025-02-23T16:01:25.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.11/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.11","sha":"00e4126eb50ba9f02852124ad2f384268e8e2c0b","kind":"tag","published_at":"2025-02-23T16:01:24.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.11/manifests"},{"name":"@ui-tars/operator-browserbase@1.2.0-beta.11","sha":"00e4126eb50ba9f02852124ad2f384268e8e2c0b","kind":"tag","published_at":"2025-02-23T16:01:24.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-browserbase@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-browserbase@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-browserbase%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-browserbase@1.2.0-beta.11/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.12","sha":"00e4126eb50ba9f02852124ad2f384268e8e2c0b","kind":"tag","published_at":"2025-02-23T16:01:24.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.12","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.12/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.11","sha":"1ba7482b1b1dd2e43889a3e117eb9583e758bbb0","kind":"tag","published_at":"2025-02-20T09:56:39.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.11","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.11/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.10/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.10/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.10/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.10/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.10/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.10/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.10","sha":"d2dab33f1413192832c1112998d97612ada962ca","kind":"tag","published_at":"2025-02-20T09:47:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.10","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.10/manifests"},{"name":"v0.0.6","sha":"107c04975f7b237888e7a8b7c1e73533297ecc3e","kind":"commit","published_at":"2025-02-20T07:56:13.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.6/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.9","sha":"25c7d5f240579da49ff01135fb98b65490c7d557","kind":"tag","published_at":"2025-02-20T07:36:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.9/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.9","sha":"25c7d5f240579da49ff01135fb98b65490c7d557","kind":"tag","published_at":"2025-02-20T07:36:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.9/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.9","sha":"25c7d5f240579da49ff01135fb98b65490c7d557","kind":"tag","published_at":"2025-02-20T07:36:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.9/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.9","sha":"25c7d5f240579da49ff01135fb98b65490c7d557","kind":"tag","published_at":"2025-02-20T07:36:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.9/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.7","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.7/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.7","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.7/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.9","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.9/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.7","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.7/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.9","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.9/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.9","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.9","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.9/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.7","sha":"c5dd4603f8a40966d52b6d63adf99ba7c72292b6","kind":"tag","published_at":"2025-02-20T07:09:33.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.7/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.8","sha":"4e5d176028483d931b9d435e4c035761e609c5e3","kind":"tag","published_at":"2025-02-19T17:13:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.8/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.8","sha":"4e5d176028483d931b9d435e4c035761e609c5e3","kind":"tag","published_at":"2025-02-19T17:13:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.8/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.8","sha":"4e5d176028483d931b9d435e4c035761e609c5e3","kind":"tag","published_at":"2025-02-19T17:13:02.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.8","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.8/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.7","sha":"6e9c38d5efca8276186413068481fdd9c0f0cece","kind":"tag","published_at":"2025-02-19T09:12:54.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.7/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.7","sha":"6e9c38d5efca8276186413068481fdd9c0f0cece","kind":"tag","published_at":"2025-02-19T09:12:54.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.7/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.7","sha":"6e9c38d5efca8276186413068481fdd9c0f0cece","kind":"tag","published_at":"2025-02-19T09:12:54.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.7","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.7/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.6/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.6/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.6/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.6/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.6/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.6/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.6","sha":"a83197d7a42cbeb026e4ac56e234c45057379142","kind":"tag","published_at":"2025-02-19T08:46:47.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.6","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.6/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.5/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.5/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.5/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.5/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.5/manifests"},{"name":"@ui-tars/utio@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:52.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.2.0-beta.5/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.5","sha":"12f4ce4706a7e0b99fd4376d7b42115dfc619f3b","kind":"tag","published_at":"2025-02-18T15:20:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.5/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.4/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.4/manifests"},{"name":"@ui-tars/utio@1.1.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.1.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.1.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.1.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.4/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.4/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.4/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.4/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.4","sha":"714a5c90e0be453aaeff5ecbd5bf6760dcfb9376","kind":"tag","published_at":"2025-02-18T11:14:34.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.4/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.3/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.3/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.3/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.3/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.3/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.3/manifests"},{"name":"@ui-tars/utio@1.1.0-beta.3","sha":"ffdd19799cd41a7d2691db557fa93e02911b6dff","kind":"tag","published_at":"2025-02-18T04:00:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.1.0-beta.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.1.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.1.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.3/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.2/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.2/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.2/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.2/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.2/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.2/manifests"},{"name":"@ui-tars/utio@1.1.0-beta.2","sha":"92719aac98031ba25184e054fbd7dc6b427afccf","kind":"tag","published_at":"2025-02-17T15:11:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.1.0-beta.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.1.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.1.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.2/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:20.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.1/manifests"},{"name":"@ui-tars/utio@1.1.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:20.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.1.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.1.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.1.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.1/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.1/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.1/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.1/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.1/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.1","sha":"0d9b254df97d81830e8d117d10b82d8618ace8cb","kind":"tag","published_at":"2025-02-17T12:59:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.1/manifests"},{"name":"@ui-tars/cli@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/cli@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/cli@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fcli%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fcli@1.2.0-beta.0/manifests"},{"name":"@ui-tars/utio@1.1.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.1.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.1.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.1.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.1.0-beta.0/manifests"},{"name":"@ui-tars/shared@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.2.0-beta.0/manifests"},{"name":"@ui-tars/sdk@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/sdk@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/sdk@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fsdk%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fsdk@1.2.0-beta.0/manifests"},{"name":"@ui-tars/operator-nut-js@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/operator-nut-js@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/operator-nut-js@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Foperator-nut-js%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Foperator-nut-js@1.2.0-beta.0/manifests"},{"name":"@ui-tars/electron-ipc@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/electron-ipc@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/electron-ipc@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Felectron-ipc%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Felectron-ipc@1.2.0-beta.0/manifests"},{"name":"@ui-tars/action-parser@1.2.0-beta.0","sha":"93d2f592c03fc1152d0070079cce7f99922e7ce5","kind":"tag","published_at":"2025-02-16T15:46:51.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.2.0-beta.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.2.0-beta.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.2.0-beta.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.2.0-beta.0/manifests"},{"name":"v0.0.5","sha":"e4294ac30044bde5b93dd4ad31f64abba8cd9d8d","kind":"commit","published_at":"2025-02-12T09:23:37.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.5","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"b7ea327c4fae9f7f062980d053698e8b4e4c1e0b","kind":"commit","published_at":"2025-02-08T17:22:29.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.4","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.4/manifests"},{"name":"v0.0.4-beta.1","sha":"6089fb54d798327759e0cb3d94b97794934e014a","kind":"commit","published_at":"2025-02-08T09:59:22.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.4-beta.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.4-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.4-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.4-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.4-beta.1/manifests"},{"name":"@ui-tars/utio@1.0.0","sha":"26f3305329b8d7c070b3600e937885a532f084ae","kind":"tag","published_at":"2025-02-07T03:32:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/utio@1.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/utio@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Futio%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Futio@1.0.0/manifests"},{"name":"@ui-tars/shared@1.1.0","sha":"26f3305329b8d7c070b3600e937885a532f084ae","kind":"tag","published_at":"2025-02-07T03:32:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.1.0/manifests"},{"name":"@ui-tars/action-parser@1.1.0","sha":"26f3305329b8d7c070b3600e937885a532f084ae","kind":"tag","published_at":"2025-02-07T03:32:16.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.1.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.1.0/manifests"},{"name":"v0.0.3","sha":"2b4adbae0d69699f60a9b7ea40a4d721e0f88e61","kind":"commit","published_at":"2025-01-27T16:00:00.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.3","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.3/manifests"},{"name":"@ui-tars/action-parser@1.0.1","sha":"91c73d6480ec9e03adb8f1ccc588ce5279729c01","kind":"tag","published_at":"2025-01-26T03:30:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.0.1/manifests"},{"name":"@ui-tars/shared@1.0.1","sha":"91c73d6480ec9e03adb8f1ccc588ce5279729c01","kind":"tag","published_at":"2025-01-26T03:30:19.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.0.1/manifests"},{"name":"v0.0.2","sha":"9db3f70a4253c47217c9109fe2c59b9da9e373aa","kind":"commit","published_at":"2025-01-24T05:04:35.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.2","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.2/manifests"},{"name":"@ui-tars/shared@1.0.0","sha":"6d14e166f6dd7497a2f7b0751d9542fb0ca32cb7","kind":"tag","published_at":"2025-01-22T13:29:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/shared@1.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/shared@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Fshared%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Fshared@1.0.0/manifests"},{"name":"@ui-tars/action-parser@1.0.0","sha":"6d14e166f6dd7497a2f7b0751d9542fb0ca32cb7","kind":"tag","published_at":"2025-01-22T13:29:46.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/@ui-tars/action-parser@1.0.0","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/@ui-tars/action-parser@1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@%40ui-tars%2Faction-parser%401.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/@ui-tars%2Faction-parser@1.0.0/manifests"},{"name":"v0.0.1","sha":"5bb30726049eb72caf1bd0be866a88d17604945d","kind":"commit","published_at":"2025-01-22T06:16:18.000Z","download_url":"https://codeload.github.com/bytedance/UI-TARS-desktop/tar.gz/v0.0.1","html_url":"https://github.com/bytedance/UI-TARS-desktop/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bytedance/UI-TARS-desktop@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-12-26T03:55:10.945Z","dependent_packages_count":0,"downloads":21531,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":4.545601959065094,"dependent_repos_count":23.814601704347172,"dependent_packages_count":34.352979422651956,"stargazers_count":0.5831170457888742,"forks_count":0.7436795973119172,"docker_downloads_count":null,"average":12.807995945833003},"purl":"pkg:npm/%40gui-agent/shared","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@gui-agent/shared","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@gui-agent/shared","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@gui-agent/shared/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-20T14:03:59.075Z","issues_count":425,"pull_requests_count":1453,"avg_time_to_close_issue":288701.93081761006,"avg_time_to_close_pull_request":148044.15646258503,"issues_closed_count":159,"pull_requests_closed_count":1176,"pull_request_authors_count":50,"issue_authors_count":234,"avg_comments_per_issue":0.7435294117647059,"avg_comments_per_pull_request":0.9862353750860289,"merged_pull_requests_count":1063,"bot_issues_count":0,"bot_pull_requests_count":36,"past_year_issues_count":425,"past_year_pull_requests_count":1453,"past_year_avg_time_to_close_issue":288701.93081761006,"past_year_avg_time_to_close_pull_request":148044.15646258503,"past_year_issues_closed_count":159,"past_year_pull_requests_closed_count":1176,"past_year_pull_request_authors_count":50,"past_year_issue_authors_count":234,"past_year_avg_comments_per_issue":0.7435294117647059,"past_year_avg_comments_per_pull_request":0.9862353750860289,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":36,"past_year_merged_pull_requests_count":1063,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytedance%2FUI-TARS-desktop/issues","maintainers":[{"login":"ulivz","count":938,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ulivz"},{"login":"ycjcl868","count":276,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ycjcl868"},{"login":"ZhaoHeh","count":119,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ZhaoHeh"},{"login":"skychx","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/skychx"},{"login":"cjraft","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cjraft"},{"login":"sanyuan0704","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanyuan0704"},{"login":"helio9cn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/helio9cn"},{"login":"Dugyu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Dugyu"},{"login":"yuyutaotao","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yuyutaotao"},{"login":"Taoran-Lu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Taoran-Lu"}],"active_maintainers":[{"login":"ulivz","count":938,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ulivz"},{"login":"ycjcl868","count":277,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ycjcl868"},{"login":"ZhaoHeh","count":119,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ZhaoHeh"},{"login":"skychx","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/skychx"},{"login":"cjraft","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cjraft"},{"login":"sanyuan0704","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanyuan0704"},{"login":"helio9cn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/helio9cn"},{"login":"Dugyu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Dugyu"},{"login":"Taoran-Lu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Taoran-Lu"},{"login":"yuyutaotao","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yuyutaotao"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@gui-agent%2Fshared/codemeta","maintainers":[{"uuid":"ulivz","login":"ulivz","name":null,"email":"472590061@qq.com","url":null,"packages_count":487,"html_url":"https://www.npmjs.com/~ulivz","role":null,"created_at":"2025-09-19T20:56:00.237Z","updated_at":"2025-09-19T20:56:00.237Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ulivz/packages"},{"uuid":"chenjian-bzh","login":"chenjian-bzh","name":null,"email":"chenjianpersonal@gmail.com","url":null,"packages_count":94,"html_url":"https://www.npmjs.com/~chenjian-bzh","role":null,"created_at":"2025-09-19T20:56:00.277Z","updated_at":"2025-09-19T20:56:00.277Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chenjian-bzh/packages"},{"uuid":"zhaoheh","login":"zhaoheh","name":null,"email":"zhaoqinghao01@gmail.com","url":null,"packages_count":105,"html_url":"https://www.npmjs.com/~zhaoheh","role":null,"created_at":"2025-10-15T10:54:09.197Z","updated_at":"2025-10-15T10:54:09.197Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zhaoheh/packages"}]}