[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6258":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},6258,"immortalwrt","immortalwrt\u002Fimmortalwrt","An opensource OpenWrt variant for mainland China users.","https:\u002F\u002Fdownloads.immortalwrt.org",null,"C",10963,3611,97,44,0,6,57,209,24,45,"Other",false,"master",[],"2026-06-12 02:01:17","\u003Cimg src=\"https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F53193414?s=200&v=4\" alt=\"logo\" width=\"200\" height=\"200\" align=\"right\">\n\n# Project ImmortalWrt\n\nImmortalWrt is a fork of [OpenWrt](https:\u002F\u002Fopenwrt.org), with more packages ported, more devices supported, default optimized profiles and localization modifications for mainland China users.\u003Cbr\u002F>\nCompared to upstream, we allow to use (non-upstreamable) modifications\u002Fhacks to provide better feature\u002Fperformance\u002Fsupport.\n\nDefault login address: http:\u002F\u002F192.168.1.1 or http:\u002F\u002Fimmortalwrt.lan, username: __root__, password: _none_.\n\n## Download\nBuilt firmware images are available for many architectures and come with a package selection to be used as WiFi home router. To quickly find a factory image usable to migrate from a vendor stock firmware to ImmortalWrt, try the *Firmware Selector*.\n\n- [ImmortalWrt Firmware Selector](https:\u002F\u002Ffirmware-selector.immortalwrt.org\u002F)\n\nIf your device is supported, please follow the **Info** link to see install instructions or consult the support resources listed below.\n\n## Development\nTo build your own firmware you need a GNU\u002FLinux, BSD or macOS system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.\u003Cbr\u002F>\n\n  ### Requirements\n  To build with this project, Debian 11 is preferred. And you need use the CPU based on AMD64 architecture, with at least 4GB RAM and 25 GB available disk space. Make sure the __Internet__ is accessible.\n\n  The following tools are needed to compile ImmortalWrt, the package names vary between distributions.\n\n  - Here is an example for Debian\u002FUbuntu users:\u003Cbr\u002F>\n    - Method 1:\n      \u003Cdetails>\n        \u003Csummary>Setup dependencies via APT\u003C\u002Fsummary>\n\n        ```bash\n        sudo apt update -y\n        sudo apt full-upgrade -y\n        sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \\\n          bzip2 ccache clang cmake cpio curl device-tree-compiler ecj fastjar flex gawk gettext gcc-multilib \\\n          g++-multilib git gnutls-dev gperf haveged help2man intltool lib32gcc-s1 libc6-dev-i386 libelf-dev \\\n          libglib2.0-dev libgmp3-dev libltdl-dev libmpc-dev libmpfr-dev libncurses-dev libpython3-dev \\\n          libreadline-dev libssl-dev libtool libyaml-dev libz-dev lld llvm lrzsz mkisofs msmtp nano \\\n          ninja-build p7zip p7zip-full patch pkgconf python3 python3-pip python3-ply python3-docutils \\\n          python3-pyelftools qemu-utils re2c rsync scons squashfs-tools subversion swig texinfo uglifyjs \\\n          upx-ucl unzip vim wget xmlto xxd zlib1g-dev zstd\n        ```\n      \u003C\u002Fdetails>\n    - Method 2:\n      ```bash\n      sudo bash -c 'bash \u003C(curl -s https:\u002F\u002Fbuild-scripts.immortalwrt.org\u002Finit_build_environment.sh)'\n      ```\n\n  Note:\n  - Do everything as an unprivileged user, not root, without sudo.\n  - Using CPUs based on other architectures should be fine to compile ImmortalWrt, but more hacks are needed - No warranty at all.\n  - You must __not__ have spaces or non-ascii characters in PATH or in the work folders on the drive.\n  - If you're using Windows Subsystem for Linux (or WSL), removing Windows folders from PATH is required, please see [Build system setup WSL](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-developer\u002Fbuild-system\u002Fwsl) documentation.\n  - Using macOS as the host build OS is __not__ recommended. No warranty at all. You can get tips from [Build system setup macOS](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-developer\u002Fbuild-system\u002Fbuildroot.exigence.macosx) documentation.\n  - For more details, please see [Build system setup](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-developer\u002Fbuild-system\u002Finstall-buildsystem) documentation.\n\n  ### Quickstart\n  1. Run `git clone -b \u003Cbranch> --single-branch --filter=blob:none https:\u002F\u002Fgithub.com\u002Fimmortalwrt\u002Fimmortalwrt` to clone the source code.\n  2. Run `cd immortalwrt` to enter source directory.\n  3. Run `.\u002Fscripts\u002Ffeeds update -a` to obtain all the latest package definitions defined in feeds.conf \u002F feeds.conf.default\n  4. Run `.\u002Fscripts\u002Ffeeds install -a` to install symlinks for all obtained packages into package\u002Ffeeds\u002F\n  5. Run `make menuconfig` to select your preferred configuration for the toolchain, target system & firmware packages.\n  6. Run `make` to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU\u002FLinux kernel & all chosen applications for your target system.\n\n  ### Related Repositories\n  The main repository uses multiple sub-repositories to manage packages of different categories. All packages are installed via the OpenWrt package manager called opkg. If you're looking to develop the web interface or port packages to ImmortalWrt, please find the fitting repository below.\n  - [LuCI Web Interface](https:\u002F\u002Fgithub.com\u002Fimmortalwrt\u002Fluci): Modern and modular interface to control the device via a web browser.\n  - [ImmortalWrt Packages](https:\u002F\u002Fgithub.com\u002Fimmortalwrt\u002Fpackages): Community repository of ported packages.\n  - [OpenWrt Routing](https:\u002F\u002Fgithub.com\u002Fopenwrt\u002Frouting): Packages specifically focused on (mesh) routing.\n  - [OpenWrt Video](https:\u002F\u002Fgithub.com\u002Fopenwrt\u002Fvideo): Packages specifically focused on display servers and clients (Xorg and Wayland).\n\n## Support Information\nFor a list of supported devices see the [OpenWrt Hardware Database](https:\u002F\u002Fopenwrt.org\u002Fsupported_devices)\n  ### Documentation\n  - [Quick Start Guide](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-quick-start\u002Fstart)\n  - [User Guide](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-user\u002Fstart)\n  - [Developer Documentation](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-developer\u002Fstart)\n  - [Technical Reference](https:\u002F\u002Fopenwrt.org\u002Fdocs\u002Ftechref\u002Fstart)\n\n  ### Support Community\n  - Support Chat: group [@ctcgfw_openwrt_discuss](https:\u002F\u002Ft.me\u002Fctcgfw_openwrt_discuss) on [Telegram](https:\u002F\u002Ftelegram.org\u002F).\n  - Support Chat: group [#immortalwrt](https:\u002F\u002Fmatrix.to\u002F#\u002F#immortalwrt:matrix.org) on [Matrix](https:\u002F\u002Fmatrix.org\u002F).\n\n## License\nImmortalWrt is licensed under [GPL-2.0-only](https:\u002F\u002Fspdx.org\u002Flicenses\u002FGPL-2.0-only.html).\n\n## Acknowledgements\n\u003Ctable>\n  \u003Ctr>\n    \u003Ctd>\u003Ca href=\"https:\u002F\u002Fdlercloud.com\u002F\">\u003Cimg src=\"https:\u002F\u002Fuser-images.githubusercontent.com\u002F22235437\u002F111103249-f9ec6e00-8588-11eb-9bfc-67cc55574555.png\" width=\"183\" height=\"52\" border=\"0\" alt=\"Dler Cloud\">\u003C\u002Fa>\u003C\u002Ftd>\n    \u003Ctd>\u003Ca href=\"https:\u002F\u002Fwww.jetbrains.com\u002F\">\u003Cimg src=\"https:\u002F\u002Fresources.jetbrains.com\u002Fstorage\u002Fproducts\u002Fcompany\u002Fbrand\u002Flogos\u002Fjb_square.png\" width=\"120\" height=\"120\" border=\"0\" alt=\"JetBrains Black Box Logo logo\">\u003C\u002Fa>\u003C\u002Ftd>\n    \u003Ctd>\u003Ca href=\"https:\u002F\u002Fsourceforge.net\u002F\">\u003Cimg src=\"https:\u002F\u002Fsourceforge.net\u002Fsflogo.php?type=17&group_id=3663829\" alt=\"SourceForge\" width=200>\u003C\u002Fa>\u003C\u002Ftd>\n  \u003C\u002Ftr>\n\u003C\u002Ftable>\n","ImmortalWrt 是一个为大陆用户定制的开源OpenWrt变体。它支持更多设备和软件包，预设了优化配置，并针对中国用户的使用习惯进行了本地化修改。项目允许采用非上游的修改或补丁来增强功能、性能和支持性。适合需要高性能WiFi路由器解决方案的家庭或小型办公环境使用，特别是希望摆脱厂商固件限制，追求更高自由度和定制性的用户。",2,"2026-06-11 03:06:05","top_language"]