你的数字灵魂 — 用 ChatGPT 导出认识自己,让所有 AI 工具认识同一个你
Project description
Alpha-ID
Your Digital Soul.
A unified identity layer for the AI era — your agents, your tools, your data, one identity.
What is Alpha-ID?
Every AI tool knows a different version of you. ChatGPT has your chat history, Claude has your projects, Cursor knows your code style. Fragmented. None of them truly know you.
Alpha-ID is the identity layer that sits above every AI tool. One DID (did:aid:xxx), one identity, everywhere.
- Switch AI tools — your preferences follow you
- Connect agents — they can verify each other's identity
- Own your data — private key stays on your machine
Quick Start
pip install alpha-id-zix
aid init
aid collect chatgpt your-chatgpt-export.zip
aid profile show
No export data? 3 questions generate a profile instantly:
aid wizard start
Want to see your identity in a browser?
aid profile web
Always-on identity server (MCP + daemon):
aid profile daemon start
aid profile daemon status
Commands
| Command | Description |
|---|---|
aid init |
Create your DID identity |
aid init --code Alpha-1-zx |
Founder access |
aid collect chatgpt <zip> |
Import from ChatGPT |
aid collect claude <zip> |
Import from Claude |
aid wizard start |
3-question instant profile |
aid profile show |
Display your identity |
aid profile export --format html |
Shareable identity card |
aid profile serve --install |
MCP identity injection |
aid profile web |
Browser identity dashboard |
aid profile daemon start |
Always-on identity server |
aid agent ping <url> |
Discover another agent |
aid agent verify <url> <did> |
Verify an agent's identity |
A2A Ready
Alpha-ID is built for the Agent-to-Agent future. Every identity includes:
- Ed25519 keypair — sign and verify messages
- DID document — W3C compatible
- MCP server — expose identity to any MCP client
verify_identitytool — agents verify each other
Two agents can discover and trust each other in seconds:
# Agent A runs:
aid profile daemon start
# Agent B discovers and verifies A:
aid agent ping http://192.168.1.100:8100
aid agent verify http://192.168.1.100:8100 did:aid:xxx
How It's Different
| Dimension | Normal AI Assistant | Alpha-ID |
|---|---|---|
| Right now | You chat with it | It lives for you |
| After you leave | Conversation ends | It keeps learning, socializing |
| When you return | Introduce yourself again | "Welcome back" |
| Ownership | Belongs to the platform | Belongs to you |
| Agent-ready | No | DID + MCP + A2A |
License
MIT
Developers: docs/DEVELOPER.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alpha_id_zix-0.2.0.tar.gz.
File metadata
- Download URL: alpha_id_zix-0.2.0.tar.gz
- Upload date:
- Size: 182.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0ce6b6c50fd44501f1d84233af9e6f67d19f989e10a9e3c2623c1e1e766a913
|
|
| MD5 |
b12cf10ce64f0e78ccb768bdbb40e356
|
|
| BLAKE2b-256 |
9aee514a3b075d73eaff47ae5f5fa277cc9ba0742aa8cf11773821995c29010a
|
File details
Details for the file alpha_id_zix-0.2.0-py3-none-any.whl.
File metadata
- Download URL: alpha_id_zix-0.2.0-py3-none-any.whl
- Upload date:
- Size: 144.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb328e99e6142e3ec5f1935d279a8b2f5ddf80aec1fc3cbbfbec67e89347ee19
|
|
| MD5 |
d08137a81e5eeb90182ead4edea8a997
|
|
| BLAKE2b-256 |
d859810d077182288ffdfb1f3f651b22d22685c526680ef54f7081074f1d6976
|