{"id":13435732,"url":"https://github.com/openwrt/openwrt","last_synced_at":"2026-01-24T02:14:59.746Z","repository":{"id":37314837,"uuid":"45821540","full_name":"openwrt/openwrt","owner":"openwrt","description":"This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins.  We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.","archived":false,"fork":false,"pushed_at":"2025-05-13T01:39:31.000Z","size":264746,"stargazers_count":22421,"open_issues_count":3365,"forks_count":11153,"subscribers_count":593,"default_branch":"main","last_synced_at":"2025-05-13T02:32:08.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openwrt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","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},"funding":{"custom":["https://openwrt.org/donate"]}},"created_at":"2015-11-09T07:13:55.000Z","updated_at":"2025-05-13T01:36:29.000Z","dependencies_parsed_at":"2023-10-04T06:07:00.742Z","dependency_job_id":"a8ffc710-e95f-4555-bffd-ab830bd33162","html_url":"https://github.com/openwrt/openwrt","commit_stats":{"total_commits":62799,"total_committers":1442,"mean_commits":43.5499306518724,"dds":0.8438987881972643,"last_synced_commit":"8a7239009c5f4b28b696042b70ed1f8f89902915"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwrt%2Fopenwrt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwrt%2Fopenwrt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwrt%2Fopenwrt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwrt%2Fopenwrt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openwrt","download_url":"https://codeload.github.com/openwrt/openwrt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929355,"owners_count":21985802,"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-07-31T03:00:38.491Z","updated_at":"2026-01-24T02:14:59.695Z","avatar_url":"https://github.com/openwrt.png","language":"C","readme":"![OpenWrt logo](include/logo.png)\n\nOpenWrt Project is a Linux operating system targeting embedded devices. Instead\nof trying to create a single, static firmware, OpenWrt provides a fully\nwritable filesystem with package management. This frees you from the\napplication selection and configuration provided by the vendor and allows you\nto customize the device through the use of packages to suit any application.\nFor developers, OpenWrt is the framework to build an application without having\nto build a complete firmware around it; for users this means the ability for\nfull customization, to use the device in ways never envisioned.\n\nSunshine!\n\n## Download\n\nBuilt firmware images are available for many architectures and come with a\npackage selection to be used as WiFi home router. To quickly find a factory\nimage usable to migrate from a vendor stock firmware to OpenWrt, try the\n*Firmware Selector*.\n\n* [OpenWrt Firmware Selector](https://firmware-selector.openwrt.org/)\n\nIf your device is supported, please follow the **Info** link to see install\ninstructions or consult the support resources listed below.\n\n## \n\nAn advanced user may require additional or specific package. (Toolchain, SDK, ...) For everything else than simple firmware download, try the wiki download page:\n\n* [OpenWrt Wiki Download](https://openwrt.org/downloads)\n\n## Development\n\nTo build your own firmware you need a GNU/Linux, BSD or macOS system (case\nsensitive filesystem required). Cygwin is unsupported because of the lack of a\ncase sensitive file system.\n\n### Requirements\n\nYou need the following tools to compile OpenWrt, the package names vary between\ndistributions. A complete list with distribution specific packages is found in\nthe [Build System Setup](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem)\ndocumentation.\n\n```\nbinutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev\nmake4.1+ perl python3.7+ rsync subversion unzip which\n```\n\n### Quickstart\n\n1. Run `./scripts/feeds update -a` to obtain all the latest package definitions\n   defined in feeds.conf / feeds.conf.default\n\n2. Run `./scripts/feeds install -a` to install symlinks for all obtained\n   packages into package/feeds/\n\n3. Run `make menuconfig` to select your preferred configuration for the\n   toolchain, target system \u0026 firmware packages.\n\n4. Run `make` to build your firmware. This will download all sources, build the\n   cross-compile toolchain and then cross-compile the GNU/Linux kernel \u0026 all chosen\n   applications for your target system.\n\n### Related Repositories\n\nThe main repository uses multiple sub-repositories to manage packages of\ndifferent categories. All packages are installed via the OpenWrt package\nmanager called `opkg`. If you're looking to develop the web interface or port\npackages to OpenWrt, please find the fitting repository below.\n\n* [LuCI Web Interface](https://github.com/openwrt/luci): Modern and modular\n  interface to control the device via a web browser.\n\n* [OpenWrt Packages](https://github.com/openwrt/packages): Community repository\n  of ported packages.\n\n* [OpenWrt Routing](https://github.com/openwrt/routing): Packages specifically\n  focused on (mesh) routing.\n\n* [OpenWrt Video](https://github.com/openwrt/video): Packages specifically\n  focused on display servers and clients (Xorg and Wayland).\n\n## Support Information\n\nFor a list of supported devices see the [OpenWrt Hardware Database](https://openwrt.org/supported_devices)\n\n### Documentation\n\n* [Quick Start Guide](https://openwrt.org/docs/guide-quick-start/start)\n* [User Guide](https://openwrt.org/docs/guide-user/start)\n* [Developer Documentation](https://openwrt.org/docs/guide-developer/start)\n* [Technical Reference](https://openwrt.org/docs/techref/start)\n\n### Support Community\n\n* [Forum](https://forum.openwrt.org): For usage, projects, discussions and hardware advise.\n* [Support Chat](https://webchat.oftc.net/#openwrt): Channel `#openwrt` on **oftc.net**.\n\n### Developer Community\n\n* [Bug Reports](https://bugs.openwrt.org): Report bugs in OpenWrt\n* [Dev Mailing List](https://lists.openwrt.org/mailman/listinfo/openwrt-devel): Send patches\n* [Dev Chat](https://webchat.oftc.net/#openwrt-devel): Channel `#openwrt-devel` on **oftc.net**.\n\n## License\n\nOpenWrt is licensed under GPL-2.0\n","funding_links":["https://openwrt.org/donate"],"categories":["C","Apps","others","Firmware","HarmonyOS","OS"],"sub_categories":["InfraManagement","Windows Manager","Low Level"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwrt%2Fopenwrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenwrt%2Fopenwrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwrt%2Fopenwrt/lists"}