Building from Source
π Prerequisites
π Quick Build
# Clone repository
git clone https://github.com/BrowserZer0/Zer0.git
cd Zer0
# Install dependencies
npm install
# Download Tor binary
# Windows: Place tor.exe in ./resources/win/Tor/
# Linux/Mac: Place tor in ./resources/lin/
# Run development mode
npm run electron-dev
# Build production
npm run build-win # Windows
npm run build-mac # macOS
npm run build-linux # Linuxπ Project Structure
π§ Development
π¦ Build Scripts
π Troubleshooting
π Next Steps
Last updated