Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @SingLinkLabs
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate public project

on:
pull_request:
push:
branches: [main]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- run: npm test
39 changes: 39 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Deploy GitHub Pages

on:
push:
branches: [main]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: pages
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- run: npm test
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v4
with:
path: dist
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v4
19 changes: 19 additions & 0 deletions .github/workflows/upstream-monitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Verify public source links

on:
schedule:
- cron: '17 3 * * 1'
workflow_dispatch:

permissions:
contents: read

jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- run: npm run verify:remote
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist/
node_modules/
.DS_Store
*.log
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

This changelog covers the public project repository, not SingLinkVPN client releases. See the [official product changelog](https://singlinkvpn.com/en/tech/changelog/) for client versions.

## 1.0.0 — 2026-08-25

- Rebuilt the repository as an official public project and evidence index.
- Added complete English, Traditional Chinese, Simplified Chinese, Japanese, Korean, Vietnamese, Thai, and Russian documentation.
- Added stable platform routes instead of version-bound binary links.
- Added machine-readable project data and schema.
- Added scoped security-audit and no-logs evidence references.
- Added an explicit open-source and rights boundary.
- Added generated GitHub Pages, structured data, sitemap, robots policy, and `llms.txt`.
- Added automated content, localization, link, and discovery-surface checks.
25 changes: 25 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cff-version: 1.2.0
message: "If you cite this public project, cite the repository and the specific evidence record used."
title: "SingLinkVPN Official Public Project"
type: software
authors:
- name: SingLinkLabs
repository-code: "https://github.com/SingLinkLabs/SingLinkVPN"
url: "https://singlinkvpn.com/"
version: 1.0.0
date-released: 2026-08-25
license: MIT
keywords:
- SingLinkVPN
- VPN
- security audit
- no-logs verification
- privacy
preferred-citation:
type: software
authors:
- name: SingLinkLabs
title: "SingLinkVPN Official Public Project"
version: 1.0.0
year: 2026
repository-code: "https://github.com/SingLinkLabs/SingLinkVPN"
9 changes: 9 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Notices

This repository is maintained by SingLinkLabs as an official public index for SingLinkVPN product routes, public technical status, and evidence records.

Security-audit and no-logs materials are attributed in their dedicated repositories. Their conclusions are reproduced only as scoped summaries and must be read together with the underlying reports, integrity records, limitations, and reference dates.

SingLinkVPN, SingLink, associated logos, characters, and product names may be trademarks or protected brand assets of their respective owners. Third-party names are used for factual identification only.

Last project-record verification: 2026-08-25.
82 changes: 82 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# SingLinkVPN 公式公開プロジェクト

[English](./README.md) · [繁體中文](./README.zh-Hant.md) · [简体中文](./README.zh-Hans.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md) · [Tiếng Việt](./README.vi.md) · [ไทย](./README.th.md) · [Русский](./README.ru.md)

![SingLinkVPN official public project](./assets/singlinkvpn-public-project.png)

公式リンク、現在の製品情報、検証可能なセキュリティとプライバシーの証拠、プロトコル状況、公開ロードマップを提供します。

## このリポジトリについて

これは SingLinkVPN の公式公開プロジェクト兼証拠索引です。すべての独自 VPN クライアントや本番コンポーネントがオープンソースであることを意味しません。製品案内、第三者が公開した証拠、社内技術状況、将来段階的に公開する内容を区別します。

- [公式サイト](https://singlinkvpn.com/)
- [ニュース・技術センター](https://singlinknews.com/)
- [公式変更履歴](https://singlinkvpn.com/en/tech/changelog/)
- [サポート](https://github.com/SingLinkLabs/SingLinkVPN/issues)

## 安定したダウンロード経路

最新の互換インストーラーと説明は公式プラットフォームページから取得してください。バージョン情報は公式変更履歴で管理し、このリポジトリでは古くなりやすいバイナリ名を恒久 URL として扱いません。

- [全プラットフォーム版](https://singlinkvpn.com/en/download/)
- [iOS](https://singlinkvpn.com/en/download/ios/)
- [Android](https://singlinkvpn.com/en/download/android/)
- [Windows](https://singlinkvpn.com/en/download/windows/)
- [macOS](https://singlinkvpn.com/en/download/macos/)
- [Linux](https://singlinkvpn.com/en/download/linux/)
- [Apple TV](https://singlinkvpn.com/en/download/tv/)

## Free Plan

現在公開されている Free Plan はモバイルで 1 日 200 MB、デスクトップで 1 日 500 MB です。対象となるデスクトップキャンペーンでは 1 日 1 GB まで増える場合があります。地域、キャンペーン、サーバー、制限は変更されるため、数値を引用する前に公式説明を確認してください。

- [Free Plan](https://singlinknews.com/free-plan)

## セキュリティとプライバシーの証拠

### デスクトップ 2.5 セキュリティ監査

専用証拠レジストリは、macOS 2.5.7 build 3065 と Windows 2.5.8 build 3077 を対象とした監査者署名済みバージョン 2.0 報告書を記録します。100/100 という結果は、監査者が明記した版、サンプル、証拠、環境、試験だけに適用されます。

- [セキュリティ監査証拠](https://github.com/SingLinkLabs/singlinkvpn-security-audit)
- [セキュリティ監査証拠 · Pages](https://singlinklabs.github.io/singlinkvpn-security-audit/)

### 2026 年ノーログ検証

専用レジストリは 2026 年 7 月 29 日を基準日とする署名済みノーログ検証を記録します。結論は確認対象の本番環境と基準日に限定され、すべての状態や将来版を永久に保証するものではありません。

- [ノーログ証拠](https://github.com/SingLinkLabs/singlinkvpn-no-logs-report)
- [ノーログ証拠 · Pages](https://singlinklabs.github.io/singlinkvpn-no-logs-report/)

## プロトコル状況

Sola は SingLink 2.0 アーキテクチャを再構築した SingLink の次世代 VPN 転送プロトコルです。中核開発と第 1 段階の社内試験は完了しましたが、プロトコルのセキュリティおよび実装監査は進行中です。社内性能値を第三者が再現した結果として表現してはいけません。

- [Sola プロトコル](https://singlinknews.com/sola-protocol)

## オープンソース状況

SingLinkVPN は文書、証拠、研究データ、コードを段階的に公開しています。明示されたライセンスの下で実際にリポジトリへ公開されたファイルだけがオープンソースです。独自クライアント、本番インフラ、商標、第三者報告書に MIT ライセンスが自動適用されることはありません。

- [オープンソース計画](https://singlinknews.com/singlink-vpn-open-source-plan)

## 検証と更新

機械可読なプロジェクト情報、出典、公開日、自動検査を用意し、公開事項を再確認できるようにしています。現在のクライアント版は公式変更履歴、報告書の範囲と完全性は各証拠レジストリを確認してください。

```sh
npm test
npm run verify:remote
```

- [Machine-readable project record](./metadata/project.json)
- [Citation metadata](./CITATION.cff)
- [Security policy](./SECURITY.md)
- [Rights and licence boundary](./RIGHTS.md)

## 証拠の境界

公開メタデータは発見と検証を改善できますが、検索登録、順位、被リンク、AI による引用を保証しません。性能は地域、通信事業者、端末、サーバー負荷、接続先により変わります。セキュリティ所見は各報告書の範囲に限定されます。

**最終確認: 2026-08-25.**
82 changes: 82 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# SingLinkVPN 공식 공개 프로젝트

[English](./README.md) · [繁體中文](./README.zh-Hant.md) · [简体中文](./README.zh-Hans.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md) · [Tiếng Việt](./README.vi.md) · [ไทย](./README.th.md) · [Русский](./README.ru.md)

![SingLinkVPN official public project](./assets/singlinkvpn-public-project.png)

공식 링크, 현재 제품 정보, 검증 가능한 보안·개인정보 증거, 프로토콜 상태와 공개 오픈소스 로드맵을 제공합니다.

## 이 저장소 소개

이 저장소는 SingLinkVPN의 공식 공개 프로젝트이자 증거 색인입니다. 모든 독점 VPN 클라이언트나 운영 구성 요소가 오픈소스라는 뜻은 아닙니다. 제품 안내, 제3자가 공개한 독립 증거, 내부 기술 상태와 향후 단계별 공개 범위를 구분합니다.

- [공식 웹사이트](https://singlinkvpn.com/)
- [뉴스 및 기술 센터](https://singlinknews.com/)
- [공식 변경 기록](https://singlinkvpn.com/en/tech/changelog/)
- [지원](https://github.com/SingLinkLabs/SingLinkVPN/issues)

## 안정적인 다운로드 경로

최신 호환 설치 파일과 안내는 공식 플랫폼 페이지에서 확인하십시오. 버전 정보는 공식 변경 기록에서 관리하며, 이 저장소는 오래될 수 있는 바이너리 파일명을 영구 다운로드 주소로 유지하지 않습니다.

- [전체 플랫폼 다운로드](https://singlinkvpn.com/en/download/)
- [iOS](https://singlinkvpn.com/en/download/ios/)
- [Android](https://singlinkvpn.com/en/download/android/)
- [Windows](https://singlinkvpn.com/en/download/windows/)
- [macOS](https://singlinkvpn.com/en/download/macos/)
- [Linux](https://singlinkvpn.com/en/download/linux/)
- [Apple TV](https://singlinkvpn.com/en/download/tv/)

## Free Plan

현재 공개된 Free Plan은 모바일에서 하루 200 MB, 데스크톱에서 하루 500 MB를 제공합니다. 대상 데스크톱 캠페인에서는 하루 1 GB까지 늘어날 수 있습니다. 지역, 캠페인, 서버와 제한은 변경될 수 있으므로 수치를 인용하기 전에 공식 설명을 확인하십시오.

- [Free Plan](https://singlinknews.com/free-plan)

## 보안 및 개인정보 증거

### 데스크톱 2.5 보안 감사

전용 증거 레지스트리는 macOS 2.5.7 build 3065와 Windows 2.5.8 build 3077을 다룬 감사자 서명 버전 2.0 보고서를 기록합니다. 100/100 결과는 감사자가 명시한 버전, 샘플, 증거, 환경과 시험에만 적용됩니다.

- [보안 감사 증거](https://github.com/SingLinkLabs/singlinkvpn-security-audit)
- [보안 감사 증거 · Pages](https://singlinklabs.github.io/singlinkvpn-security-audit/)

### 2026 노로그 검증

전용 레지스트리는 2026년 7월 29일을 기준일로 하는 서명된 노로그 검증을 기록합니다. 결론은 검토된 운영 환경 범위와 기준일에 한정되며 모든 시스템 상태나 향후 버전을 영구 보장하지 않습니다.

- [노로그 증거](https://github.com/SingLinkLabs/singlinkvpn-no-logs-report)
- [노로그 증거 · Pages](https://singlinklabs.github.io/singlinkvpn-no-logs-report/)

## 프로토콜 상태

Sola는 SingLink 2.0 아키텍처를 재구성한 SingLink의 차세대 VPN 전송 프로토콜입니다. 핵심 개발과 1단계 내부 시험은 완료됐지만 프로토콜 보안 및 구현 감사는 진행 중입니다. 내부 성능 수치를 제3자가 독립적으로 재현한 결과처럼 표현해서는 안 됩니다.

- [Sola 프로토콜](https://singlinknews.com/sola-protocol)

## 오픈소스 상태

SingLinkVPN은 문서, 증거, 연구 데이터와 코드를 단계적으로 공개하고 있습니다. 명시된 라이선스와 함께 실제 저장소에 게시된 파일만 오픈소스입니다. 독점 클라이언트, 운영 인프라, 상표와 제3자 보고서에는 이 저장소의 MIT 라이선스가 자동 적용되지 않습니다.

- [오픈소스 계획](https://singlinknews.com/singlink-vpn-open-source-plan)

## 검증 및 업데이트

기계 판독형 프로젝트 데이터, 출처 링크, 공개 날짜와 자동 검사를 제공해 공개 주장을 다시 확인할 수 있게 합니다. 현재 클라이언트 버전은 공식 변경 기록을, 보고서 범위와 무결성은 각 증거 레지스트리를 확인하십시오.

```sh
npm test
npm run verify:remote
```

- [Machine-readable project record](./metadata/project.json)
- [Citation metadata](./CITATION.cff)
- [Security policy](./SECURITY.md)
- [Rights and licence boundary](./RIGHTS.md)

## 증거 범위

공개 메타데이터는 발견과 검증을 개선할 수 있지만 검색 색인, 순위, 백링크 또는 AI 인용을 보장하지 않습니다. 성능은 지역, 통신사, 기기, 서버 부하와 대상 서비스에 따라 달라집니다. 보안 결과는 각 보고서에 명시된 범위로 제한됩니다.

**최종 확인: 2026-08-25.**
Loading