{"id":25279520,"url":"https://github.com/nikkinikki-org/OpenWrt-nikki","last_synced_at":"2025-10-27T16:31:05.143Z","repository":{"id":239520084,"uuid":"799128627","full_name":"nikkinikki-org/OpenWrt-nikki","owner":"nikkinikki-org","description":"Transparent Proxy with Mihomo on OpenWrt.","archived":false,"fork":false,"pushed_at":"2025-02-09T17:14:01.000Z","size":645739,"stargazers_count":1790,"open_issues_count":1,"forks_count":191,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-02-09T18:25:16.926Z","etag":null,"topics":["clash","clashmeta","luci-app","luci-app-mihomo","mihomo","openwrt","transparent-proxy"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikkinikki-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-05-11T08:59:35.000Z","updated_at":"2025-02-09T18:00:48.000Z","dependencies_parsed_at":"2024-05-20T07:47:07.255Z","dependency_job_id":"d2ae8d19-f313-4f24-ae86-7d80d4ffd1f1","html_url":"https://github.com/nikkinikki-org/OpenWrt-nikki","commit_stats":null,"previous_names":["morytyann/openwrt-mihomo","nikkinikki-org/openwrt-nikki"],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikkinikki-org%2FOpenWrt-nikki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikkinikki-org%2FOpenWrt-nikki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikkinikki-org%2FOpenWrt-nikki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikkinikki-org%2FOpenWrt-nikki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikkinikki-org","download_url":"https://codeload.github.com/nikkinikki-org/OpenWrt-nikki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238523986,"owners_count":19486601,"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":["clash","clashmeta","luci-app","luci-app-mihomo","mihomo","openwrt","transparent-proxy"],"created_at":"2025-02-12T18:02:26.824Z","updated_at":"2025-10-27T16:31:05.134Z","avatar_url":"https://github.com/nikkinikki-org.png","language":"Shell","funding_links":[],"categories":["⚙️ Clash 核心","JavaScript"],"sub_categories":[],"readme":"![GitHub License](https://img.shields.io/github/license/nikkinikki-org/OpenWrt-nikki?style=for-the-badge\u0026logo=github) ![GitHub Tag](https://img.shields.io/github/v/release/nikkinikki-org/OpenWrt-nikki?style=for-the-badge\u0026logo=github) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/nikkinikki-org/OpenWrt-nikki/total?style=for-the-badge\u0026logo=github) ![GitHub Repo stars](https://img.shields.io/github/stars/nikkinikki-org/OpenWrt-nikki?style=for-the-badge\u0026logo=github) [![Telegram](https://img.shields.io/badge/Telegram-gray?style=for-the-badge\u0026logo=telegram)](https://t.me/nikkinikki_org)\n\nEnglish | [中文](README.zh.md)\n\n# Nikki\n\nTransparent Proxy with Mihomo on OpenWrt.\n\n## Prerequisites\n\n- OpenWrt \u003e= 23.05\n- Linux Kernel \u003e= 5.13\n- firewall4\n\n## Feature\n\n- Transparent Proxy (Redirect/TPROXY/TUN, IPv4 and/or IPv6)\n- Access Control\n- Profile Mixin\n- Profile Editor\n- Scheduled Restart\n\n## Install \u0026 Update\n\n### A. Install From Feed (Recommended)\n\n1. Add Feed\n\n```shell\n# only needs to be run once\nwget -O - https://github.com/nikkinikki-org/OpenWrt-nikki/raw/refs/heads/main/feed.sh | ash\n```\n\n2. Install\n\n```shell\n# you can install from shell or `Software` menu in LuCI\n# for opkg\nopkg install nikki\nopkg install luci-app-nikki\nopkg install luci-i18n-nikki-zh-cn\n# for apk\napk add nikki\napk add luci-app-nikki\napk add luci-i18n-nikki-zh-cn\n```\n\n### B. Install From Release\n\n```shell\nwget -O - https://github.com/nikkinikki-org/OpenWrt-nikki/raw/refs/heads/main/install.sh | ash\n```\n\n## Uninstall \u0026 Reset\n\n```shell\nwget -O - https://github.com/nikkinikki-org/OpenWrt-nikki/raw/refs/heads/main/uninstall.sh | ash\n```\n\n## How To Use\n\nSee [Wiki](https://github.com/nikkinikki-org/OpenWrt-nikki/wiki)\n\n## How does it work\n\n1. Mixin and Update profile.\n2. Run mihomo.\n3. Set scheduled restart.\n4. Set ip rule/route\n5. Generate nftables and apply it.\n\nNote that the steps above may change base on config.\n\n## Compilation\n\n```shell\n# add feed\necho \"src-git nikki https://github.com/nikkinikki-org/OpenWrt-nikki.git;main\" \u003e\u003e \"feeds.conf.default\"\n# update \u0026 install feeds\n./scripts/feeds update -a\n./scripts/feeds install -a\n# make package\nmake package/luci-app-nikki/compile\n```\n\nThe package files will be found under `bin/packages/your_architecture/nikki`.\n\n## Dependencies\n\n- ca-bundle\n- curl\n- yq\n- firewall4\n- ip-full\n- kmod-inet-diag\n- kmod-nft-socket\n- kmod-nft-tproxy\n- kmod-tun\n\n## Contributors\n\n[![Contributors](https://contrib.rocks/image?repo=nikkinikki-org/OpenWrt-nikki)](https://github.com/nikkinikki-org/OpenWrt-nikki/graphs/contributors)\n\n## Special Thanks\n\n- [@ApoisL](https://github.com/apoiston)\n- [@xishang0128](https://github.com/xishang0128)\n\n## Recommended Proxy Provider\n\nPerfect Link is recommended\n\nAll route on IEPL, All exit node at Akari, reliable and easy to use\n\n[Official Website](https://perfectlink.io) | [Customer Service](https://t.me/PerfectlinksupportBot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikkinikki-org%2FOpenWrt-nikki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikkinikki-org%2FOpenWrt-nikki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikkinikki-org%2FOpenWrt-nikki/lists"}