AI agents have additional requirements for optimal performance:
For Basic Agents (Research, Writing)
Component
Requirement
RAM
6 GB minimum, 8 GB recommended
CPU
4+ cores recommended
Storage
1 GB for agent models
GPU
Optional (CPU execution supported)
For Advanced Agents (DeFi, Data Analysis)
Component
Requirement
RAM
8 GB minimum, 16 GB recommended
CPU
6+ cores recommended
Storage
2 GB for agent models
GPU
Dedicated GPU strongly recommended
Supported GPUs for Acceleration
NVIDIA:
GTX 1060 or better
CUDA 11.0+ support
4 GB VRAM minimum
AMD:
RX 580 or better
ROCm 4.0+ support
4 GB VRAM minimum
Apple Silicon:
M1/M2/M3 (Metal acceleration)
8 GB unified memory minimum
GPU acceleration is optional. AI agents work on CPU-only systems, just slower (2-3x slower for complex tasks).
🌐 Network Requirements
Bandwidth
Activity
Minimum
Recommended
Basic Browsing
1 Mbps
5 Mbps
With AI Agents
3 Mbps
10 Mbps
Running Mixnode
5 Mbps
25 Mbps+
Ports & Protocols
Required:
HTTPS (443) - Web browsing
Tor (9001, 9030) - Tor network connection
Optional (for mixnodes):
Custom port - Configurable for mixnode operation
Firewall Considerations
Ensure your firewall allows:
✅ Outbound connections on ports 443, 9001, 9030
✅ Inbound connections for mixnode (if running one)
✅ zer0 Browser application access
💾 Storage Requirements
Disk Space Breakdown
Component
Size
Purpose
Browser Installation
150 MB
Core application
Tor Bundle
50 MB
Tor network components
AI Agent Models
500 MB - 2 GB
On-device LLMs
Wallet Data
10-50 MB
Blockchain sync
Cache (optional)
100-500 MB
Temporary browsing data
Total Recommended
2 GB
Safe buffer
Storage Type
Recommended:
✅ SSD - Much faster agent loading and browsing
⚠️ HDD - Works but slower, 5400+ RPM recommended
🔒 Security Requirements
Hardware Security Features
Recommended but optional:
TPM 2.0 - Enhanced wallet encryption
Secure Enclave (macOS) - Keychain integration
Hardware Security Module - For enterprise deployments
Software Security
Required:
✅ Up-to-date operating system
✅ Latest security patches installed
Recommended:
✅ Antivirus with zer0 whitelisted
✅ Firewall properly configured
⚙️ Performance Benchmarks
Real-world performance on different systems:
Budget System
Mid-Range System
High-End System
🧪 Compatibility Checker
Quick Test Commands
Check your system specifications:
❓ FAQ
Can I run zer0 on a Chromebook?
Not officially supported at this time. Chromebooks with Linux (Crostini) enabled may work, but this is untested. We're exploring Chrome OS support for future releases.
Will zer0 work on ARM processors?
Yes!
✅ Apple Silicon (M1/M2/M3) - Native support
✅ ARM64 Linux - AppImage available
❌ Windows on ARM - Not yet supported
Can I run zer0 on a virtual machine?
Yes, but with caveats:
Tor may have connectivity issues in some VM configurations
Performance will be slower
GPU acceleration unlikely to work
Not recommended for mixnode operation
My system doesn't meet requirements. Will it work?
Possibly, but with limitations:
Below 4 GB RAM: May crash with AI agents
Single-core CPU: Very slow agent execution
HDD storage: Slower overall experience
No GPU: CPU-only agent execution (slower)
Try it anyway! The browser itself has low requirements.
# System info
systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"
# CPU info
wmic cpu get name
# RAM info
wmic memorychip get capacity
# Disk space
wmic logicaldisk get size,freespace,caption
# System info
sw_vers
# CPU info
sysctl -n machdep.cpu.brand_string
# RAM info
sysctl hw.memsize
# Disk space
df -h
# System info
uname -a
lsb_release -a
# CPU info
lscpu | grep "Model name"
# RAM info
free -h
# Disk space
df -h