{"id":17994932,"url":"https://github.com/p0dalirius/linux-kernels","last_synced_at":"2026-03-01T23:31:46.780Z","repository":{"id":39811286,"uuid":"465826864","full_name":"p0dalirius/linux-kernels","owner":"p0dalirius","description":"List of linux kernel versions and download links in JSON","archived":false,"fork":false,"pushed_at":"2024-06-29T07:37:04.000Z","size":225,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-03T18:49:44.819Z","etag":null,"topics":["json","kernels","linux","list"],"latest_commit_sha":null,"homepage":"https://podalirius.net/","language":"Python","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/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-03-03T17:50:36.000Z","updated_at":"2025-07-01T10:45:11.000Z","dependencies_parsed_at":"2024-06-29T08:38:29.322Z","dependency_job_id":"bb5075a4-e31c-4dd6-bece-f4ff6195dab5","html_url":"https://github.com/p0dalirius/linux-kernels","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p0dalirius/linux-kernels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Flinux-kernels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Flinux-kernels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Flinux-kernels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Flinux-kernels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/linux-kernels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Flinux-kernels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["json","kernels","linux","list"],"created_at":"2024-10-29T20:17:13.799Z","updated_at":"2026-03-01T23:31:46.764Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","readme":"# Linux-kernels\n\n\u003cp align=\"center\"\u003e\n    List of linux kernel versions and download links in JSON\n    \u003cbr\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n## Data format\n\n```json\n{\n    \"kernels\": {\n        \"1\": {\n            \"0\": [\n                {\n                    \"link\": \"https://cdn.kernel.org/pub/linux/kernel/v1.0/linux-1.0.patch.alpha.bz2\",\n                    \"version\": \"1.0.patch.alpha\",\n                    \"major\": \"1\",\n                    \"minor\": \"0\"\n                },\n                {\n                    \"link\": \"https://cdn.kernel.org/pub/linux/kernel/1.0.patch.alphalinux-1.0.patch.alpha.gz\",\n                    \"version\": \"1.0.patch.alpha\",\n                    \"major\": \"1\",\n                    \"minor\": \"0\"\n                },\n                {\n                    \"link\": \"https://cdn.kernel.org/pub/linux/kernel/1.0.patch.alphalinux-1.0.patch.alpha.sign\",\n                    \"version\": \"1.0.patch.alpha\",\n                    \"major\": \"1\",\n                    \"minor\": \"0\"\n                }\n              ...\n              ]\n        }\n    }\n}\n```\n\n## Generate kernels.json\n\nYou can generate/update this list of kernel in JSON locally:\n\n```\n$ ./get_kernels.py \n[+] Parsing v1.0/ ...\n[+] Parsing v1.1/ ...\n[+] Parsing v1.2/ ...\n[+] Parsing v1.3/ ...\n[+] Parsing v2.0/ ...\n[+] Parsing v2.1/ ...\n[+] Parsing v2.2/ ...\n[+] Parsing v2.3/ ...\n[+] Parsing v2.4/ ...\n[+] Parsing v2.5/ ...\n[+] Parsing v2.6/ ...\n[+] Parsing v3.0/ ...\n[+] Parsing v3.x/ ...\n[+] Parsing v4.x/ ...\n[+] Parsing v5.x/ ...\n[+] Parsing v6.x/ ...\n```\n\n## Contributing\n\nPull requests are welcome. Feel free to open an issue if you want to add other features.\n","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Flinux-kernels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Flinux-kernels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Flinux-kernels/lists"}