{"id":13929402,"url":"https://github.com/AppImageCrafters/AppRun","last_synced_at":"2025-07-19T11:31:53.074Z","repository":{"id":38353549,"uuid":"252904019","full_name":"AppImageCrafters/AppRun","owner":"AppImageCrafters","description":"AppDir runtime components","archived":false,"fork":false,"pushed_at":"2022-06-30T17:14:09.000Z","size":382,"stargazers_count":27,"open_issues_count":12,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-16T04:50:20.258Z","etag":null,"topics":["appdir","appimage","apprun","execve-hook","hooks","runtime"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppImageCrafters.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}},"created_at":"2020-04-04T04:00:24.000Z","updated_at":"2024-10-19T21:57:45.000Z","dependencies_parsed_at":"2022-08-25T01:31:39.978Z","dependency_job_id":null,"html_url":"https://github.com/AppImageCrafters/AppRun","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FAppRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FAppRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FAppRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FAppRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppImageCrafters","download_url":"https://codeload.github.com/AppImageCrafters/AppRun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226597693,"owners_count":17657191,"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","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":["appdir","appimage","apprun","execve-hook","hooks","runtime"],"created_at":"2024-08-07T18:02:19.389Z","updated_at":"2024-11-26T18:30:43.699Z","avatar_url":"https://github.com/AppImageCrafters.png","language":"C","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# AppRun\n\n**A framework to create portable application bundles to be used on GNU/Linux systems**\n\n**_NOTE:_** If you're planing to pack your application as an AppImage please use [appimage-builder](https://appimage-builder.readthedocs.io/). \n\n## Motivation\n\nTo make an application bundle that could be used on different GNU/Linux systems the packager must face different\nchallenges which include:\n- absence of forward compatibility in libraries loaded from the system (i.e.: libc),\n- absolute interpreter paths in scripts shebang and elf executables,\n- application specific environment variables, \n- and fixed paths in binaries.\n\nWe aim to provide an effective solution for those problems.\n\n## Features\n\n- Forward and backward compatible bundles.\n- Private environment variables setup.\n- Private interpreters.\n- Path mappings (override paths in binaries).\n\n## Todo\n\n- Support libstdc++ runtime switching\n\n## Limitations\n\n- Don't work on statically linked executable (those are portable anyway).\n- Execution flow should not leave the bundle to ensure the private environment is preserved.\n- Path mappings only work on a hooked libc functions\n\n## Setup\n\n```shell\ngit clone https://github.com/AppImageCrafters/AppRun.git\nmkdir -p AppRun/build\n\ncd AppRun/build\ncmake .. -DCMAKE_BUILD_TYPE=Release\nmake\n```\n\n## Useful links\n\n- [Usage Instructions](docs/USAGE.md)\n- libc switching at runtime\n- private environment variables\n- path mappings\n- [License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppImageCrafters%2FAppRun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppImageCrafters%2FAppRun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppImageCrafters%2FAppRun/lists"}