{"id":14967086,"url":"https://github.com/golemfactory/ya-runtime-dbg","last_synced_at":"2026-01-19T03:01:30.891Z","repository":{"id":44547470,"uuid":"340049033","full_name":"golemfactory/ya-runtime-dbg","owner":"golemfactory","description":"A debugging tool for yagna runtimes based on runtime API","archived":false,"fork":false,"pushed_at":"2022-10-04T08:47:23.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T22:45:24.661Z","etag":null,"topics":["golem","ya-runtime"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/golemfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-18T12:51:58.000Z","updated_at":"2023-09-08T18:18:42.000Z","dependencies_parsed_at":"2023-01-19T05:01:05.543Z","dependency_job_id":null,"html_url":"https://github.com/golemfactory/ya-runtime-dbg","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/golemfactory/ya-runtime-dbg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fya-runtime-dbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fya-runtime-dbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fya-runtime-dbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fya-runtime-dbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golemfactory","download_url":"https://codeload.github.com/golemfactory/ya-runtime-dbg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golemfactory%2Fya-runtime-dbg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28559347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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"}},"keywords":["golem","ya-runtime"],"created_at":"2024-09-24T13:37:26.241Z","updated_at":"2026-01-19T03:01:30.873Z","avatar_url":"https://github.com/golemfactory.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ya-runtime-dbg\n\nA debugging tool for [yagna](https://github.com/golemfactory/yagna) runtimes based on [runtime API](https://github.com/golemfactory/yagna/tree/master/exe-unit/runtime-api).\n\n**Runtimes** are execution environments for applications built on `yagna`; e.g. `ya-runtime-vm` executes user-built images in a Virtual Machine environment. \nA tutorial on building an app can be found [here](https://handbook.golem.network/requestor-tutorials/create-your-own-application-on-golem).\n\n## Installation\n\nIn order to use this tool, you need to install the runtime of your interest. To install the default runtimes, follow [this part of the handbook](https://handbook.golem.network/provider-tutorials/provider-tutorial#installation).\n\nCheck the [releases](https://github.com/golemfactory/ya-runtime-dbg/releases) page for `deb` and `tar.gz` packages (x64 and Linux only) of this tool.\n\n## Command line\n\n```bash\nUSAGE:\n    ya-runtime-dbg [FLAGS] [OPTIONS] --runtime \u003cruntime\u003e --task-package \u003ctask-package\u003e --workdir \u003cworkdir\u003e [varargs]...\n\nFLAGS:\n        --no-deploy    Skip deployment phase\n    -h, --help         Prints help information\n    -V, --version      Prints version information\n\nOPTIONS:\n        --exec-mode \u003cexec-mode\u003e          Mode to execute commands in [default: shell]  [possible values:\n                                         Shell, Exec]\n        --exec-shell \u003cexec-shell\u003e        Execution shell (for \"--exec-mode shell\" or default mode) [default:\n                                         bash]\n    -r, --runtime \u003cruntime\u003e              Runtime binary\n    -w, --workdir \u003cworkdir\u003e              Working directory\n    -t, --task-package \u003ctask-package\u003e    Task package to deploy\n    -p, --protocol \u003cprotocol\u003e            Service protocol version [default: 0.1.0]\n\nARGS:\n    \u003cvarargs\u003e...    Additional runtime arguments\n```\n\n## Example invocation\n\n```bash\nya-runtime-dbg --runtime /usr/lib/yagna/plugins/ya-runtime-vm/ya-runtime-vm \\\n    --task-package /tmp/image.gvmi \\\n    --workdir /tmp/runtime \\\n    -- --cpu-cores 2\n```\n\n## Available runtimes\n\nAvailable runtimes can be discovered via [ya-runtime](https://github.com/topics/ya-runtime) topic on GH.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fya-runtime-dbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgolemfactory%2Fya-runtime-dbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgolemfactory%2Fya-runtime-dbg/lists"}