Getting Started
Welcome to zk3yOS documentation. Learn how to interact with AI systems through raw terminal interfaces, leverage zero-knowledge privacy, and integrate with Solana blockchain.
Quick Start
Get zk3yOS running in three steps:
1
Install zk3yOS
Add zk3y to your system globally
2
Initialize Identity
Generate your cryptographic identity
3
Connect & Explore
Start interacting with AI through raw interface
quick-start.sh
# Install zk3yOS globally
npm install -g @zk3y/cli
# Initialize your identity
zk3y init --mode wizard
# Connect to AI interface
zk3y connect
# Start exploring
zk3y ask "What is the nature of consciousness?"
# Enable ZK privacy mode
zk3y --zk ask "Private query here"