From 9c379a12a8150210883e0099de31237bb954c265 Mon Sep 17 00:00:00 2001 From: 0-Kutya-0 <85317162+0-Kutya-0@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:01:26 +0300 Subject: [PATCH 1/4] docs: Add incy-dark.svg logo file --- static/clients/logo/incy-dark.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/clients/logo/incy-dark.svg diff --git a/static/clients/logo/incy-dark.svg b/static/clients/logo/incy-dark.svg new file mode 100644 index 0000000..e59645d --- /dev/null +++ b/static/clients/logo/incy-dark.svg @@ -0,0 +1,4 @@ + + + IN + From 2e764dcb97ad27d946874bcfaa9297b339608951 Mon Sep 17 00:00:00 2001 From: 0-Kutya-0 <85317162+0-Kutya-0@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:04:37 +0300 Subject: [PATCH 2/4] docs: Add Incy to HWID device limit documentation Added Incy to the list of applications with HWID status. --- docs/features/hwid-device-limit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/hwid-device-limit.md b/docs/features/hwid-device-limit.md index df24bfa..6f04486 100644 --- a/docs/features/hwid-device-limit.md +++ b/docs/features/hwid-device-limit.md @@ -68,6 +68,7 @@ Not all client applications send a HWID header. Here is the list of applications - [Passwall-OpenWRT](https://github.com/Openwrt-Passwall/openwrt-passwall) - [Clash Mi](https://clashmi.app/) - HWID disabled by default - [Karing](https://karing.app/) - HWID disabled by default +- [Incy](https://incy.cc/) ## For app developers From d7bd845868f264c2bb0218784cee60a5abbb61ec Mon Sep 17 00:00:00 2001 From: 0-Kutya-0 <85317162+0-Kutya-0@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:06:20 +0300 Subject: [PATCH 3/4] docs: Add Incy VPN client details to clients list --- src/data/clients.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/data/clients.ts b/src/data/clients.ts index 91affc8..e456c60 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -531,6 +531,21 @@ export const CLIENTS: Client[] = [ links: { website: 'https://clashmac.app/' } + }, + { + id: 'incy', + name: 'Incy', + core: 'xray', + platforms: ['ios', 'macos'], + description: 'Modern VPN client with VLESS, VMess, Trojan and Shadowsocks support.', + logo: '/clients/logo/incy-dark.svg', + downloadLinks: { + ios: 'https://apps.apple.com/us/app/incy/id6756943388', + macos: 'https://apps.apple.com/us/app/incy/id6756943388' + }, + links: { + website: 'https://incy.cc/' + } } ] @@ -550,4 +565,4 @@ export function getPlatformClients() { macos: getClientsByPlatform('macos'), linux: getClientsByPlatform('linux') } -} \ No newline at end of file +} From fb4d26493e35143d1c914eb815a8ecebe399f642 Mon Sep 17 00:00:00 2001 From: 0-Kutya-0 <85317162+0-Kutya-0@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:25:43 +0300 Subject: [PATCH 4/4] docs: mark Incy as supporting HWID on the Clients page docs: mark Incy as supporting HWID on the Clients page --- src/data/clients.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/clients.ts b/src/data/clients.ts index e456c60..c350944 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -539,6 +539,9 @@ export const CLIENTS: Client[] = [ platforms: ['ios', 'macos'], description: 'Modern VPN client with VLESS, VMess, Trojan and Shadowsocks support.', logo: '/clients/logo/incy-dark.svg', + badges: { + hwid: true + }, downloadLinks: { ios: 'https://apps.apple.com/us/app/incy/id6756943388', macos: 'https://apps.apple.com/us/app/incy/id6756943388'