{"id":13776030,"url":"https://github.com/kuoruan/openwrt-v2ray","last_synced_at":"2026-03-15T08:35:33.218Z","repository":{"id":40473065,"uuid":"170248802","full_name":"kuoruan/openwrt-v2ray","owner":"kuoruan","description":"V2Ray for OpenWrt","archived":false,"fork":false,"pushed_at":"2026-01-16T03:10:38.000Z","size":204,"stargazers_count":2308,"open_issues_count":69,"forks_count":466,"subscribers_count":49,"default_branch":"master","last_synced_at":"2026-01-18T02:58:37.745Z","etag":null,"topics":["openwrt","v2ray"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuoruan.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-12T03:58:04.000Z","updated_at":"2026-01-16T03:10:40.000Z","dependencies_parsed_at":"2023-02-10T09:31:39.227Z","dependency_job_id":"4c5beaaf-d937-4a58-bc7b-541c78aa00f2","html_url":"https://github.com/kuoruan/openwrt-v2ray","commit_stats":null,"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"purl":"pkg:github/kuoruan/openwrt-v2ray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fopenwrt-v2ray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fopenwrt-v2ray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fopenwrt-v2ray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fopenwrt-v2ray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuoruan","download_url":"https://codeload.github.com/kuoruan/openwrt-v2ray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuoruan%2Fopenwrt-v2ray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30325763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["openwrt","v2ray"],"created_at":"2024-08-03T17:01:57.956Z","updated_at":"2026-03-10T05:19:48.461Z","avatar_url":"https://github.com/kuoruan.png","language":"Makefile","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具","Makefile"],"sub_categories":["\u003ca id=\"dbc310300d300ae45b04779281fe6ec8\"\u003e\u003c/a\u003eV2Ray"],"readme":"# openwrt-v2ray\n\nV2Ray for OpenWrt\n\nOpenWrt/LEDE 上可用的 V2Ray\n\n[![Release Version](https://img.shields.io/github/release/kuoruan/openwrt-v2ray.svg)](https://github.com/kuoruan/openwrt-v2ray/releases/latest) [![Latest Release Download](https://img.shields.io/github/downloads/kuoruan/openwrt-v2ray/latest/total.svg)](https://github.com/kuoruan/openwrt-v2ray/releases/latest) [![Releases Download](https://img.shields.io/github/downloads/kuoruan/openwrt-v2ray/total.svg)](https://github.com/kuoruan/openwrt-v2ray/releases)\n\nFor luci-app-v2ray, please head to [kuoruan/luci-app-v2ray](https://github.com/kuoruan/luci-app-v2ray)\n\n## Install via OPKG\n\n1. Add new opkg key:\n\n```sh\nwget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key\nopkg-key add kuoruan-public.key\n```\n\n2. Add opkg repository:\n\n```sh\necho \"src/gz kuoruan_packages http://openwrt.kuoruan.net/packages/releases/$(. /etc/openwrt_release ; echo $DISTRIB_ARCH)\" \\\n  \u003e\u003e /etc/opkg/customfeeds.conf\n```\n\n\u003e Replace `http://` with `https://` if you like.\n\n3. Install package:\n\n```sh\nopkg update\nopkg install v2ray-core\n```\n\nFor minimal package:\n\n```sh\nopkg update\nopkg install v2ray-core-mini\n```\n\n4. Upgrade package:\n\n```sh\nopkg update\nopkg upgrade v2ray-core\n```\n\n## Manual Install\n\n- Download pre build ipk file from [releases](https://github.com/kuoruan/openwrt-v2ray/releases)\n\n- Upload file to your router, install it with ssh command.\n\n```sh\nopkg install v2ray-core*.ipk\n```\n\nDepends:\n\n* ca-certificates\n\nBin files will install in `/usr/bin`.\n\n## Custom build\n\n1. Use the latest [OpenWrt SDK](https://downloads.openwrt.org/snapshots/) or with source code in master branch (requires golang modules support, commit [openwrt/packages@7dc1f3e](https://github.com/openwrt/packages/commit/7dc1f3e0293588ebc544e8eee104043dd0dacaf5) and later).\n\n2. Enter root directory of SDK, then download the Makefile:\n\n```sh\ngit clone https://github.com/kuoruan/openwrt-v2ray.git package/v2ray-core\n```\n\n\u003e For Chinese users, `export GOPROXY=https://goproxy.io` before build.\n\nStart build:\n\n```sh\n./scripts/feeds update -a\n./scripts/feeds install -a\n\nmake menuconfig\n\nNetwork ---\u003e Project V ---\u003e \u003c*\u003e v2ray-core\n\nNetwork ---\u003e Project V ---\u003e \u003cM\u003e v2ray-core-mini\n\nmake package/v2ray-core/{clean,compile} V=s\n```\n\n- You can custom the features in `V2Ray Mini Configuration` option.\n\n3. UPX Compress\n\nIf you want to build with UPX compress, the UPX package is required.\n\n```sh\ngit clone -b master --depth 1 https://github.com/kuoruan/openwrt-upx.git package/openwrt-upx\n```\n\n## Uninstall\n\n```sh\nopkg remove v2ray-core # v2ray-core-mini\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuoruan%2Fopenwrt-v2ray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuoruan%2Fopenwrt-v2ray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuoruan%2Fopenwrt-v2ray/lists"}