[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6340":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":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":15,"starSnapshotCount":15,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},6340,"istoreos","istoreos\u002Fistoreos","提供一个人人会用的的路由、NAS系统 （目前活跃的分支是 istoreos-24.10，main或master分支不维护请勿使用）","https:\u002F\u002Fsite.istoreos.com",null,"C",7776,889,48,743,0,7,35,105,27,106.35,"Other",false,"istoreos-24.10",true,[26,5,27,28,29,30,31],"istore","koolcenter","linkease","nas","openwrt","router","2026-06-12 04:00:28","iStoreOS 是入门级的路由系统，也是入门级的 NAS 系统，\n基于原版 OpenWRT，在 ARS2 上经过长期迭代，最终开放适配到多个硬件平台\n\n更多信息请参阅 https:\u002F\u002Fgithub.com\u002Fistoreos\n\n\n以下是 OpenWRT 原始的 README\n--------\n\n![OpenWrt logo](include\u002Flogo.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:\u002F\u002Ffirmware-selector.openwrt.org\u002F)\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:\u002F\u002Fopenwrt.org\u002Fdownloads)\n\n## Development\n\nTo build your own firmware you need a GNU\u002FLinux, 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:\u002F\u002Fopenwrt.org\u002Fdocs\u002Fguide-developer\u002Fbuild-system\u002Finstall-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 `.\u002Fscripts\u002Ffeeds update -a` to obtain all the latest package definitions\n   defined in feeds.conf \u002F feeds.conf.default\n\n2. Run `.\u002Fscripts\u002Ffeeds install -a` to install symlinks for all obtained\n   packages into package\u002Ffeeds\u002F\n\n3. Run `make menuconfig` to select your preferred configuration for the\n   toolchain, target system & 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\u002FLinux kernel & 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:\u002F\u002Fgithub.com\u002Fopenwrt\u002Fluci): Modern and modular\n  interface to control the device via a web browser.\n\n* [OpenWrt Packages](https:\u002F\u002Fgithub.com\u002Fopenwrt\u002Fpackages): Community repository\n  of ported packages.\n\n* [OpenWrt Routing](https:\u002F\u002Fgithub.com\u002Fopenwrt\u002Frouting): Packages specifically\n  focused on (mesh) routing.\n\n* [OpenWrt Video](https:\u002F\u002Fgithub.com\u002Fopenwrt\u002Fvideo): 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:\u002F\u002Fopenwrt.org\u002Fsupported_devices)\n\n### Documentation\n\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\n* [Forum](https:\u002F\u002Fforum.openwrt.org): For usage, projects, discussions and hardware advise.\n* [Support Chat](https:\u002F\u002Fwebchat.oftc.net\u002F#openwrt): Channel `#openwrt` on **oftc.net**.\n\n### Developer Community\n\n* [Bug Reports](https:\u002F\u002Fbugs.openwrt.org): Report bugs in OpenWrt\n* [Dev Mailing List](https:\u002F\u002Flists.openwrt.org\u002Fmailman\u002Flistinfo\u002Fopenwrt-devel): Send patches\n* [Dev Chat](https:\u002F\u002Fwebchat.oftc.net\u002F#openwrt-devel): Channel `#openwrt-devel` on **oftc.net**.\n\n## License\n\nOpenWrt is licensed under GPL-2.0\n","iStoreOS 是一个结合了路由与NAS功能的入门级系统，基于OpenWRT开发，并在ARS2平台上经过长期迭代优化后，现已适配至多种硬件平台。其核心功能包括提供易于使用的网络存储解决方案以及强大的路由器管理能力，同时支持高度定制化配置以满足不同用户需求。项目采用C语言编写，具备良好的稳定性和性能表现。适用于家庭或小型办公环境中的网络管理和数据存储场景，尤其是对于那些希望拥有更多控制权和灵活性的用户来说，iStoreOS是一个理想的选择。",2,"2026-06-11 03:06:35","top_language"]