{"id":15013123,"url":"https://github.com/tauri-apps/apprun","last_synced_at":"2025-10-06T07:30:26.900Z","repository":{"id":65978585,"uuid":"590148786","full_name":"tauri-apps/AppRun","owner":"tauri-apps","description":"AppDir runtime components","archived":false,"fork":true,"pushed_at":"2023-03-24T20:17:08.000Z","size":303,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T21:06:03.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AppImageCrafters/AppRun","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tauri-apps.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}},"created_at":"2023-01-17T19:02:41.000Z","updated_at":"2024-04-02T08:23:03.000Z","dependencies_parsed_at":"2023-02-19T19:31:36.578Z","dependency_job_id":null,"html_url":"https://github.com/tauri-apps/AppRun","commit_stats":{"total_commits":245,"total_committers":5,"mean_commits":49.0,"dds":0.03265306122448974,"last_synced_commit":"287bcd4ddf302edbf8f76323218ea40b7e61904e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2FAppRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2FAppRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2FAppRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2FAppRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tauri-apps","download_url":"https://codeload.github.com/tauri-apps/AppRun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235510114,"owners_count":19001650,"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":[],"created_at":"2024-09-24T19:43:46.383Z","updated_at":"2025-10-06T07:30:21.605Z","avatar_url":"https://github.com/tauri-apps.png","language":"C","funding_links":[],"categories":[],"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%2Ftauri-apps%2Fapprun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftauri-apps%2Fapprun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauri-apps%2Fapprun/lists"}