{"id":20635909,"url":"https://github.com/streamlink/streamlink-appimage","last_synced_at":"2025-04-15T21:26:50.423Z","repository":{"id":44332236,"uuid":"338379949","full_name":"streamlink/streamlink-appimage","owner":"streamlink","description":"Streamlink Linux AppImage builds","archived":false,"fork":false,"pushed_at":"2025-04-13T11:29:19.000Z","size":174,"stargazers_count":41,"open_issues_count":1,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-13T12:28:29.496Z","etag":null,"topics":["appimage","linux","streamlink"],"latest_commit_sha":null,"homepage":"https://streamlink.github.io/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamlink.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["bastimeyer"]}},"created_at":"2021-02-12T17:00:55.000Z","updated_at":"2025-04-13T11:29:22.000Z","dependencies_parsed_at":"2023-09-28T01:15:38.491Z","dependency_job_id":"cfa1e355-aee2-4615-911c-bc8bdc343027","html_url":"https://github.com/streamlink/streamlink-appimage","commit_stats":null,"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlink%2Fstreamlink-appimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlink%2Fstreamlink-appimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlink%2Fstreamlink-appimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlink%2Fstreamlink-appimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamlink","download_url":"https://codeload.github.com/streamlink/streamlink-appimage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249156062,"owners_count":21221705,"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":["appimage","linux","streamlink"],"created_at":"2024-11-16T15:08:05.599Z","updated_at":"2025-04-15T21:26:50.412Z","avatar_url":"https://github.com/streamlink.png","language":"Shell","funding_links":["https://github.com/sponsors/bastimeyer"],"categories":[],"sub_categories":[],"readme":"Streamlink AppImage\n====\n\nLinux [AppImage][appimage] build config for [Streamlink][streamlink]\n\n\u003e [!IMPORTANT]  \n\u003e Streamlink `7.0.0` changes:\n\u003e - ⚠️ Upgraded from `manylinux2014` to `manylinux_2_28` (requires glibc 2.28+ - Aug 2018).\n\u003e - ⚠️ No more `i686` AppImage builds (unsupported on `manylinux_2_28`).\n\n### Contents\n\n- [a Python environment](https://github.com/streamlink/appimage-buildenv)\n- [Streamlink and its dependencies](https://github.com/streamlink/streamlink)\n- [FFmpeg, for muxing streams (optional)](https://github.com/streamlink/FFmpeg-Builds)\n\n### Supported architectures\n\n- x86\\_64\n- aarch64\n\n### How to\n\n1. Verify that the system is running on at least [glibc][glibc-wikipedia] [2.28 (Aug 2018)][glibc-release-distro-mapping] (see `ld.so --version`)\n\n2. [Download the AppImage file matching the system's CPU architecture][releases] (see `uname --machine`)\n\n3. Set the executable flag via a file browser or `chmod +x filename` from a command-line shell\n\n   ```bash\n   # AppImage file names include the release version,\n   # the Python version, platform name and CPU architecture\n   chmod +x streamlink-7.0.0-1-cp312-cp312-manylinux_2_28_x86_64.AppImage\n   ```\n\n4. Run the AppImage with any command-line parameters supported by Streamlink\n\n   ```bash\n   ./streamlink-7.0.0-1-cp312-cp312-manylinux_2_28_x86_64.AppImage --loglevel=debug\n   ```\n\n### What are AppImages\n\nAppImages are portable applications which are independent of the Linux distribution in use and its package management. Just set the executable flag on the AppImage file and run it.\n\nThe only requirement is having [FUSE][appimage-fuse] installed for being able to mount the contents of the AppImage's SquashFS, which is done automatically. Also, only glibc-based systems are currently supported.\n\nNote: Check out [AppImageLauncher][appimagelauncher], which automates the setup and system integration of AppImages. AppImageLauncher may also be available via your distro's package management.\n\nAdditional information, like for example how to inspect the AppImage contents or how to extract the contents if [FUSE][appimage-fuse] is not available on your system, can be found in the [AppImage documentation][appimage-documentation].\n\n### About\n\nThese AppImages are built using the [`streamlink/appimage-buildenv-*`][streamlink-appimage-buildenv] docker images, which are based on the [`pypa/manylinux`][manylinux] project and the [`manylinux_2_28`][manylinux_2_28] platform, which is based on AlmaLinux 8. The pre-built Python install and its needed runtime libraries are copied from the docker image (see the manylinux build files) into the AppImages, in addition to the main Python application code, namely Streamlink and its dependencies, which are pulled from GitHub and PyPI. Streamlink's AppImages optionally bundle third-party software, like [Streamlink's own FFmpeg builds][ffmpeg-builds].\n\n### Build\n\nRequirements: `git`, `jq`, `yq`, `docker`  \nSupported architectures: `x86_64`, `aarch64`  \nOptionally bundled software: `ffmpeg`\n\n```bash\n# Build\n./build.sh [--arch=$ARCH] [--gitrepo=$GITREPO] [--gitref=$GITREF] [--bundle=...]\n\n# Get new list of Python dependencies (for updating config.yml)\n./get-dependencies.sh [--arch=$ARCH] [--gitrepo=$GITREPO] [--gitref=$GITREF] [depspec...]\n```\n\nThe AppImages are reproducible when `SOURCE_DATE_EPOCH` is set:\n\n```bash\nexport SOURCE_DATE_EPOCH=$(git show -s --format=%ct)\n```\n\n\n[appimage]: https://appimage.org/\n[appimage-documentation]: https://docs.appimage.org/user-guide/run-appimages.html\n[appimage-fuse]: https://docs.appimage.org/user-guide/troubleshooting/fuse.html\n[streamlink]: https://github.com/streamlink/streamlink\n[streamlink-appimage-buildenv]: https://github.com/streamlink/appimage-buildenv\n[ffmpeg-builds]: https://github.com/streamlink/FFmpeg-Builds\n[releases]: https://github.com/streamlink/streamlink-appimage/releases\n[appimagelauncher]: https://github.com/TheAssassin/AppImageLauncher\n[manylinux]: https://github.com/pypa/manylinux\n[manylinux_2_28]: https://github.com/pypa/manylinux#manylinux_2_28-almalinux-8-based\n[glibc-wikipedia]: https://en.wikipedia.org/wiki/Glibc\n[glibc-release-distro-mapping]: https://sourceware.org/glibc/wiki/Release#Distribution_Branch_Mapping\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlink%2Fstreamlink-appimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamlink%2Fstreamlink-appimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlink%2Fstreamlink-appimage/lists"}