From 3d20f6bf4cb61cd521363acd857a5bc6af8070b2 Mon Sep 17 00:00:00 2001 From: Divaaaan <48186011+Divaaaan@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:11:16 +0300 Subject: [PATCH] feat(clients): add Tenebra client --- src/data/clients.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/data/clients.ts b/src/data/clients.ts index a2dce2d..fb9f1be 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -665,6 +665,20 @@ export const CLIENTS: Client[] = [ links: { website: 'https://inhive.ru' } + }, + { + id: 'tenebra', + name: 'Tenebra', + core: 'singbox', + platforms: ['windows'], + description: 'Open-source VPN client for Windows built on sing-box.', + githubRepo: 'Divaaaan/tenebra', + downloadLinks: { + windows: 'https://github.com/Divaaaan/tenebra/releases/latest' + }, + links: { + github: 'https://github.com/Divaaaan/tenebra' + } } ]