"Your data, your computing power, your absolute sovereignty." “你的数据,你的算力,你的绝对主权。”
The modern Internet (Web2) has imprisoned human identity and data inside the centralized servers of tech giants. Existing decentralized alternatives (Web3) often devolve into token speculation without solving daily privacy pain points.
HardID is an open-source, peer-to-peer (P2P), hardware-centric computing and communication protocol. It turns personal hardware into the absolute "subject" and "ID" of the digital world. No central servers, no corporate censorship. Hardware is your account; hardware is your sovereignty.
| Paradigm | Identity / Account | Data Storage | Censorship Risk |
|---|---|---|---|
| Web2 | Phone / Email / OAuth | Centralized Cloud Server | High (Account bans, data leaks) |
| Web3 | Wallet (Token-centric) | Blockchain / IPFS | Medium (Financial speculation focus) |
| HardID | Hardware TPM / Private Key | 100% Local Physical Device | Zero (True P2P encryption) |
- Hardware is Identity: Abandon phone numbers, emails, and Big Tech OAuth. The asymmetric cryptographic private key stored securely in your hardware's TPM/Enclave is your globally unique ID.
- Local First, Network Second: All applications (IM, Mail, Local LLMs, Inputs, Docs) must store raw data locally on your physical device.
- Zero-Knowledge P2P: All data transmissions occur directly between devices via encrypted P2P channels. No middleman can eavesdrop or censor.
- HardID-IM: A true serverless, peer-to-peer instant messaging system.
- HardID-LLM: A localized "Digital Twin" AI fed exclusively by your zero-knowledge local data bus.
- HardID-Input: A privacy-first input method with a localized vector-association engine.
- Core Logic: Python (Asynchronous P2P Engine, Cryptography)
- Identity / Security: Hardware-level TPM 2.0 / Secure Enclave integration
- Networking: Pure P2P Protocol (Libp2p / Custom encrypted sockets)
- Copyright: This project is initiated and maintained by jillsoft-com (Lijun Jiang). All rights reserved.
- License: This project is licensed under the Apache 2.0 License - see the LICENSE and NOTICE files for details.
- Contact: For architectural discussions or cooperation, please open an Issue or contact via GitHub Profile.
现代互联网(Web2)将人类的身份和数据囚禁在科技巨头的中央服务器中。而现有的去中心化方案(Web3)大多流于代币炒作,未能解决日常应用的隐私痛点。
HardID 是一个开源的、点对点的、以硬件为核心的计算与通信协议。它将个人硬件转化为数字世界的“绝对主体”与“身份 ID”。没有中央服务器,没有公司审查。硬件即账号,硬件即主权。
| 时代范式 | 身份 / 账号体系 | 数据存储位置 | 审查与安全风险 |
|---|---|---|---|
| Web2 | 手机号 / 邮箱 / 大厂登录 | 巨头中央云端服务器 | 高(封号、隐私泄露、数据被利用) |
| Web3 | 链上钱包(代币驱动) | 区块链 / IPFS 分布式 | 中(重金融属性,轻日常隐私) |
| HardID | 硬件安全芯片私钥 | 100% 本地物理设备 | 零(端到端纯 P2P 加密,无法删帖) |
- 硬件即账号: 彻底摒弃手机号、邮箱和第三方大厂登录。存储在硬件安全芯片(TPM/Enclave)中的非对称加密私钥,就是你全球唯一的 ID。
- 本地优先,网络次之: 所有应用(即时通讯、邮件、本地大模型、输入法、文档)的原始数据必须 100% 存储在你的物理硬件上。
- 零知识 P2P: 所有数据传输通过加密的 P2P 通道在设备之间直接进行,没有任何中间商能够窃听、拦截或删帖。
- HardID-IM: 真正的无服务器、点对点即时通讯系统(Alpha 原型阶段)。
- HardID-LLM: 本地化的“数字孪生”AI,完全由你的本地零知识数据总线喂养。
- HardID-Input: 隐私第一的输入法,拥有完全本地化的向量联想引擎。
- 核心底层: Python (异步 P2P 引擎、密码学核心)
- 安全认证: 硬件级 TPM 2.0 / Secure Enclave 接口调用
- 网络通信: 纯点对点协议 (基于 Libp2p 理念 / 自定义加密套接字)