The software you install on an onion-accessible host. It stores your local timeline, inbox, identity keys, and peer radar.
> DEADDROP_
A Tor-native, zero-JS, PHP/SQLite Nano-Pub node for pull-based signals, onion-only federation, and private drops. Inspired by Relay Station's sovereign communication model, rebuilt for low-resource darknet hosting.
SYSTEM_TERMINOLOGY
Your local contact graph. Add trusted onion endpoints, assign petnames, and let the worker pull their outbox in the background.
The static broadcast ledger exposed by each node. Peers read it without needing live accounts, feeds, or centralized APIs.
A public signal, encrypted private message, burner drop, reply, or tombstone event traveling through the pull-based network.
CORE_DARKNET_FEATURES
Production peers are expected to use Tor v3 onion endpoints. Clearnet peer discovery is intentionally out of scope.
Nodes publish a compact JSON ledger and pull peer ledgers asynchronously, reducing runtime pressure on tiny hosts.
The interface is designed to remain usable in Tor Browser's safest-style environments without requiring frontend JavaScript.
Private payloads are sealed with libsodium-based cryptography and decrypted locally by the receiving node operator.
Burner drops can be destroyed by backend logic after reading, avoiding client-side timers or JavaScript self-destruct gimmicks.
Peer discovery can require proof-of-work pings so unsolicited radar entries are harder to flood at scale.
Synchronization is handled by a command-line worker intended for cron, not by visitor-triggered frontend scripts.
Designed around PHP, SQLite, static JSON, and small-footprint hosting such as VPS, recycled boxes, or STB-style nodes.
NODE_CAPACITY_GUIDANCE
These are conservative operational guidelines, not formal benchmarks. Tor latency, disk speed, cron frequency, media usage, and peer outbox size will change real-world behavior.
Comfortable for small trusted circles. Sync cycles should remain lightweight on modest hardware.
Expect slower worker cycles, more SQLite churn, and heavier Tor traffic during polling windows.
Split nodes, prune radar entries, reduce media, or tune cron intervals before treating this as a public-scale network.
SECURITY_&_ARCHITECTURE
> STATUS: EXPERIMENTAL
> AUDIT: NOT FORMALLY AUDITED
> ANONYMITY: TOR-DEPENDENT
> OPSEC: OPERATOR RESPONSIBILITY
> CLAIMS: NO ABSOLUTES
> CLEARNET: OPTIONAL BRIDGES MUST BE REVIEWED
GENESIS_DEPLOYMENT
Deploy a private onion node, initialize the database, point nginx/PHP-FPM at the app, expose the hidden service through Tor, then run the worker from cron.
PHP 8.2+
SQLite / PDO
nginx or compatible web server
Tor hidden service
cron/systemd timer for worker.php
Torminal CSS assets