{"id":47659276,"url":"https://github.com/karellen/karellen-rr","last_synced_at":"2026-06-06T04:01:12.785Z","repository":{"id":346261307,"uuid":"1188864703","full_name":"karellen/karellen-rr","owner":"karellen","description":"Karellen spin of RR Debugger for Python wheel packaging","archived":false,"fork":false,"pushed_at":"2026-04-01T00:30:21.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-02T23:24:46.871Z","etag":null,"topics":["debugging","gcc","gdb","manylinux","python","reverse-debugging","rr","wheel","wheels"],"latest_commit_sha":null,"homepage":"","language":"Python","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/karellen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-22T17:28:39.000Z","updated_at":"2026-03-27T23:33:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/karellen/karellen-rr","commit_stats":null,"previous_names":["karellen/karellen-rr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/karellen/karellen-rr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karellen%2Fkarellen-rr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karellen%2Fkarellen-rr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karellen%2Fkarellen-rr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karellen%2Fkarellen-rr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karellen","download_url":"https://codeload.github.com/karellen/karellen-rr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karellen%2Fkarellen-rr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33968711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["debugging","gcc","gdb","manylinux","python","reverse-debugging","rr","wheel","wheels"],"created_at":"2026-04-02T10:36:35.140Z","updated_at":"2026-06-06T04:01:12.780Z","avatar_url":"https://github.com/karellen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Karellen rr\n\n[![Gitter](https://img.shields.io/gitter/room/karellen/Lobby?logo=gitter)](https://app.gitter.im/#/room/#karellen_Lobby:gitter.im)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/karellen/karellen-rr/build.yml?branch=master)](https://github.com/karellen/karellen-rr/actions/workflows/build.yml)\n[![Karellen rr Version](https://img.shields.io/pypi/v/karellen-rr?logo=pypi)](https://pypi.org/project/karellen-rr/)\n[![Karellen rr Downloads Per Day](https://img.shields.io/pypi/dd/karellen-rr?logo=pypi)](https://pypistats.org/packages/karellen-rr)\n[![Karellen rr Downloads Per Week](https://img.shields.io/pypi/dw/karellen-rr?logo=pypi)](https://pypistats.org/packages/karellen-rr)\n[![Karellen rr Downloads Per Month](https://img.shields.io/pypi/dm/karellen-rr?logo=pypi)](https://pypistats.org/packages/karellen-rr)\n\n[rr](https://rr-project.org/) reverse debugger packaged as a pip-installable\nPython wheel for Linux x86_64 and aarch64.\n\n## Overview\n\nThis project builds the `rr` reverse debugger inside a `manylinux_2_28` Docker\ncontainer and packages it as a `py3-none-manylinux_2_28_x86_64` wheel using\n[wheel-axle](https://github.com/karellen/wheel-axle). The resulting wheel can\nbe installed with pip and provides the `rr` binary on PATH.\n\n## Installation\n\n```bash\npip install karellen-rr\n```\n\nAfter installation, `rr` is available directly:\n\n```bash\nrr record ./my-program\nrr replay\n```\n\n## Building\n\n### Prerequisites\n\n- Docker\n- Python 3.10+\n- `wheel-axle` and `setuptools` (`pip install -r requirements.txt`)\n\n### Build Steps\n\n```bash\n# Build rr inside manylinux_2_28 container\npython docker-build.py\n\n# Package on host\npython packager.py -t rr.install\n\n# Smoke test\nbash test-build.sh\n```\n\n## Licenses\n\n- **Packaging infrastructure** (this project): Apache License 2.0\n- **rr**: MIT License (see `rr/LICENSE`)\n- **Cap'n Proto**: MIT License (see `capnproto/LICENSE`)\n\nAll component licenses are bundled in the wheel under\n`share/karellen-rr/licenses/`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarellen%2Fkarellen-rr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarellen%2Fkarellen-rr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarellen%2Fkarellen-rr/lists"}