Anonymous Information Distribution Engine
Generate printable flyers with QR codes linking to Tor (.onion) hidden services. VoxVera is built for activists, journalists, and anyone who needs to spread a message securely and anonymously.
VoxVera is designed for maximum portability and censorship resistance.
Linux with systemd is the supported persistent-host deployment target. Windows, macOS, Docker, Flatpak, AppImage, Homebrew, and Chocolatey remain experimental until their background Tor hosting and auto-recovery paths are validated end-to-end.
See docs/platform-support-matrix.md for the canonical platform status table and docs/roadmap-platform-parity.md for the parity plan. For the supported Linux hosting path, use docs/linux-hosting-validation.md as the operational validation runbook.
Download the executable for your OS:
If you found a physical VoxVera flyer, scan it and click "Download". You will receive a voxvera-portable.zip containing the full tool, all dependencies, and all 14 languages—ready to run offline.
curl -fsSL https://raw.githubusercontent.com/PR0M3TH3AN/VoxVera/main/install.sh | bashOn Linux, this now installs the recurring systemd --user recovery timer used to retry hidden-service startup after boot or offline periods. On macOS, the installer path is still experimental.
pip install .
voxvera vendorize # Optional: pull dependencies locally for offline useRun the full local validation sweep with:
bash scripts/check.shThis runs linting, Python tests, Electron smoke tests, dependency checks, and the docs/site rebuild steps used during development.
- Universal Mirroring: Every flyer acts as a mirror for the tool itself. The "Download" button provides a portable version of VoxVera, creating a decentralized distribution network.
- Standalone Binaries: Zero-install executables for high-security environments.
- Global Multi-Script Support: Native support for 14 languages including Arabic (RTL), Hebrew (RTL), Hindi (Devanagari), Japanese/Chinese (CJK), and Russian (Cyrillic).
- Tor-Safe Architecture: 100% static HTML flyers. Works perfectly in Tor "Safest" mode with JavaScript completely disabled.
- Integrated Server Manager:
voxvera manageprovides an interactive UI to handle multiple flyers, monitor Tor bootstrapping, and manage persistent .onion URLs. - Secure Migration: Bulk export and import of flyers and their unique Tor identity keys via
~/voxvera-exports/.
VoxVera is available in multiple languages. Select your preferred language for the detailed usage guide:
| Language | Documentation | Contributing | Agent Guide |
|---|---|---|---|
| 🇺🇸 English | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇪🇸 Español | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇩🇪 Deutsch | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇫🇷 Français | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇷🇺 Русский | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇮🇱 עברית | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇸🇦 العربية | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇯🇵 日本語 | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇮🇳 हिन्दी | usage.md | CONTRIBUTING.md | AGENTS.md |
| 🇰🇪 Kiswahili | usage.md | CONTRIBUTING.md | AGENTS.md |
We are actively working on:
- PGP Signing: Cryptographic proof of tool integrity.
- Nostr Integration: Automated social amplification.
- Template Gallery: Visual styles for protests, alerts, and art.
- Self-Healing Network: Automated decentralized updates.
See ROADMAP-v0.2.0.md for details.
MIT (c) 2026 thePR0M3TH3AN